diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-10-08 14:27:55 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-04-18 00:18:47 +0300 |
commit | f4bdfcc29a8bf96fc385a8221348781dd5594128 (patch) | |
tree | ffad819d0389d0b7f2a0a9552ba168f6b5510c5e /arch/arm/boot/dts/ste-href-tvk1281618.dtsi | |
parent | 61313fb2cca3214ecd93533c7a327ac12b432768 (diff) | |
download | linux-f4bdfcc29a8bf96fc385a8221348781dd5594128.tar.xz |
ARM: dts: Ux500: Add MCDE and Samsung display
This adds and updates the device tree nodes for the MCDE
display controller and connects the Samsung display to
the TVK1281618 user interface board (UIB) so we get
nicely working graphics on this reference design.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-href-tvk1281618.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ste-href-tvk1281618.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-href-tvk1281618.dtsi b/arch/arm/boot/dts/ste-href-tvk1281618.dtsi index 0e7d77d719d7..76868444caa4 100644 --- a/arch/arm/boot/dts/ste-href-tvk1281618.dtsi +++ b/arch/arm/boot/dts/ste-href-tvk1281618.dtsi @@ -274,5 +274,18 @@ }; }; }; + + mcde@a0350000 { + status = "okay"; + + dsi@a0351000 { + panel { + compatible = "samsung,s6d16d0"; + reg = <0>; + vdd1-supply = <&ab8500_ldo_aux1_reg>; + reset-gpios = <&gpio2 1 GPIO_ACTIVE_LOW>; + }; + }; + }; }; }; |