projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30173ba
)
ARM: dts: stm32mp1: add dsi host for stm32mp157c-ev1 board
author
Yannick Fertré
<yannick.fertre@st.com>
Mon, 7 Oct 2019 13:29:12 +0000
(15:29 +0200)
committer
Anatolij 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi
b/arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi
index ec60486f41e079d0c4e66fe75120b87818637a36..af5945d20b4d08c5da75594e3c28c3d6106543de 100644
(file)
--- a/
arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi
+++ b/
arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi
@@
-14,6
+14,11
@@
spi0 = &qspi;
usb0 = &usbotg_hs;
};
+
+ dsi_host: dsi_host {
+ compatible = "synopsys,dw-mipi-dsi";
+ status = "okay";
+ };
};
&flash0 {