All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: hummingboard: add support for BT/wifi where fitted
@ 2014-06-11  9:58 ` Russell King
  0 siblings, 0 replies; 8+ messages in thread
From: Russell King @ 2014-06-11  9:58 UTC (permalink / raw)
  To: linux-arm-kernel

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 <rmk+kernel@arm.linux.org.uk>
---
 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 = <&reg_usbh1_vbus>;
 	status = "okay";
@@ -182,6 +186,10 @@
 	status = "okay";
 };
 
+&usdhc1 {
+	status = "okay";
+};
+
 &usdhc2 {
 	pinctrl-names = "default";
 	pinctrl-0 = <
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-06-18 14:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-11  9:58 [PATCH 1/2] ARM: dts: hummingboard: add support for BT/wifi where fitted Russell King
2014-06-11  9:58 ` Russell King
2014-06-18 13:33 ` Shawn Guo
2014-06-18 13:33   ` Shawn Guo
2014-06-18 13:44   ` Russell King - ARM Linux
2014-06-18 13:44     ` Russell King - ARM Linux
2014-06-18 14:08     ` Shawn Guo
2014-06-18 14:08       ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.