summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7ulp-evk.dts
diff options
context:
space:
mode:
authorLeonard Crestez <leonard.crestez@nxp.com>2018-04-16 23:20:22 +0300
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:30:30 +0800
commit6b8c64504f15abe2984be94ab2a3b3dc80cd685c (patch)
tree0c04a708358fddc2a076c65d0f393b167cfb4a95 /arch/arm/boot/dts/imx7ulp-evk.dts
parentf2feb24f7e169e7611f7ae3a309676db76f1c689 (diff)
ARM: dts: imx7ulp-evk: minimal fixes removing bmcdhd and wrong gpio references
Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx7ulp-evk.dts')
-rw-r--r--arch/arm/boot/dts/imx7ulp-evk.dts19
1 files changed, 1 insertions, 18 deletions
diff --git a/arch/arm/boot/dts/imx7ulp-evk.dts b/arch/arm/boot/dts/imx7ulp-evk.dts
index 848306746b12..27fa574ec09b 100644
--- a/arch/arm/boot/dts/imx7ulp-evk.dts
+++ b/arch/arm/boot/dts/imx7ulp-evk.dts
@@ -25,13 +25,6 @@
stdout-path = &lpuart4;
};
- bcmdhd_wlan_0: bcmdhd_wlan@0 {
- compatible = "android,bcmdhd_wlan";
- wlreg_on-supply = <&wlreg_on>;
- bcmdhd_fw = "/lib/firmware/bcm/1DX_BCM4343W/fw_bcmdhd.bin";
- bcmdhd_nv = "/lib/firmware/bcm/1DX_BCM4343W/bcmdhd.1DX.SDIO.cal";
- };
-
memory {
device_type = "memory";
reg = <0x60000000 0x40000000>;
@@ -54,7 +47,7 @@
modem_reset: modem-reset {
compatible = "gpio-reset";
- reset-gpios = <&gpio2 7 GPIO_ACTIVE_LOW>;
+ reset-gpios = <&rpmsg_gpio0 15 GPIO_ACTIVE_LOW>;
reset-delay-us = <1000>;
#reset-cells = <0>;
};
@@ -64,16 +57,6 @@
#address-cells = <1>;
#size-cells = <0>;
- wlreg_on: fixedregulator@100 {
- compatible = "regulator-fixed";
- regulator-min-microvolt = <5000000>;
- regulator-max-microvolt = <5000000>;
- regulator-name = "wlreg_on";
- gpio = <&gpio2 6 GPIO_ACTIVE_HIGH>;
- startup-delay-us = <100>;
- enable-active-high;
- };
-
reg_usb_otg1_vbus: regulator@0 {
compatible = "regulator-fixed";
reg = <0>;