On 13-07-22 03:52 AM, Lee Jones wrote:
Cc: Christian Daudt <[email protected]> Signed-off-by: Lee Jones <[email protected]> --- arch/arm/boot/dts/bcm11351.dtsi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi index c0cdf66..db5873a 100644 --- a/arch/arm/boot/dts/bcm11351.dtsi +++ b/arch/arm/boot/dts/bcm11351.dtsi @@ -34,7 +34,7 @@ <0x3ff00100 0x100>; };- smc@0x3404c000 {+ smc@3404c000 { compatible = "bcm,bcm11351-smc", "bcm,kona-smc"; reg = <0x3404c000 0x400>; /* 1 KiB in SRAM */ }; @@ -63,28 +63,28 @@ clock-frequency = <32768>; };- sdio0: sdio@0x3f180000 {+ sdio0: sdio@3f180000 { compatible = "bcm,kona-sdhci"; reg = <0x3f180000 0x10000>; interrupts = <0x0 77 0x4>; status = "disabled"; };- sdio1: sdio@0x3f190000 {+ sdio1: sdio@3f190000 { compatible = "bcm,kona-sdhci"; reg = <0x3f190000 0x10000>; interrupts = <0x0 76 0x4>; status = "disabled"; };- sdio2: sdio@0x3f1a0000 {+ sdio2: sdio@3f1a0000 { compatible = "bcm,kona-sdhci"; reg = <0x3f1a0000 0x10000>; interrupts = <0x0 74 0x4>; status = "disabled"; };- sdio3: sdio@0x3f1b0000 {+ sdio3: sdio@3f1b0000 { compatible = "bcm,kona-sdhci"; reg = <0x3f1b0000 0x10000>; interrupts = <0x0 73 0x4>;
Acked-by: Christian Daudt <[email protected]> Thanks, csd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

