summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6qdl.dtsi
diff options
context:
space:
mode:
authorLuwei Zhou <b45643@freescale.com>2013-10-12 13:48:13 +0800
committerJason Liu <r64343@freescale.com>2013-10-30 09:55:57 +0800
commit2c5481903f659e9110a3fdfe9e477ce25d28e9c9 (patch)
treed8f4830b87e47637b7edea357d3f4357973e8ad1 /arch/arm/boot/dts/imx6qdl.dtsi
parent88f562eca03095799a1a13a666e0f363c8557771 (diff)
ENGR00283470 ARM: dts: imxqdl-sabreauto: add dts support for MLB150
This patch add MLB150 dts support on SabreAuto.The PAD setting is aligned to 3.0.35 kernel. Signed-off-by: Luwei Zhou <b45643@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6qdl.dtsi13
1 files changed, 9 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index bd39293beb54..1b41a2fbf0d2 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -770,9 +770,14 @@
status = "disabled";
};
- mlb@0218c000 {
+ mlb: mlb@0218c000 {
+ compatible = "fsl,imx6q-mlb150";
reg = <0x0218c000 0x4000>;
interrupts = <0 53 0x04 0 117 0x04 0 126 0x04>;
+ clocks = <&clks 139>, <&clks 175>;
+ clock-names = "mlb", "pll8_mlb";
+ iram = <&ocram>;
+ status = "disabled";
};
usdhc1: usdhc@02190000 {
@@ -1377,9 +1382,9 @@
pinctrl_mlb_2: mlbgrp-2 {
fsl,pins = <
- MX6QDL_PAD_ENET_TXD1__MLB_CLK 0x71
- MX6QDL_PAD_GPIO_6__MLB_SIG 0x71
- MX6QDL_PAD_GPIO_2__MLB_DATA 0x71
+ MX6QDL_PAD_ENET_TXD1__MLB_CLK 0x80000000
+ MX6QDL_PAD_GPIO_6__MLB_SIG 0x80000000
+ MX6QDL_PAD_GPIO_2__MLB_DATA 0x80000000
>;
};
};