diff mbox series

ARM: dts: ux500: Fix missing node renames

Message ID 20200326222536.86441-1-linus.walleij@linaro.org (mailing list archive)
State Mainlined
Commit fdd41faca6de75737e3cb4a0e86f0723ce36c242
Headers show
Series ARM: dts: ux500: Fix missing node renames | expand

Commit Message

Linus Walleij March 26, 2020, 10:25 p.m. UTC
I renamed the dsi-nodes from dsi@ to dsi-controller@
so that the schema check would kick in, but missed to
rename it in a few places.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
ARM SoC folks: this fixes the previous patch, feel free
to apply or fold in to the offending commit.
---
 arch/arm/boot/dts/ste-ab8500.dtsi              | 6 +++---
 arch/arm/boot/dts/ste-ab8505.dtsi              | 6 +++---
 arch/arm/boot/dts/ste-href-stuib.dtsi          | 2 +-
 arch/arm/boot/dts/ste-ux500-samsung-skomer.dts | 2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org March 27, 2020, 4:02 p.m. UTC | #1
Hello:

This patch was applied to soc/soc.git (refs/heads/for-next).

On Thu, 26 Mar 2020 23:25:36 +0100 you wrote:
> I renamed the dsi-nodes from dsi@ to dsi-controller@
> so that the schema check would kick in, but missed to
> rename it in a few places.
> 
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> ARM SoC folks: this fixes the previous patch, feel free
> to apply or fold in to the offending commit.
> 
> [...]


Here is a summary with links:
  - ARM: dts: ux500: Fix missing node renames
    https://git.kernel.org/soc/soc/c/fdd41faca6de75737e3cb4a0e86f0723ce36c242

You are awesome, thank you!
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/ste-ab8500.dtsi b/arch/arm/boot/dts/ste-ab8500.dtsi
index 14d4d8617d75..3cd6ee6d50e0 100644
--- a/arch/arm/boot/dts/ste-ab8500.dtsi
+++ b/arch/arm/boot/dts/ste-ab8500.dtsi
@@ -314,13 +314,13 @@  sound {
 		mcde@a0350000 {
 			vana-supply = <&ab8500_ldo_ana_reg>;
 
-			dsi@a0351000 {
+			dsi-controller@a0351000 {
 				vana-supply = <&ab8500_ldo_ana_reg>;
 			};
-			dsi@a0352000 {
+			dsi-controller@a0352000 {
 				vana-supply = <&ab8500_ldo_ana_reg>;
 			};
-			dsi@a0353000 {
+			dsi-controller@a0353000 {
 				vana-supply = <&ab8500_ldo_ana_reg>;
 			};
 		};
diff --git a/arch/arm/boot/dts/ste-ab8505.dtsi b/arch/arm/boot/dts/ste-ab8505.dtsi
index c72aa250bf6f..67bc69e67b33 100644
--- a/arch/arm/boot/dts/ste-ab8505.dtsi
+++ b/arch/arm/boot/dts/ste-ab8505.dtsi
@@ -261,13 +261,13 @@  sound {
 		mcde@a0350000 {
 			vana-supply = <&ab8500_ldo_ana_reg>;
 
-			dsi@a0351000 {
+			dsi-controller@a0351000 {
 				vana-supply = <&ab8500_ldo_ana_reg>;
 			};
-			dsi@a0352000 {
+			dsi-controller@a0352000 {
 				vana-supply = <&ab8500_ldo_ana_reg>;
 			};
-			dsi@a0353000 {
+			dsi-controller@a0353000 {
 				vana-supply = <&ab8500_ldo_ana_reg>;
 			};
 		};
diff --git a/arch/arm/boot/dts/ste-href-stuib.dtsi b/arch/arm/boot/dts/ste-href-stuib.dtsi
index e32d0c36feb8..b8fd8f18ba16 100644
--- a/arch/arm/boot/dts/ste-href-stuib.dtsi
+++ b/arch/arm/boot/dts/ste-href-stuib.dtsi
@@ -199,7 +199,7 @@  stuib_cfg2 {
 		mcde@a0350000 {
 			status = "okay";
 
-			dsi@a0351000 {
+			dsi-controller@a0351000 {
 				panel {
 					compatible = "samsung,s6d16d0";
 					reg = <0>;
diff --git a/arch/arm/boot/dts/ste-ux500-samsung-skomer.dts b/arch/arm/boot/dts/ste-ux500-samsung-skomer.dts
index 45a81cec0c6e..292ed5286652 100644
--- a/arch/arm/boot/dts/ste-ux500-samsung-skomer.dts
+++ b/arch/arm/boot/dts/ste-ux500-samsung-skomer.dts
@@ -370,7 +370,7 @@  mcde@a0350000 {
 			pinctrl-names = "default";
 			pinctrl-0 = <&dsi_default_mode>;
 
-			dsi@a0351000 {
+			dsi-controller@a0351000 {
 				panel {
 					/* NT35510-based Hydis HVA40WV1 */
 					compatible = "hydis,hva40wv1", "novatek,nt35510";