Enable sdio for bcm28155 AP board

Reviewed-by: Alex Elder <el...@linaro.org>
Signed-off-by: Christian Daudt <c...@broadcom.com>

diff --git a/arch/arm/boot/dts/bcm28155-ap.dts 
b/arch/arm/boot/dts/bcm28155-ap.dts
index 0d66db6..4b0a3ec 100644
--- a/arch/arm/boot/dts/bcm28155-ap.dts
+++ b/arch/arm/boot/dts/bcm28155-ap.dts
@@ -26,4 +26,20 @@
        uart@3e000000 {
                status = "okay";
        };
+
+       sdio1: sdio@3f180000 {
+               max-frequency = <48000000>;
+               status = "okay";
+       };
+
+       sdio2: sdio@3f190000 {
+               non-removable;
+               max-frequency = <48000000>;
+               status = "okay";
+       };
+
+       sdio4: sdio@3f1b0000 {
+               max-frequency = <48000000>;
+               status = "okay";
+       };
 };
-- 
1.7.10.4


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to