summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7d-sdb.dts
diff options
context:
space:
mode:
authorLeonard Crestez <leonard.crestez@nxp.com>2018-02-26 17:47:04 +0200
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:23:25 +0800
commit0981789098ec91bc227ef7eb5afd4ff8ff9e52e5 (patch)
tree8d79b2207ed55b2c82580cdc201609aa399baccc /arch/arm/boot/dts/imx7d-sdb.dts
parent0dd6cc3e8f9bab60707426af9e85377d5cb807a6 (diff)
MLK-10629-1 dts: imx7d-sdb: add the integrated Broadcom WiFi chip support
Add Broadcom WiFi chip BCM4339 on board support. Need adds a bcmdhd_wlan@0 node for WiFi driver to probe properly. Signed-off-by: Dong Aisheng <b29396@freescale.com> Signed-off-by: Haibo Chen <haibo.chen@freescale.com> Upstream already added usdhc2 with a few extra args, kept their definition. Upstream added regulator with same gpio but different voltage? Kept both definitions. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx7d-sdb.dts')
-rw-r--r--arch/arm/boot/dts/imx7d-sdb.dts16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d-sdb.dts b/arch/arm/boot/dts/imx7d-sdb.dts
index fda5e01f0c9a..d8eef2303e89 100644
--- a/arch/arm/boot/dts/imx7d-sdb.dts
+++ b/arch/arm/boot/dts/imx7d-sdb.dts
@@ -157,6 +157,17 @@
enable-active-high;
};
+ wlreg_on: regulator-wl {
+ compatible = "regulator-fixed";
+ regulator-min-microvolt = <5000000>;
+ regulator-max-microvolt = <5000000>;
+ regulator-name = "wlreg_on";
+ gpio = <&gpio4 21 GPIO_ACTIVE_HIGH>;
+ enable-active-high;
+ regulator-boot-on;
+ regulator-always-on;
+ };
+
panel {
compatible = "innolux,at043tn24";
pinctrl-0 = <&pinctrl_backlight>;
@@ -178,6 +189,11 @@
status = "okay";
};
+ bcmdhd_wlan_0: bcmdhd_wlan@0 {
+ compatible = "android,bcmdhd_wlan";
+ wlreg_on-supply = <&wlreg_on>;
+ };
+
pxp_v4l2_out {
compatible = "fsl,imx7d-pxp-v4l2", "fsl,imx6sx-pxp-v4l2", "fsl,imx6sl-pxp-v4l2";
status = "okay";