Commit 41f3df34 authored by Linus Walleij's avatar Linus Walleij
Browse files

ARM: dts: ux500: Fix up DSI controller nodes



These nodes should be named dsi-controller@* so fix it up.

Cc: Stephan Gerhold <stephan@gerhold.net>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent bb6d3fb3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1097,7 +1097,7 @@
			ranges;
			status = "disabled";

			dsi0: dsi@a0351000 {
			dsi0: dsi-controller@a0351000 {
				compatible = "ste,mcde-dsi";
				reg = <0xa0351000 0x1000>;
				clocks = <&prcmu_clk PRCMU_DSI0CLK>, <&prcmu_clk PRCMU_DSI0ESCCLK>;
@@ -1105,7 +1105,7 @@
				#address-cells = <1>;
				#size-cells = <0>;
			};
			dsi1: dsi@a0352000 {
			dsi1: dsi-controller@a0352000 {
				compatible = "ste,mcde-dsi";
				reg = <0xa0352000 0x1000>;
				clocks = <&prcmu_clk PRCMU_DSI1CLK>, <&prcmu_clk PRCMU_DSI1ESCCLK>;
@@ -1113,7 +1113,7 @@
				#address-cells = <1>;
				#size-cells = <0>;
			};
			dsi2: dsi@a0353000 {
			dsi2: dsi-controller@a0353000 {
				compatible = "ste,mcde-dsi";
				reg = <0xa0353000 0x1000>;
				/* This DSI port only has the Low Power / Energy Save clock */
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@
		mcde@a0350000 {
			status = "okay";

			dsi@a0351000 {
			dsi-controller@a0351000 {
				panel {
					compatible = "samsung,s6d16d0";
					reg = <0>;
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
		mcde@a0350000 {
			status = "okay";

			dsi@a0351000 {
			dsi-controller@a0351000 {
				panel {
					compatible = "sony,acx424akp";
					reg = <0>;