ARM: dts: stm32mp1: add dsi host for stm32mp157c-dk2 board
authorYannick Fertré <yannick.fertre@st.com>
Mon, 7 Oct 2019 13:29:13 +0000 (15:29 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sun, 13 Oct 2019 21:39:25 +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-dk2-u-boot.dtsi

index 18ac1e3cb2afe836a322cabb0a04d3cb4669acbf..cd9947f166ca4c5eccfe87e4467fac6cdf929d6b 100644 (file)
@@ -5,6 +5,13 @@
 
 #include "stm32mp157a-dk1-u-boot.dtsi"
 
+/ {
+       dsi_host: dsi_host {
+               compatible = "synopsys,dw-mipi-dsi";
+               status = "okay";
+       };
+};
+
 &i2c1 {
        hdmi-transmitter@39 {
                reset-gpios = <&gpioa 10 GPIO_ACTIVE_LOW>;