From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell King Subject: [PATCH 1/2] ARM: dts: hummingboard: add support for BT/wifi where fitted Date: Wed, 11 Jun 2014 10:58:12 +0100 Message-ID: Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Sascha Hauer , Shawn Guo Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org Some microsom modules have BT/Wifi fitted for the Hummingboard. Enable support for this additional hardware; where it isn't present, the SDIO BT/Wifi will not be detected, and no harm will come from having these additional devices enabled. Signed-off-by: Russell King --- arch/arm/boot/dts/imx6dl-hummingboard.dts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/imx6dl-hummingboard.dts b/arch/arm/boot/dts/imx6dl-hummingboard.dts index 5373a5f2782b..cb9691bac161 100644 --- a/arch/arm/boot/dts/imx6dl-hummingboard.dts +++ b/arch/arm/boot/dts/imx6dl-hummingboard.dts @@ -172,6 +172,10 @@ status = "okay"; }; +&uart4 { + status = "okay"; +}; + &usbh1 { vbus-supply = <®_usbh1_vbus>; status = "okay"; @@ -182,6 +186,10 @@ status = "okay"; }; +&usdhc1 { + status = "okay"; +}; + &usdhc2 { pinctrl-names = "default"; pinctrl-0 = < -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmk+kernel@arm.linux.org.uk (Russell King) Date: Wed, 11 Jun 2014 10:58:12 +0100 Subject: [PATCH 1/2] ARM: dts: hummingboard: add support for BT/wifi where fitted Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Some microsom modules have BT/Wifi fitted for the Hummingboard. Enable support for this additional hardware; where it isn't present, the SDIO BT/Wifi will not be detected, and no harm will come from having these additional devices enabled. Signed-off-by: Russell King --- arch/arm/boot/dts/imx6dl-hummingboard.dts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/imx6dl-hummingboard.dts b/arch/arm/boot/dts/imx6dl-hummingboard.dts index 5373a5f2782b..cb9691bac161 100644 --- a/arch/arm/boot/dts/imx6dl-hummingboard.dts +++ b/arch/arm/boot/dts/imx6dl-hummingboard.dts @@ -172,6 +172,10 @@ status = "okay"; }; +&uart4 { + status = "okay"; +}; + &usbh1 { vbus-supply = <®_usbh1_vbus>; status = "okay"; @@ -182,6 +186,10 @@ status = "okay"; }; +&usdhc1 { + status = "okay"; +}; + &usdhc2 { pinctrl-names = "default"; pinctrl-0 = < -- 1.8.3.1