diff options
author | Gabriel FERNANDEZ <gabriel.fernandez@st.com> | 2015-01-14 16:47:00 +0100 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2015-01-16 11:55:42 +0100 |
commit | a01a35e03ede38db0fcc8c09d0cfc39bc5d37b7d (patch) | |
tree | ce24edb4bb21281309092f0db834008b98e3f158 /arch/arm/boot/dts/stih407-b2120.dts | |
parent | ARM: STi: DT: STiH410: Add DT nodes for the ehci and ohci usb controllers. (diff) | |
download | linux-a01a35e03ede38db0fcc8c09d0cfc39bc5d37b7d.tar.xz linux-a01a35e03ede38db0fcc8c09d0cfc39bc5d37b7d.zip |
ARM: DT: STiH407: Add DRM dt nodes
This patch adds the DRM/KMS dt nodes.
This node can't be in stih407-family.dtsi file because in the future we
will integrate a new stih418-b2199 board. It's a stih407 family board
with different drm/kms dt nodes.
That is why i created the stih407.dtsi file.
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@linaro.org>
Acked-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stih407-b2120.dts')
-rw-r--r-- | arch/arm/boot/dts/stih407-b2120.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/stih407-b2120.dts b/arch/arm/boot/dts/stih407-b2120.dts index 261d5e2c48d2..af487145cd89 100644 --- a/arch/arm/boot/dts/stih407-b2120.dts +++ b/arch/arm/boot/dts/stih407-b2120.dts @@ -7,9 +7,8 @@ * published by the Free Software Foundation. */ /dts-v1/; -#include "stih407-clock.dtsi" -#include "stih407-family.dtsi" #include "stihxxx-b2120.dtsi" +#include "stih407.dtsi" / { model = "STiH407 B2120"; compatible = "st,stih407-b2120", "st,stih407"; |