lkml.org 
[lkml]   [2013]   [Nov]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v3 4/8] ARM: dts: Specify clocks for SDHCIs on bcm11351
    Date
    Specify the external clock label in each SDHCI node.

    Signed-off-by: Tim Kryger <tim.kryger@linaro.org>
    Reviewed-by: Markus Mayer <markus.mayer@linaro.org>
    Reviewed-by: Matt Porter <matt.porter@linaro.org>
    ---
    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 9b99c52..cfa1158 100644
    --- a/arch/arm/boot/dts/bcm11351.dtsi
    +++ b/arch/arm/boot/dts/bcm11351.dtsi
    @@ -117,6 +117,7 @@
    sdio1: sdio@3f180000 {
    compatible = "brcm,kona-sdhci";
    reg = <0x3f180000 0x10000>;
    + clocks = <&sdio1_clk>;
    interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
    status = "disabled";
    };
    @@ -124,6 +125,7 @@
    sdio2: sdio@3f190000 {
    compatible = "brcm,kona-sdhci";
    reg = <0x3f190000 0x10000>;
    + clocks = <&sdio2_clk>;
    interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
    status = "disabled";
    };
    @@ -131,6 +133,7 @@
    sdio3: sdio@3f1a0000 {
    compatible = "brcm,kona-sdhci";
    reg = <0x3f1a0000 0x10000>;
    + clocks = <&sdio3_clk>;
    interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
    status = "disabled";
    };
    @@ -138,6 +141,7 @@
    sdio4: sdio@3f1b0000 {
    compatible = "brcm,kona-sdhci";
    reg = <0x3f1b0000 0x10000>;
    + clocks = <&sdio4_clk>;
    interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
    status = "disabled";
    };
    --
    1.8.0.1



    \
     
     \ /
      Last update: 2013-11-14 20:41    [W:4.139 / U:0.692 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site