Commit ec4c5458 authored by Roman Beranek's avatar Roman Beranek Committed by Jernej Skrabec
Browse files

ARM: dts: sunxi: rename tcon's clock output



While the rate of TCON0's DCLK matches dotclock for parallel and LVDS
outputs, this doesn't hold for DSI. According manuals from Allwinner,
DCLK is an abbreviation of Data Clock, not dotclock, so go with that
instead.

Signed-off-by: default avatarRoman Beranek <me@crly.cz>
Acked-by: default avatarJernej Skrabec <jernej.skrabec@gmail.com>
Acked-by: default avatarMaxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20230505052110.67514-3-me@crly.cz


Signed-off-by: default avatarJernej Skrabec <jernej.skrabec@gmail.com>
parent ac9a7868
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -286,7 +286,7 @@ tcon0: lcd-controller@1c0c000 {
			clock-names = "ahb",
				      "tcon-ch0",
				      "tcon-ch1";
			clock-output-names = "tcon-pixel-clock";
			clock-output-names = "tcon-data-clock";
			#clock-cells = <0>;
			status = "disabled";

+1 −1
Original line number Diff line number Diff line
@@ -190,7 +190,7 @@ tcon0: lcd-controller@1c0c000 {
			clock-names = "ahb",
				      "tcon-ch0",
				      "lvds-alt";
			clock-output-names = "tcon-pixel-clock";
			clock-output-names = "tcon-data-clock";
			#clock-cells = <0>;
			resets = <&ccu RST_BUS_LCD>,
				 <&ccu RST_BUS_LVDS>;
+1 −1
Original line number Diff line number Diff line
@@ -456,7 +456,7 @@ tcon0: lcd-controller@1c0c000 {
			interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&ccu CLK_BUS_TCON0>, <&ccu CLK_TCON0>;
			clock-names = "ahb", "tcon-ch0";
			clock-output-names = "tcon-pixel-clock";
			clock-output-names = "tcon-data-clock";
			#clock-cells = <0>;
			resets = <&ccu RST_BUS_TCON0>, <&ccu RST_BUS_LVDS>;
			reset-names = "lcd", "lvds";
+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ tcon0: lcd-controller@1c0c000 {
				 <&ccu CLK_TCON0>;
			clock-names = "ahb",
				      "tcon-ch0";
			clock-output-names = "tcon-pixel-clock";
			clock-output-names = "tcon-data-clock";
			#clock-cells = <0>;
			resets = <&ccu RST_BUS_TCON0>;
			reset-names = "lcd";
+1 −1
Original line number Diff line number Diff line
@@ -407,7 +407,7 @@ tcon0: lcd-controller@1c0c000 {
			interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&ccu CLK_BUS_TCON0>, <&ccu CLK_TCON0>;
			clock-names = "ahb", "tcon-ch0";
			clock-output-names = "tcon-pixel-clock";
			clock-output-names = "tcon-data-clock";
			#clock-cells = <0>;
			resets = <&ccu RST_BUS_TCON0>, <&ccu RST_BUS_LVDS>;
			reset-names = "lcd", "lvds";