diff options
| author | Dharma Balasubiramani <dharma.b@microchip.com> | 2025-06-25 14:38:45 +0530 |
|---|---|---|
| committer | Claudiu Beznea <claudiu.beznea@tuxon.dev> | 2025-06-25 19:13:22 +0300 |
| commit | 7360dab3beadeeea48c2c314d48a290cb7a22398 (patch) | |
| tree | c2bab4f0038a3f4c90f021755a8c87919fc24b7e | |
| parent | ARM: dts: microchip: sama5d2_icp: rename spi-cs-setup-ns property to spi-cs-s... (diff) | |
| download | linux-7360dab3beadeeea48c2c314d48a290cb7a22398.tar.gz linux-7360dab3beadeeea48c2c314d48a290cb7a22398.zip | |
ARM: dts: microchip: sam9x7: Add LVDS controller
Add support for LVDS controller.
Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com>
Link: https://lore.kernel.org/r/20250625-b4-sam9x7-dts-v1-1-92aaee14ed16@microchip.com
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
| -rw-r--r-- | arch/arm/boot/dts/microchip/sam9x7.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/microchip/sam9x7.dtsi b/arch/arm/boot/dts/microchip/sam9x7.dtsi index 2063507d0c50..66c07e642c3e 100644 --- a/arch/arm/boot/dts/microchip/sam9x7.dtsi +++ b/arch/arm/boot/dts/microchip/sam9x7.dtsi @@ -1115,6 +1115,15 @@ }; }; + lvds_controller: lvds-controller@f8060000 { + compatible = "microchip,sam9x75-lvds"; + reg = <0xf8060000 0x100>; + interrupts = <56 IRQ_TYPE_LEVEL_HIGH 0>; + clocks = <&pmc PMC_TYPE_PERIPHERAL 56>; + clock-names = "pclk"; + status = "disabled"; + }; + matrix: matrix@ffffde00 { compatible = "microchip,sam9x7-matrix", "atmel,at91sam9x5-matrix", "syscon"; reg = <0xffffde00 0x200>; |
