>-----Original Message----- >From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski@xxxxxxxxxx] >Sent: Wednesday, July 6, 2022 3:21 PM >To: Rob Herring <robh+dt@xxxxxxxxxx>; Krzysztof Kozlowski ><krzysztof.kozlowski+dt@xxxxxxxxxx>; Alim Akhtar <alim.akhtar@xxxxxxxxxxx>; >devicetree@xxxxxxxxxxxxxxx; linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; linux- >samsung-soc@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx >Cc: Chanho Park <chanho61.park@xxxxxxxxxxx>; Krzysztof Kozlowski ><krzysztof.kozlowski@xxxxxxxxxx> >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@xxxxxxxxxx> >--- > 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