Skip to content

Commit 6ba2409

Browse files
ARM: dts: at91: sam9x7: Add MIPI DSI Controller node
Add the Microchip's DSI controller wrapper driver that uses the Synopsys DesignWare MIPI DSI host controller bridge to SAM9X7 SoC DT Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com> Acked-by: Varshini Rajendran <varshini.rajendran@microchip.com>
1 parent 8eebb05 commit 6ba2409

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,6 +1194,15 @@
11941194
reg = <0xf8050000 0x400>;
11951195
};
11961196

1197+
dsi: dsi@f8054000 {
1198+
compatible = "microchip,sam9x75-mipi-dsi";
1199+
reg = <0xf8054000 0x200>;
1200+
clocks = <&pmc PMC_TYPE_PERIPHERAL 54>, <&pmc PMC_TYPE_GCK 55>;
1201+
clock-names = "pclk", "refclk";
1202+
microchip,sfr = <&sfr>;
1203+
status = "disabled";
1204+
};
1205+
11971206
csi2host: csi2host@f8058000 {
11981207
compatible = "snps,dw-csi";
11991208
#address-cells = <1>;

0 commit comments

Comments
 (0)