diff options
author | Octavian Purdila <octavian.purdila@nxp.com> | 2017-02-03 16:42:04 +0200 |
---|---|---|
committer | Leonard Crestez <leonard.crestez@nxp.com> | 2018-08-24 12:41:33 +0300 |
commit | 6386381fb4b076881889b496d9e8031b6e8ed85d (patch) | |
tree | d571ca5ef79f0d374017cc49193ef4b6a49b3d27 /arch/arm/boot/dts/imx6qp-sabresd.dts | |
parent | a170d523dc7fc3c584c34dd1af541d12e48d5b64 (diff) |
MLK-13860: ARM: dts: imx6qp-sabresd: add lvd-channel info to ldb
Also, enable the mxcfb* entries.
Signed-off-by: Octavian Purdila <octavian.purdila@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6qp-sabresd.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6qp-sabresd.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qp-sabresd.dts b/arch/arm/boot/dts/imx6qp-sabresd.dts index db481b394b3d..e674e7373378 100644 --- a/arch/arm/boot/dts/imx6qp-sabresd.dts +++ b/arch/arm/boot/dts/imx6qp-sabresd.dts @@ -130,20 +130,34 @@ }; }; +&ldb { + lvds-channel@0 { + crtc = "ipu2-di0"; + }; + + lvds-channel@1 { + crtc = "ipu2-di1"; + }; +}; + &mxcfb1 { prefetch; + status = "okay"; }; &mxcfb2 { prefetch; + status = "okay"; }; &mxcfb3 { prefetch; + status = "okay"; }; &mxcfb4 { prefetch; + status = "okay"; }; &ov564x { |