linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: soc: samsung: exynos-sysreg: correct indentation for deprecated
@ 2023-01-09  8:39 ` Krzysztof Kozlowski
  2023-01-10 19:37   ` Krzysztof Kozlowski
  2023-01-11  5:02   ` Alim Akhtar
  0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-09  8:39 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, Sam Protsenko,
	Sriranjani P, devicetree, linux-arm-kernel, linux-samsung-soc,
	linux-kernel
  Cc: Krzysztof Kozlowski, Rob Herring

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

Reported-by: Rob Herring <robh@kernel.org>
Fixes: 0a2af7bdeeb4 ("dt-bindings: soc: samsung: exynos-sysreg: add dedicated SYSREG compatibles to Exynos850")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: soc: samsung: exynos-sysreg: correct indentation for deprecated
  2023-01-09  8:39 ` [PATCH] dt-bindings: soc: samsung: exynos-sysreg: correct indentation for deprecated Krzysztof Kozlowski
@ 2023-01-10 19:37   ` Krzysztof Kozlowski
  2023-01-11  5:02   ` Alim Akhtar
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-10 19:37 UTC (permalink / raw)
  To: Sriranjani P, Sam Protsenko, Alim Akhtar, linux-kernel,
	linux-arm-kernel, Krzysztof Kozlowski, linux-samsung-soc,
	Rob Herring, Krzysztof Kozlowski, devicetree
  Cc: Rob Herring

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 <krzysztof.kozlowski@linaro.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH] dt-bindings: soc: samsung: exynos-sysreg: correct indentation for deprecated
  2023-01-09  8:39 ` [PATCH] dt-bindings: soc: samsung: exynos-sysreg: correct indentation for deprecated Krzysztof Kozlowski
  2023-01-10 19:37   ` Krzysztof Kozlowski
@ 2023-01-11  5:02   ` Alim Akhtar
  1 sibling, 0 replies; 3+ messages in thread
From: Alim Akhtar @ 2023-01-11  5:02 UTC (permalink / raw)
  To: 'Krzysztof Kozlowski', 'Rob Herring',
	'Krzysztof Kozlowski', 'Sam Protsenko',
	'Sriranjani P', devicetree, linux-arm-kernel,
	linux-samsung-soc, linux-kernel
  Cc: 'Rob Herring'

Hi Krzysztof,

>-----Original Message-----
>From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski@linaro.org]
>Sent: Monday, January 9, 2023 2:10 PM
>To: Rob Herring <robh+dt@kernel.org>; Krzysztof Kozlowski
><krzysztof.kozlowski+dt@linaro.org>; Alim Akhtar
><alim.akhtar@samsung.com>; Sam Protsenko
><semen.protsenko@linaro.org>; Sriranjani P <sriranjani.p@samsung.com>;
>devicetree@vger.kernel.org; linux-arm-kernel@lists.infradead.org; linux-
>samsung-soc@vger.kernel.org; linux-kernel@vger.kernel.org
>Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>; Rob Herring
><robh@kernel.org>
>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 <robh@kernel.org>
>Fixes: 0a2af7bdeeb4 ("dt-bindings: soc: samsung: exynos-sysreg: add
>dedicated SYSREG compatibles to Exynos850")
>Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>---
Thanks!
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>

> .../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



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-11  5:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CGME20230109083958epcas5p2a6f04cf31eda7f1de147ea49cd12117e@epcas5p2.samsung.com>
2023-01-09  8:39 ` [PATCH] dt-bindings: soc: samsung: exynos-sysreg: correct indentation for deprecated Krzysztof Kozlowski
2023-01-10 19:37   ` Krzysztof Kozlowski
2023-01-11  5:02   ` Alim Akhtar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).