Message ID | 20220706160257.27579-1-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 38aed2e0aa406de6dda64515cc3937976a27038e |
Headers | show |
Series | [v2,1/3] dt-bindings: soc: samsung: exynos-pmu: cleanup assigned clocks | expand |
On Wed, 6 Jul 2022 18:02:55 +0200, Krzysztof Kozlowski wrote: > "assigned-clocks" are not needed in the device schema as they come from > core schema. > > Applied with Rob's tags carried over from v1. Applied, thanks! [1/3] dt-bindings: soc: samsung: exynos-pmu: cleanup assigned clocks https://git.kernel.org/krzk/linux/c/38aed2e0aa406de6dda64515cc3937976a27038e [2/3] dt-bindings: soc: samsung: exynos-pmu: use abolute ref paths https://git.kernel.org/krzk/linux/c/61bebc2902901cc2f1cac496dc81be38ca74d7d4 [3/3] dt-bindings: soc: samsung: exynos-pmu: add reboot-mode https://git.kernel.org/krzk/linux/c/3e27bf719303b1b19edd37bd04e9e586c73f6511 Best regards,
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 device schema as they come from core schema. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Changes since v1: 1. Re-phrase commit msg. --- Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml | 3 --- 1 file changed, 3 deletions(-)