Message ID | 20220706095037.78542-1-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 38aed2e0aa406de6dda64515cc3937976a27038e |
Headers | show |
Series | [1/3] dt-bindings: soc: samsung: exynos-pmu: cleanup assigned clocks | expand |
>-----Original Message----- >From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski@linaro.org] >Sent: Wednesday, July 6, 2022 3:21 PM >To: Rob Herring <robh+dt@kernel.org>; Krzysztof Kozlowski ><krzysztof.kozlowski+dt@linaro.org>; Alim Akhtar <alim.akhtar@samsung.com>; >devicetree@vger.kernel.org; linux-arm-kernel@lists.infradead.org; linux- >samsung-soc@vger.kernel.org; linux-kernel@vger.kernel.org >Cc: Chanho Park <chanho61.park@samsung.com>; Krzysztof Kozlowski ><krzysztof.kozlowski@linaro.org> >Subject: [PATCH 1/3] dt-bindings: soc: samsung: exynos-pmu: cleanup assigned >clocks > >"assigned-clocks" are not needed in the schema as they come from DT schema. > Sorry, I didn't get this, you mean "assigned-clocks" comes from DT so it is not required to be mentioned in schema? >Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> >--- > Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml | 3 --- > 1 file changed, 3 deletions(-) > >diff --git a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml >b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml >index c30a6437030d..a5d489acfdca 100644 >--- a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml >+++ b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml >@@ -49,9 +49,6 @@ properties: > reg: > maxItems: 1 > >- assigned-clock-parents: true >- assigned-clocks: true >- > '#clock-cells': > const: 1 > >-- >2.34.1
On 06/07/2022 13:21, Alim Akhtar wrote: > > >> -----Original Message----- >> From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski@linaro.org] >> Sent: Wednesday, July 6, 2022 3:21 PM >> To: Rob Herring <robh+dt@kernel.org>; Krzysztof Kozlowski >> <krzysztof.kozlowski+dt@linaro.org>; Alim Akhtar <alim.akhtar@samsung.com>; >> devicetree@vger.kernel.org; linux-arm-kernel@lists.infradead.org; linux- >> samsung-soc@vger.kernel.org; linux-kernel@vger.kernel.org >> Cc: Chanho Park <chanho61.park@samsung.com>; Krzysztof Kozlowski >> <krzysztof.kozlowski@linaro.org> >> Subject: [PATCH 1/3] dt-bindings: soc: samsung: exynos-pmu: cleanup > assigned >> clocks >> >> "assigned-clocks" are not needed in the schema as they come from DT schema. >> > Sorry, I didn't get this, you mean "assigned-clocks" comes from DT so it is > not required to be mentioned in schema? Maybe this is not accurate, so I can rephrase it to: "assigned-clocks" are not needed in the schema as they come from core schema. Best regards, Krzysztof
On Wed, 06 Jul 2022 11:50:35 +0200, Krzysztof Kozlowski wrote: > "assigned-clocks" are not needed in the schema as they come from DT > schema. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml | 3 --- > 1 file changed, 3 deletions(-) > Reviewed-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml index c30a6437030d..a5d489acfdca 100644 --- a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml +++ b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml @@ -49,9 +49,6 @@ properties: reg: maxItems: 1 - assigned-clock-parents: true - assigned-clocks: true - '#clock-cells': const: 1
"assigned-clocks" are not needed in the schema as they come from DT schema. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml | 3 --- 1 file changed, 3 deletions(-)