mirror of https://gitee.com/openkylin/linux.git
ARM: dts: Specify clocks for SDHCIs on bcm11351
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> Signed-off-by: Christian Daudt <bcm@fixthebug.org>
This commit is contained in:
parent
7d6afbd6e6
commit
92f5d827d5
|
@ -118,6 +118,7 @@ sdio1: sdio@3f180000 {
|
|||
compatible = "brcm,kona-sdhci";
|
||||
reg = <0x3f180000 0x10000>;
|
||||
interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&sdio1_clk>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
@ -125,6 +126,7 @@ sdio2: sdio@3f190000 {
|
|||
compatible = "brcm,kona-sdhci";
|
||||
reg = <0x3f190000 0x10000>;
|
||||
interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&sdio2_clk>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
@ -132,6 +134,7 @@ sdio3: sdio@3f1a0000 {
|
|||
compatible = "brcm,kona-sdhci";
|
||||
reg = <0x3f1a0000 0x10000>;
|
||||
interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&sdio3_clk>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
@ -139,6 +142,7 @@ sdio4: sdio@3f1b0000 {
|
|||
compatible = "brcm,kona-sdhci";
|
||||
reg = <0x3f1b0000 0x10000>;
|
||||
interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&sdio4_clk>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue