Skip to content

Commit d83734a

Browse files
ryan-wannerclaudiubeznea
authored andcommitted
ARM: dts: microchip: sama7d65: add LVDS controller
Add support for LVDS controller node Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com> Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com> Reviewed-by: Claudiu Beznea <claudiu.beznea@tuxon.dev> Link: https://lore.kernel.org/r/20260225085430.480052-4-manikandan.m@microchip.com Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
1 parent b18c8ae commit d83734a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

arch/arm/boot/dts/microchip/sama7d65.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,15 @@
304304
};
305305
};
306306

307+
lvdsc: lvds-controller@e1408000 {
308+
compatible = "microchip,sama7d65-lvds", "microchip,sam9x75-lvds";
309+
reg = <0xe1408000 0x100>;
310+
interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
311+
clocks = <&pmc PMC_TYPE_PERIPHERAL 104>;
312+
clock-names = "pclk";
313+
status = "disabled";
314+
};
315+
307316
aes: crypto@e1600000 {
308317
compatible = "microchip,sama7d65-aes", "atmel,at91sam9g46-aes";
309318
reg = <0xe1600000 0x100>;

0 commit comments

Comments
 (0)