Commit d7358f84 authored by Christian Daudt's avatar Christian Daudt

ARM: dts: align sdio numbers to HW definition

Clean up the sdio numbering to be 1-base as defined in HW spec,
instead of the current 0-base
Signed-off-by: default avatarChristian Daudt <csd@broadcom.com>
Reviewed-by: default avatarAlex Elder <elder@linaro.org>
parent e3b62ffd
...@@ -27,18 +27,18 @@ uart@3e000000 { ...@@ -27,18 +27,18 @@ uart@3e000000 {
status = "okay"; status = "okay";
}; };
sdio0: sdio@0x3f180000 { sdio1: sdio@3f180000 {
max-frequency = <48000000>; max-frequency = <48000000>;
status = "okay"; status = "okay";
}; };
sdio1: sdio@0x3f190000 { sdio2: sdio@3f190000 {
non-removable; non-removable;
max-frequency = <48000000>; max-frequency = <48000000>;
status = "okay"; status = "okay";
}; };
sdio3: sdio@0x3f1b0000 { sdio4: sdio@3f1b0000 {
max-frequency = <48000000>; max-frequency = <48000000>;
status = "okay"; status = "okay";
}; };
......
...@@ -68,28 +68,28 @@ timer@35006000 { ...@@ -68,28 +68,28 @@ timer@35006000 {
clock-frequency = <32768>; clock-frequency = <32768>;
}; };
sdio0: sdio@0x3f180000 { sdio1: sdio@3f180000 {
compatible = "bcm,kona-sdhci"; compatible = "bcm,kona-sdhci";
reg = <0x3f180000 0x10000>; reg = <0x3f180000 0x10000>;
interrupts = <0x0 77 0x4>; interrupts = <0x0 77 0x4>;
status = "disabled"; status = "disabled";
}; };
sdio1: sdio@0x3f190000 { sdio2: sdio@3f190000 {
compatible = "bcm,kona-sdhci"; compatible = "bcm,kona-sdhci";
reg = <0x3f190000 0x10000>; reg = <0x3f190000 0x10000>;
interrupts = <0x0 76 0x4>; interrupts = <0x0 76 0x4>;
status = "disabled"; status = "disabled";
}; };
sdio2: sdio@0x3f1a0000 { sdio3: sdio@3f1a0000 {
compatible = "bcm,kona-sdhci"; compatible = "bcm,kona-sdhci";
reg = <0x3f1a0000 0x10000>; reg = <0x3f1a0000 0x10000>;
interrupts = <0x0 74 0x4>; interrupts = <0x0 74 0x4>;
status = "disabled"; status = "disabled";
}; };
sdio3: sdio@0x3f1b0000 { sdio4: sdio@3f1b0000 {
compatible = "bcm,kona-sdhci"; compatible = "bcm,kona-sdhci";
reg = <0x3f1b0000 0x10000>; reg = <0x3f1b0000 0x10000>;
interrupts = <0x0 73 0x4>; interrupts = <0x0 73 0x4>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment