Specify the external clock label in each SDHCI node. Signed-off-by: Tim Kryger <tim.kryger@xxxxxxxxxx> Reviewed-by: Markus Mayer <markus.mayer@xxxxxxxxxx> Reviewed-by: Matt Porter <matt.porter@xxxxxxxxxx> --- arch/arm/boot/dts/bcm11351.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi index ce65367..193659c 100644 --- a/arch/arm/boot/dts/bcm11351.dtsi +++ b/arch/arm/boot/dts/bcm11351.dtsi @@ -101,6 +101,7 @@ sdio1: sdio@3f180000 { compatible = "brcm,kona-sdhci"; reg = <0x3f180000 0x10000>; + clocks = <&sdio1_clk>; interrupts = <0x0 77 0x4>; status = "disabled"; }; @@ -108,6 +109,7 @@ sdio2: sdio@3f190000 { compatible = "brcm,kona-sdhci"; reg = <0x3f190000 0x10000>; + clocks = <&sdio2_clk>; interrupts = <0x0 76 0x4>; status = "disabled"; }; @@ -115,6 +117,7 @@ sdio3: sdio@3f1a0000 { compatible = "brcm,kona-sdhci"; reg = <0x3f1a0000 0x10000>; + clocks = <&sdio3_clk>; interrupts = <0x0 74 0x4>; status = "disabled"; }; @@ -122,6 +125,7 @@ sdio4: sdio@3f1b0000 { compatible = "brcm,kona-sdhci"; reg = <0x3f1b0000 0x10000>; + clocks = <&sdio4_clk>; interrupts = <0x0 73 0x4>; status = "disabled"; }; -- 1.8.0.1 -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html