[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <02d501d8912a$c9dbaa60$5d92ff20$@samsung.com>
Date: Wed, 6 Jul 2022 16:53:14 +0530
From: "Alim Akhtar" <alim.akhtar@...sung.com>
To: "'Krzysztof Kozlowski'" <krzysztof.kozlowski@...aro.org>,
"'Rob Herring'" <robh+dt@...nel.org>,
"'Krzysztof Kozlowski'" <krzysztof.kozlowski+dt@...aro.org>,
<devicetree@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-samsung-soc@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Cc: "'Chanho Park'" <chanho61.park@...sung.com>
Subject: RE: [PATCH 2/3] dt-bindings: soc: samsung: exynos-pmu: use abolute
ref paths
>-----Original Message-----
>From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski@...aro.org]
>Sent: Wednesday, July 6, 2022 3:21 PM
>To: Rob Herring <robh+dt@...nel.org>; Krzysztof Kozlowski
><krzysztof.kozlowski+dt@...aro.org>; Alim Akhtar <alim.akhtar@...sung.com>;
>devicetree@...r.kernel.org; linux-arm-kernel@...ts.infradead.org; linux-
>samsung-soc@...r.kernel.org; linux-kernel@...r.kernel.org
>Cc: Chanho Park <chanho61.park@...sung.com>; Krzysztof Kozlowski
><krzysztof.kozlowski@...aro.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@...aro.org>
>---
Reviewed-by: Alim Akhtar <alim.akhtar@...sung.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
Powered by blists - more mailing lists