Skip to content

Commit 7360dab

Browse files
Dharma-Bclaudiubeznea
authored andcommitted
ARM: dts: microchip: sam9x7: Add LVDS controller
Add support for LVDS controller. Signed-off-by: Dharma Balasubiramani <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Claudiu Beznea <[email protected]>
1 parent 5b45220 commit 7360dab

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,6 +1115,15 @@
11151115
};
11161116
};
11171117

1118+
lvds_controller: lvds-controller@f8060000 {
1119+
compatible = "microchip,sam9x75-lvds";
1120+
reg = <0xf8060000 0x100>;
1121+
interrupts = <56 IRQ_TYPE_LEVEL_HIGH 0>;
1122+
clocks = <&pmc PMC_TYPE_PERIPHERAL 56>;
1123+
clock-names = "pclk";
1124+
status = "disabled";
1125+
};
1126+
11181127
matrix: matrix@ffffde00 {
11191128
compatible = "microchip,sam9x7-matrix", "atmel,at91sam9x5-matrix", "syscon";
11201129
reg = <0xffffde00 0x200>;

0 commit comments

Comments
 (0)