diff options
author | Lothar Waßmann <LW@KARO-electronics.de> | 2017-10-17 12:18:03 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-10-23 03:19:48 +0300 |
commit | c59eb828068812c835c8d8b621ab6b68b01d2ce6 (patch) | |
tree | 2861ee2e6ff314c981035b7dd62fcfb53cae8091 /arch/arm/boot/dts/imx6dl-tx6u-81xx-mb7.dts | |
parent | 978f8f60467a6b52e9af541801b75759553d9262 (diff) | |
download | linux-c59eb828068812c835c8d8b621ab6b68b01d2ce6.tar.xz |
ARM: dts: imx: add support for TX6 modules on MB7 baseboard
Create .dts files for various Ka-Ro electronics TX modules on the MB7
baseboard.
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-tx6u-81xx-mb7.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-tx6u-81xx-mb7.dts | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/arch/arm/boot/dts/imx6dl-tx6u-81xx-mb7.dts b/arch/arm/boot/dts/imx6dl-tx6u-81xx-mb7.dts index 21eaec905b83..c4588fb0bf6f 100644 --- a/arch/arm/boot/dts/imx6dl-tx6u-81xx-mb7.dts +++ b/arch/arm/boot/dts/imx6dl-tx6u-81xx-mb7.dts @@ -40,22 +40,9 @@ */ /dts-v1/; -#include "imx6dl.dtsi" -#include "imx6qdl-tx6.dtsi" -#include "imx6qdl-tx6-lvds.dtsi" +#include "imx6dl-tx6u-811x.dts" #include "imx6qdl-tx6-mb7.dtsi" / { - model = "Ka-Ro electronics TX6U-81xx Module on MB7 baseboard"; - compatible = "karo,imx6dl-tx6dl", "fsl,imx6dl"; -}; - -&backlight0 { - pwms = <&pwm2 0 500000 PWM_POLARITY_INVERTED>; - turn-on-delay-ms = <35>; -}; - -&backlight1 { - pwms = <&pwm1 0 500000 PWM_POLARITY_INVERTED>; - turn-on-delay-ms = <35>; + model = "Ka-Ro electronics TX6U-8130/-8110 Module on MB7 baseboard"; }; |