]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: st: add lvds support on stm32mp235
authorRaphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
Tue, 10 Feb 2026 10:03:57 +0000 (11:03 +0100)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Wed, 25 Mar 2026 16:37:48 +0000 (17:37 +0100)
The LVDS is used on STM32MP2 as a display interface.

Add the LVDS node.

Signed-off-by: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
Link: https://lore.kernel.org/r/20260210-display-v2-4-0592bd514958@foss.st.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm64/boot/dts/st/stm32mp235.dtsi

index ae98f503529f0a2473f250b4d9195820135ee1bc..7a87c344a4fe3c5c6af154721d4229eb330d4cb8 100644 (file)
 };
 
 &rifsc {
+       lvds: lvds@48060000 {
+               compatible = "st,stm32mp255-lvds", "st,stm32mp25-lvds";
+               reg = <0x48060000 0x2000>;
+               #clock-cells = <0>;
+               clocks = <&rcc CK_BUS_LVDS>, <&rcc CK_KER_LVDSPHY>;
+               clock-names = "pclk", "ref";
+               resets = <&rcc LVDS_R>;
+               access-controllers = <&rifsc 84>;
+               power-domains = <&cluster_pd>;
+               status = "disabled";
+       };
+
        vdec: vdec@480d0000 {
                compatible = "st,stm32mp25-vdec";
                reg = <0x480d0000 0x3c8>;