2023-01-09 09:06:20

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH] dt-bindings: soc: samsung: exynos-sysreg: correct indentation for deprecated

"deprecated" keyword was indentend wrong - entire list of compatibles
starting with generic Exynos SoC compatible is deprecated.

Reported-by: Rob Herring <[email protected]>
Fixes: 0a2af7bdeeb4 ("dt-bindings: soc: samsung: exynos-sysreg: add dedicated SYSREG compatibles to Exynos850")
Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
.../devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml b/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml
index 60958dac0345..163e912e9cad 100644
--- a/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml
+++ b/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml
@@ -36,7 +36,7 @@ properties:
- samsung,exynos850-sysreg
- samsung,exynosautov9-sysreg
- const: syscon
- deprecated: true
+ deprecated: true
- items:
- enum:
- samsung,exynos850-cmgp-sysreg
--
2.34.1


2023-01-10 20:05:31

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: soc: samsung: exynos-sysreg: correct indentation for deprecated

On Mon, 9 Jan 2023 09:39:48 +0100, Krzysztof Kozlowski wrote:
> "deprecated" keyword was indentend wrong - entire list of compatibles
> starting with generic Exynos SoC compatible is deprecated.
>
>

Applied, thanks!

[1/1] dt-bindings: soc: samsung: exynos-sysreg: correct indentation for deprecated
https://git.kernel.org/krzk/linux/c/c14f161c1feda6f654978025fb64efd7280c3223

Best regards,
--
Krzysztof Kozlowski <[email protected]>

2023-01-11 05:15:14

by Alim Akhtar

[permalink] [raw]
Subject: RE: [PATCH] dt-bindings: soc: samsung: exynos-sysreg: correct indentation for deprecated

Hi Krzysztof,

>-----Original Message-----
>From: Krzysztof Kozlowski [mailto:[email protected]]
>Sent: Monday, January 9, 2023 2:10 PM
>To: Rob Herring <[email protected]>; Krzysztof Kozlowski
><[email protected]>; Alim Akhtar
><[email protected]>; Sam Protsenko
><[email protected]>; Sriranjani P <[email protected]>;
>[email protected]; [email protected]; linux-
>[email protected]; [email protected]
>Cc: Krzysztof Kozlowski <[email protected]>; Rob Herring
><[email protected]>
>Subject: [PATCH] dt-bindings: soc: samsung: exynos-sysreg: correct
>indentation for deprecated
>
>"deprecated" keyword was indentend wrong - entire list of compatibles
>starting with generic Exynos SoC compatible is deprecated.
>
>Reported-by: Rob Herring <[email protected]>
>Fixes: 0a2af7bdeeb4 ("dt-bindings: soc: samsung: exynos-sysreg: add
>dedicated SYSREG compatibles to Exynos850")
>Signed-off-by: Krzysztof Kozlowski <[email protected]>
>---
Thanks!
Reviewed-by: Alim Akhtar <[email protected]>

> .../devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git
>a/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-
>sysreg.yaml
>b/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-
>sysreg.yaml
>index 60958dac0345..163e912e9cad 100644
>--- a/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-
>sysreg.yaml
>+++ b/Documentation/devicetree/bindings/soc/samsung/samsung,exynos-
>sysre
>+++ g.yaml
>@@ -36,7 +36,7 @@ properties:
> - samsung,exynos850-sysreg
> - samsung,exynosautov9-sysreg
> - const: syscon
>- deprecated: true
>+ deprecated: true
> - items:
> - enum:
> - samsung,exynos850-cmgp-sysreg
>--
>2.34.1