ARM: dts: stm32mp1: add dsi host for stm32mp157c-ev1 board

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>
This commit is contained in:
Yannick Fertré 2019-10-07 15:29:12 +02:00 committed by Anatolij Gustschin
parent 30173bacdd
commit b49711f0c0

View File

@ -14,6 +14,11 @@
spi0 = &qspi;
usb0 = &usbotg_hs;
};
dsi_host: dsi_host {
compatible = "synopsys,dw-mipi-dsi";
status = "okay";
};
};
&flash0 {