diff options
| author | Ryan Wanner <Ryan.Wanner@microchip.com> | 2026-02-25 14:24:27 +0530 |
|---|---|---|
| committer | Claudiu Beznea <claudiu.beznea@tuxon.dev> | 2026-02-28 16:05:26 +0200 |
| commit | d83734a0bd253cab38b52065b2e35fa34c2d8770 (patch) | |
| tree | 7f26c3aeefae792bcf6f0919d12676ab14845b0f | |
| parent | b18c8aea6d962bfd89c6c265d7656eb45cc0e432 (diff) | |
| download | linux-d83734a0bd253cab38b52065b2e35fa34c2d8770.tar.gz linux-d83734a0bd253cab38b52065b2e35fa34c2d8770.zip | |
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>
| -rw-r--r-- | arch/arm/boot/dts/microchip/sama7d65.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/microchip/sama7d65.dtsi b/arch/arm/boot/dts/microchip/sama7d65.dtsi index 42e8d7ad8821..80cfdec42ec4 100644 --- a/arch/arm/boot/dts/microchip/sama7d65.dtsi +++ b/arch/arm/boot/dts/microchip/sama7d65.dtsi @@ -304,6 +304,15 @@ }; }; + lvdsc: lvds-controller@e1408000 { + compatible = "microchip,sama7d65-lvds", "microchip,sam9x75-lvds"; + reg = <0xe1408000 0x100>; + interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&pmc PMC_TYPE_PERIPHERAL 104>; + clock-names = "pclk"; + status = "disabled"; + }; + aes: crypto@e1600000 { compatible = "microchip,sama7d65-aes", "atmel,at91sam9g46-aes"; reg = <0xe1600000 0x100>; |
