]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: sunxi: rename tcon's clock output
authorRoman Beranek <me@crly.cz>
Fri, 5 May 2023 05:21:08 +0000 (07:21 +0200)
committerJernej Skrabec <jernej.skrabec@gmail.com>
Thu, 18 May 2023 21:08:23 +0000 (23:08 +0200)
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: Roman Beranek <me@crly.cz>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Acked-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20230505052110.67514-3-me@crly.cz
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
arch/arm/boot/dts/sun5i.dtsi
arch/arm/boot/dts/sun8i-a23-a33.dtsi
arch/arm/boot/dts/sun8i-a83t.dtsi
arch/arm/boot/dts/sun8i-v3s.dtsi
arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi

index 250d6b87ab4d92852e478c4322977a3c433e49b2..2f901a01367636a2531ca6ae119772e1d98608c9 100644 (file)
                        clock-names = "ahb",
                                      "tcon-ch0",
                                      "tcon-ch1";
-                       clock-output-names = "tcon-pixel-clock";
+                       clock-output-names = "tcon-data-clock";
                        #clock-cells = <0>;
                        status = "disabled";
 
index 4aa9d88c9ea3a4bf06841c051cb3377d3a1b70fa..cd4bf60dbb3cb1bdfbf9224e5f94f4933a69c89d 100644 (file)
                        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>;
index 82fdb04122caa9077e79e961677262deb4cae519..94eb3bfc989e2913fb8ce79b6fe1358bcbced75c 100644 (file)
                        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";
index b001251644f75ec5018371dac57a10df1c9c7474..3b9a282c274635361ce2d3563e3c72a6c2be0279 100644 (file)
                                 <&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";
index 62f45f71ec654aae960c470288d1eb46e3946ad5..e3b17575699c8dedc5b8608b691a3178a3087e38 100644 (file)
                        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";