diff options
author | Lucas Stach <dev@lynxeye.de> | 2017-12-11 19:58:13 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-12-26 11:15:44 +0300 |
commit | 2c3c86a0aea882e4175600b6c1d047e3ab8acb7a (patch) | |
tree | a8d496534fa52d13f77e0ea1def77a419802fedf /arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi | |
parent | 646a5f35be747a6ac8cc249421765d2684fb9b0e (diff) | |
download | linux-2c3c86a0aea882e4175600b6c1d047e3ab8acb7a.tar.xz |
ARM: dts: imx6*-hummingboard2: remove LDB node
It's disabled by default and the data mapping is supposed to be
retrieved from the attached panel driver in mainline.
Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi index dfbcdf33b84c..4ddc4b73b9ae 100644 --- a/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi +++ b/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi @@ -466,15 +466,6 @@ }; }; -&ldb { - status = "disabled"; - - lvds-channel@0 { - fsl,data-mapping = "spwg"; - fsl,data-width = <18>; - }; -}; - &pcie { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_hummingboard2_pcie_reset>; |