On 13-08-08 12:07 PM, Christian Daudt wrote:
Enable sdio for bcm28155 AP board Reviewed-by: Alex Elder <elder@xxxxxxxxxx> Signed-off-by: Christian Daudt <csd@xxxxxxxxxxxx> 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"; + }; };
applied to bcm/for-3.12/dt thanks, csd -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html