devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/6] dt-bindings: gpu: arm,mali-midgard: Add missing properties
@ 2020-09-03 19:14 Krzysztof Kozlowski
  2020-09-03 19:14 ` [PATCH v2 2/6] dt-bindings: gpu: arm,mali-utgard: " Krzysztof Kozlowski
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2020-09-03 19:14 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter, Rob Herring, Kukjin Kim,
	Krzysztof Kozlowski, Maxime Ripard, Heiko Stuebner, Inki Dae,
	dri-devel, devicetree, linux-kernel, linux-arm-kernel,
	linux-samsung-soc

Add common properties appearing in DTSes (opp-table) to fix dtbs_check
warnings like:

  arch/arm64/boot/dts/exynos/exynos5433-tm2.dt.yaml: gpu@14ac0000:
    'opp-table' does not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

---

Changes since v1:
1. Add properties instead of using unevaluated
---
 Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml
index 80d519a76db2..e9c42b59f30f 100644
--- a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml
+++ b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml
@@ -74,6 +74,7 @@ properties:
       - const: bus
 
   mali-supply: true
+  opp-table: true
 
   power-domains:
     maxItems: 1
-- 
2.17.1


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

* [PATCH v2 2/6] dt-bindings: gpu: arm,mali-utgard: Add missing properties
  2020-09-03 19:14 [PATCH v2 1/6] dt-bindings: gpu: arm,mali-midgard: Add missing properties Krzysztof Kozlowski
@ 2020-09-03 19:14 ` Krzysztof Kozlowski
  2020-09-14 20:51   ` [PATCH v2 2/6] dt-bindings: gpu: arm, mali-utgard: " Rob Herring
  2020-09-03 19:14 ` [PATCH v2 3/6] dt-bindings: gpu: arm,mali-utgard: Correct Maxime's email Krzysztof Kozlowski
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Krzysztof Kozlowski @ 2020-09-03 19:14 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter, Rob Herring, Kukjin Kim,
	Krzysztof Kozlowski, Maxime Ripard, Heiko Stuebner, Inki Dae,
	dri-devel, devicetree, linux-kernel, linux-arm-kernel,
	linux-samsung-soc

Add common properties appearing in DTSes (opp-table) to fix dtbs_check
warnings like:

  arch/arm/boot/dts/exynos4210-i9100.dt.yaml: gpu@13000000:
    'opp-table' does not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

---

Changes since v1:
1. Add properties instead of using unevaluated
---
 Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml
index d4d785790eaa..30d421e6ba38 100644
--- a/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml
+++ b/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml
@@ -101,6 +101,8 @@ properties:
 
   mali-supply: true
 
+  opp-table: true
+
   power-domains:
     maxItems: 1
 
-- 
2.17.1


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

* [PATCH v2 3/6] dt-bindings: gpu: arm,mali-utgard: Correct Maxime's email
  2020-09-03 19:14 [PATCH v2 1/6] dt-bindings: gpu: arm,mali-midgard: Add missing properties Krzysztof Kozlowski
  2020-09-03 19:14 ` [PATCH v2 2/6] dt-bindings: gpu: arm,mali-utgard: " Krzysztof Kozlowski
@ 2020-09-03 19:14 ` Krzysztof Kozlowski
  2020-09-14 20:51   ` [PATCH v2 3/6] dt-bindings: gpu: arm, mali-utgard: " Rob Herring
  2020-09-03 19:14 ` [PATCH v2 4/6] dt-bindings: gpu: samsung-rotator: Add missing properties Krzysztof Kozlowski
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Krzysztof Kozlowski @ 2020-09-03 19:14 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter, Rob Herring, Kukjin Kim,
	Krzysztof Kozlowski, Maxime Ripard, Heiko Stuebner, Inki Dae,
	dri-devel, devicetree, linux-kernel, linux-arm-kernel,
	linux-samsung-soc

Update the address of Maxime Ripard as one in @free-electrons.com does
not work.

Cc: Maxime Ripard <mripard@kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Maxime Ripard <mripard@kernel.org>

---

Changes since v1:
1. Add Ack
---
 Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml
index 30d421e6ba38..eceaa176bd57 100644
--- a/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml
+++ b/Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml
@@ -8,7 +8,7 @@ title: ARM Mali Utgard GPU
 
 maintainers:
   - Rob Herring <robh@kernel.org>
-  - Maxime Ripard <maxime.ripard@free-electrons.com>
+  - Maxime Ripard <mripard@kernel.org>
   - Heiko Stuebner <heiko@sntech.de>
 
 properties:
-- 
2.17.1


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

* [PATCH v2 4/6] dt-bindings: gpu: samsung-rotator: Add missing properties
  2020-09-03 19:14 [PATCH v2 1/6] dt-bindings: gpu: arm,mali-midgard: Add missing properties Krzysztof Kozlowski
  2020-09-03 19:14 ` [PATCH v2 2/6] dt-bindings: gpu: arm,mali-utgard: " Krzysztof Kozlowski
  2020-09-03 19:14 ` [PATCH v2 3/6] dt-bindings: gpu: arm,mali-utgard: Correct Maxime's email Krzysztof Kozlowski
@ 2020-09-03 19:14 ` Krzysztof Kozlowski
  2020-09-14 20:51   ` Rob Herring
  2020-09-03 19:14 ` [PATCH v2 5/6] ARM: dts: exynos: Align OPP table name with dt-schema Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Krzysztof Kozlowski @ 2020-09-03 19:14 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter, Rob Herring, Kukjin Kim,
	Krzysztof Kozlowski, Maxime Ripard, Heiko Stuebner, Inki Dae,
	dri-devel, devicetree, linux-kernel, linux-arm-kernel,
	linux-samsung-soc

Add common properties appearing in DTSes (iommus, power-domains) to fix
dtbs_check warnings like:

  arch/arm/boot/dts/exynos4210-i9100.dt.yaml: rotator@12810000:
    'iommus', 'power-domains' do not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

---

Changes since v1:
1. Add properties instead of using unevaluated
---
 Documentation/devicetree/bindings/gpu/samsung-rotator.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml b/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml
index 665c6e3b31d3..f480174fe0d3 100644
--- a/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml
+++ b/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml
@@ -22,6 +22,9 @@ properties:
   interrupts:
     maxItems: 1
 
+  iommus: true
+  power-domains: true
+
   clocks:
     maxItems: 1
 
-- 
2.17.1


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

* [PATCH v2 5/6] ARM: dts: exynos: Align OPP table name with dt-schema
  2020-09-03 19:14 [PATCH v2 1/6] dt-bindings: gpu: arm,mali-midgard: Add missing properties Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2020-09-03 19:14 ` [PATCH v2 4/6] dt-bindings: gpu: samsung-rotator: Add missing properties Krzysztof Kozlowski
@ 2020-09-03 19:14 ` Krzysztof Kozlowski
  2020-09-16 17:12   ` Krzysztof Kozlowski
  2020-09-03 19:14 ` [PATCH v2 6/6] arm64: " Krzysztof Kozlowski
  2020-09-14 20:51 ` [PATCH v2 1/6] dt-bindings: gpu: arm, mali-midgard: Add missing properties Rob Herring
  5 siblings, 1 reply; 12+ messages in thread
From: Krzysztof Kozlowski @ 2020-09-03 19:14 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter, Rob Herring, Kukjin Kim,
	Krzysztof Kozlowski, Maxime Ripard, Heiko Stuebner, Inki Dae,
	dri-devel, devicetree, linux-kernel, linux-arm-kernel,
	linux-samsung-soc

Device tree nodes should have hyphens instead of underscores.  This is
also expected by the bindings.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

---

Changes since v1:
1. New patch
---
 arch/arm/boot/dts/exynos4412.dtsi | 16 ++++++++--------
 arch/arm/boot/dts/exynos5250.dtsi |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/arch/arm/boot/dts/exynos4412.dtsi b/arch/arm/boot/dts/exynos4412.dtsi
index c74b1be12671..e76881dc0014 100644
--- a/arch/arm/boot/dts/exynos4412.dtsi
+++ b/arch/arm/boot/dts/exynos4412.dtsi
@@ -76,7 +76,7 @@
 		};
 	};
 
-	cpu0_opp_table: opp_table0 {
+	cpu0_opp_table: opp-table0 {
 		compatible = "operating-points-v2";
 		opp-shared;
 
@@ -402,7 +402,7 @@
 			status = "disabled";
 		};
 
-		bus_dmc_opp_table: opp_table1 {
+		bus_dmc_opp_table: opp-table1 {
 			compatible = "operating-points-v2";
 			opp-shared;
 
@@ -429,7 +429,7 @@
 			};
 		};
 
-		bus_acp_opp_table: opp_table2 {
+		bus_acp_opp_table: opp-table2 {
 			compatible = "operating-points-v2";
 			opp-shared;
 
@@ -495,7 +495,7 @@
 			status = "disabled";
 		};
 
-		bus_leftbus_opp_table: opp_table3 {
+		bus_leftbus_opp_table: opp-table3 {
 			compatible = "operating-points-v2";
 			opp-shared;
 
@@ -518,7 +518,7 @@
 			};
 		};
 
-		bus_display_opp_table: opp_table4 {
+		bus_display_opp_table: opp-table4 {
 			compatible = "operating-points-v2";
 			opp-shared;
 
@@ -530,7 +530,7 @@
 			};
 		};
 
-		bus_fsys_opp_table: opp_table5 {
+		bus_fsys_opp_table: opp-table5 {
 			compatible = "operating-points-v2";
 			opp-shared;
 
@@ -542,7 +542,7 @@
 			};
 		};
 
-		bus_peri_opp_table: opp_table6 {
+		bus_peri_opp_table: opp-table6 {
 			compatible = "operating-points-v2";
 			opp-shared;
 
@@ -734,7 +734,7 @@
 			  "pmu";
 	operating-points-v2 = <&gpu_opp_table>;
 
-	gpu_opp_table: opp_table {
+	gpu_opp_table: opp-table {
 		compatible = "operating-points-v2";
 
 		opp-160000000 {
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index e09db3cecbff..bd2d8835dd36 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -330,7 +330,7 @@
 			power-domains = <&pd_g3d>;
 			status = "disabled";
 
-			gpu_opp_table: gpu-opp-table {
+			gpu_opp_table: opp-table {
 				compatible = "operating-points-v2";
 
 				opp-100000000 {
-- 
2.17.1


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

* [PATCH v2 6/6] arm64: dts: exynos: Align OPP table name with dt-schema
  2020-09-03 19:14 [PATCH v2 1/6] dt-bindings: gpu: arm,mali-midgard: Add missing properties Krzysztof Kozlowski
                   ` (3 preceding siblings ...)
  2020-09-03 19:14 ` [PATCH v2 5/6] ARM: dts: exynos: Align OPP table name with dt-schema Krzysztof Kozlowski
@ 2020-09-03 19:14 ` Krzysztof Kozlowski
  2020-09-16 17:13   ` Krzysztof Kozlowski
  2020-09-14 20:51 ` [PATCH v2 1/6] dt-bindings: gpu: arm, mali-midgard: Add missing properties Rob Herring
  5 siblings, 1 reply; 12+ messages in thread
From: Krzysztof Kozlowski @ 2020-09-03 19:14 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter, Rob Herring, Kukjin Kim,
	Krzysztof Kozlowski, Maxime Ripard, Heiko Stuebner, Inki Dae,
	dri-devel, devicetree, linux-kernel, linux-arm-kernel,
	linux-samsung-soc

Device tree nodes should have hyphens instead of underscores.  This is
also expected by the bindings.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

---

Changes since v1:
1. New patch
---
 arch/arm64/boot/dts/exynos/exynos5433.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/exynos/exynos5433.dtsi b/arch/arm64/boot/dts/exynos/exynos5433.dtsi
index b2eebdd88c3c..9651bb9fdadc 100644
--- a/arch/arm64/boot/dts/exynos/exynos5433.dtsi
+++ b/arch/arm64/boot/dts/exynos/exynos5433.dtsi
@@ -1087,7 +1087,7 @@
 			operating-points-v2 = <&gpu_opp_table>;
 			status = "disabled";
 
-			gpu_opp_table: opp_table {
+			gpu_opp_table: opp-table {
 				compatible = "operating-points-v2";
 
 				opp-160000000 {
-- 
2.17.1


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

* Re: [PATCH v2 4/6] dt-bindings: gpu: samsung-rotator: Add missing properties
  2020-09-03 19:14 ` [PATCH v2 4/6] dt-bindings: gpu: samsung-rotator: Add missing properties Krzysztof Kozlowski
@ 2020-09-14 20:51   ` Rob Herring
  0 siblings, 0 replies; 12+ messages in thread
From: Rob Herring @ 2020-09-14 20:51 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: David Airlie, Daniel Vetter, Kukjin Kim, Maxime Ripard,
	Heiko Stuebner, Inki Dae, dri-devel, devicetree, linux-kernel,
	linux-arm-kernel, linux-samsung-soc

On Thu, Sep 03, 2020 at 09:14:36PM +0200, Krzysztof Kozlowski wrote:
> Add common properties appearing in DTSes (iommus, power-domains) to fix
> dtbs_check warnings like:
> 
>   arch/arm/boot/dts/exynos4210-i9100.dt.yaml: rotator@12810000:
>     'iommus', 'power-domains' do not match any of the regexes: 'pinctrl-[0-9]+'
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> 
> ---
> 
> Changes since v1:
> 1. Add properties instead of using unevaluated
> ---
>  Documentation/devicetree/bindings/gpu/samsung-rotator.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml b/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml
> index 665c6e3b31d3..f480174fe0d3 100644
> --- a/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml
> +++ b/Documentation/devicetree/bindings/gpu/samsung-rotator.yaml
> @@ -22,6 +22,9 @@ properties:
>    interrupts:
>      maxItems: 1
>  
> +  iommus: true
> +  power-domains: true

These need to define how many. I assume 1, so 'maxItems: 1'.

> +
>    clocks:
>      maxItems: 1
>  
> -- 
> 2.17.1
> 

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

* Re: [PATCH v2 1/6] dt-bindings: gpu: arm, mali-midgard: Add missing properties
  2020-09-03 19:14 [PATCH v2 1/6] dt-bindings: gpu: arm,mali-midgard: Add missing properties Krzysztof Kozlowski
                   ` (4 preceding siblings ...)
  2020-09-03 19:14 ` [PATCH v2 6/6] arm64: " Krzysztof Kozlowski
@ 2020-09-14 20:51 ` Rob Herring
  5 siblings, 0 replies; 12+ messages in thread
From: Rob Herring @ 2020-09-14 20:51 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Daniel Vetter, dri-devel, Rob Herring, Heiko Stuebner,
	David Airlie, Maxime Ripard, Kukjin Kim, devicetree,
	linux-kernel, Inki Dae, linux-arm-kernel, linux-samsung-soc

On Thu, 03 Sep 2020 21:14:33 +0200, Krzysztof Kozlowski wrote:
> Add common properties appearing in DTSes (opp-table) to fix dtbs_check
> warnings like:
> 
>   arch/arm64/boot/dts/exynos/exynos5433-tm2.dt.yaml: gpu@14ac0000:
>     'opp-table' does not match any of the regexes: 'pinctrl-[0-9]+'
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> 
> ---
> 
> Changes since v1:
> 1. Add properties instead of using unevaluated
> ---
>  Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Applied, thanks!

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

* Re: [PATCH v2 2/6] dt-bindings: gpu: arm, mali-utgard: Add missing properties
  2020-09-03 19:14 ` [PATCH v2 2/6] dt-bindings: gpu: arm,mali-utgard: " Krzysztof Kozlowski
@ 2020-09-14 20:51   ` Rob Herring
  0 siblings, 0 replies; 12+ messages in thread
From: Rob Herring @ 2020-09-14 20:51 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: linux-samsung-soc, Rob Herring, linux-kernel, Daniel Vetter,
	Maxime Ripard, Inki Dae, David Airlie, linux-arm-kernel,
	dri-devel, devicetree, Kukjin Kim, Heiko Stuebner

On Thu, 03 Sep 2020 21:14:34 +0200, Krzysztof Kozlowski wrote:
> Add common properties appearing in DTSes (opp-table) to fix dtbs_check
> warnings like:
> 
>   arch/arm/boot/dts/exynos4210-i9100.dt.yaml: gpu@13000000:
>     'opp-table' does not match any of the regexes: 'pinctrl-[0-9]+'
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> 
> ---
> 
> Changes since v1:
> 1. Add properties instead of using unevaluated
> ---
>  Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Applied, thanks!

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

* Re: [PATCH v2 3/6] dt-bindings: gpu: arm, mali-utgard: Correct Maxime's email
  2020-09-03 19:14 ` [PATCH v2 3/6] dt-bindings: gpu: arm,mali-utgard: Correct Maxime's email Krzysztof Kozlowski
@ 2020-09-14 20:51   ` Rob Herring
  0 siblings, 0 replies; 12+ messages in thread
From: Rob Herring @ 2020-09-14 20:51 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Maxime Ripard, David Airlie, linux-samsung-soc, Heiko Stuebner,
	Inki Dae, Kukjin Kim, Daniel Vetter, Rob Herring, dri-devel,
	linux-arm-kernel, linux-kernel, devicetree

On Thu, 03 Sep 2020 21:14:35 +0200, Krzysztof Kozlowski wrote:
> Update the address of Maxime Ripard as one in @free-electrons.com does
> not work.
> 
> Cc: Maxime Ripard <mripard@kernel.org>
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> Acked-by: Maxime Ripard <mripard@kernel.org>
> 
> ---
> 
> Changes since v1:
> 1. Add Ack
> ---
>  Documentation/devicetree/bindings/gpu/arm,mali-utgard.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!

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

* Re: [PATCH v2 5/6] ARM: dts: exynos: Align OPP table name with dt-schema
  2020-09-03 19:14 ` [PATCH v2 5/6] ARM: dts: exynos: Align OPP table name with dt-schema Krzysztof Kozlowski
@ 2020-09-16 17:12   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2020-09-16 17:12 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter, Rob Herring, Kukjin Kim,
	Maxime Ripard, Heiko Stuebner, Inki Dae, dri-devel, devicetree,
	linux-kernel, linux-arm-kernel, linux-samsung-soc

On Thu, Sep 03, 2020 at 09:14:37PM +0200, Krzysztof Kozlowski wrote:
> Device tree nodes should have hyphens instead of underscores.  This is
> also expected by the bindings.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> 
> ---
> 
> Changes since v1:
> 1. New patch
> ---
>  arch/arm/boot/dts/exynos4412.dtsi | 16 ++++++++--------
>  arch/arm/boot/dts/exynos5250.dtsi |  2 +-
>  2 files changed, 9 insertions(+), 9 deletions(-)

Applied.

Best regards,
Krzysztof


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

* Re: [PATCH v2 6/6] arm64: dts: exynos: Align OPP table name with dt-schema
  2020-09-03 19:14 ` [PATCH v2 6/6] arm64: " Krzysztof Kozlowski
@ 2020-09-16 17:13   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2020-09-16 17:13 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter, Rob Herring, Kukjin Kim,
	Maxime Ripard, Heiko Stuebner, Inki Dae, dri-devel, devicetree,
	linux-kernel, linux-arm-kernel, linux-samsung-soc

On Thu, Sep 03, 2020 at 09:14:38PM +0200, Krzysztof Kozlowski wrote:
> Device tree nodes should have hyphens instead of underscores.  This is
> also expected by the bindings.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> 
> ---
> 
> Changes since v1:
> 1. New patch
> ---
>  arch/arm64/boot/dts/exynos/exynos5433.dtsi | 2 +-

Applied.

Best regards,
Krzysztof


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

end of thread, other threads:[~2020-09-16 17:47 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-03 19:14 [PATCH v2 1/6] dt-bindings: gpu: arm,mali-midgard: Add missing properties Krzysztof Kozlowski
2020-09-03 19:14 ` [PATCH v2 2/6] dt-bindings: gpu: arm,mali-utgard: " Krzysztof Kozlowski
2020-09-14 20:51   ` [PATCH v2 2/6] dt-bindings: gpu: arm, mali-utgard: " Rob Herring
2020-09-03 19:14 ` [PATCH v2 3/6] dt-bindings: gpu: arm,mali-utgard: Correct Maxime's email Krzysztof Kozlowski
2020-09-14 20:51   ` [PATCH v2 3/6] dt-bindings: gpu: arm, mali-utgard: " Rob Herring
2020-09-03 19:14 ` [PATCH v2 4/6] dt-bindings: gpu: samsung-rotator: Add missing properties Krzysztof Kozlowski
2020-09-14 20:51   ` Rob Herring
2020-09-03 19:14 ` [PATCH v2 5/6] ARM: dts: exynos: Align OPP table name with dt-schema Krzysztof Kozlowski
2020-09-16 17:12   ` Krzysztof Kozlowski
2020-09-03 19:14 ` [PATCH v2 6/6] arm64: " Krzysztof Kozlowski
2020-09-16 17:13   ` Krzysztof Kozlowski
2020-09-14 20:51 ` [PATCH v2 1/6] dt-bindings: gpu: arm, mali-midgard: Add missing properties Rob Herring

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