We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5ca45 commit e8ed73fCopy full SHA for e8ed73f
arch/arm/boot/dts/imx7d.dtsi
@@ -651,6 +651,17 @@
651
#pwm-cells = <2>;
652
status = "disabled";
653
};
654
+
655
+ lcdif: lcdif@30730000 {
656
+ compatible = "fsl,imx7d-lcdif", "fsl,imx28-lcdif";
657
+ reg = <0x30730000 0x10000>;
658
+ interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
659
+ clocks = <&clks IMX7D_LCDIF_PIXEL_ROOT_CLK>,
660
+ <&clks IMX7D_CLK_DUMMY>,
661
+ <&clks IMX7D_CLK_DUMMY>;
662
+ clock-names = "pix", "axi", "disp_axi";
663
+ status = "disabled";
664
+ };
665
666
667
aips3: aips-bus@30800000 {
0 commit comments