Message ID | 20220706095037.78542-2-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 61bebc2902901cc2f1cac496dc81be38ca74d7d4 |
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 2/3] dt-bindings: soc: samsung: exynos-pmu: use abolute ref >paths > >Preferred coding for referencing other schemas is to use absolute path. >Quotes over path are also not needed. > >Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> >--- Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com> > Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml >b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml >index a5d489acfdca..1835ca08416d 100644 >--- a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml >+++ b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml >@@ -75,13 +75,13 @@ properties: > const: 3 > > syscon-poweroff: >- $ref: "../../power/reset/syscon-poweroff.yaml#" >+ $ref: /schemas/power/reset/syscon-poweroff.yaml# > type: object > description: > Node for power off method > > syscon-reboot: >- $ref: "../../power/reset/syscon-reboot.yaml#" >+ $ref: /schemas/power/reset/syscon-reboot.yaml# > type: object > description: > Node for reboot method >-- >2.34.1
On Wed, 06 Jul 2022 11:50:36 +0200, Krzysztof Kozlowski wrote: > Preferred coding for referencing other schemas is to use absolute path. > Quotes over path are also not needed. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 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 a5d489acfdca..1835ca08416d 100644 --- a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml +++ b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml @@ -75,13 +75,13 @@ properties: const: 3 syscon-poweroff: - $ref: "../../power/reset/syscon-poweroff.yaml#" + $ref: /schemas/power/reset/syscon-poweroff.yaml# type: object description: Node for power off method syscon-reboot: - $ref: "../../power/reset/syscon-reboot.yaml#" + $ref: /schemas/power/reset/syscon-reboot.yaml# type: object description: Node for reboot method
Preferred coding for referencing other schemas is to use absolute path. Quotes over path are also not needed. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)