ARM: dts: stm32mp1: add dsi host for stm32mp157c-ev1 board
authorYannick Fertré <yannick.fertre@st.com>
Mon, 7 Oct 2019 13:29:12 +0000 (15:29 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sun, 13 Oct 2019 21:39:14 +0000 (23:39 +0200)
The new class dsi host allows the management of the bridge DPI to DSI.
This bridge is embedded in the chipset mp1 (come from synopsys company).

Signed-off-by: Yannick Fertré <yannick.fertre@st.com>
arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi

index ec60486f41e079d0c4e66fe75120b87818637a36..af5945d20b4d08c5da75594e3c28c3d6106543de 100644 (file)
                spi0 = &qspi;
                usb0 = &usbotg_hs;
        };
+
+       dsi_host: dsi_host {
+               compatible = "synopsys,dw-mipi-dsi";
+               status = "okay";
+       };
 };
 
 &flash0 {