diff options
author | Yannick Fertré <yannick.fertre@st.com> | 2019-10-07 15:29:13 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2019-10-13 23:39:25 +0200 |
commit | aa37506bd375d8b48ee10fab9dcb33bba7b41d59 (patch) | |
tree | 07ef80cc4d91e7b8d4cc3b0986c8cdb6733a9591 /arch | |
parent | b49711f0c0aba74c65b641840f7daf22199ad0b5 (diff) | |
download | u-boot-aa37506bd375d8b48ee10fab9dcb33bba7b41d59.zip u-boot-aa37506bd375d8b48ee10fab9dcb33bba7b41d59.tar.gz u-boot-aa37506bd375d8b48ee10fab9dcb33bba7b41d59.tar.bz2 |
ARM: dts: stm32mp1: add dsi host for stm32mp157c-dk2 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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/stm32mp157c-dk2-u-boot.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32mp157c-dk2-u-boot.dtsi b/arch/arm/dts/stm32mp157c-dk2-u-boot.dtsi index 18ac1e3..cd9947f 100644 --- a/arch/arm/dts/stm32mp157c-dk2-u-boot.dtsi +++ b/arch/arm/dts/stm32mp157c-dk2-u-boot.dtsi @@ -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>; |