Commit f631b984 authored by Vipul Kumar Samar's avatar Vipul Kumar Samar Committed by Viresh Kumar

ARM: SPEAr: DT: Fix existing DT support

This patch fixes existing DT support for all SPEAr SoC's. This includes:
- Removing few nodes from board files
- Updating DT data of few nodes
- Updating ranges of few busses
- Moving devices to correct parent bus
Signed-off-by: default avatarBhavna Yadav <bhavna.yadav@st.com>
Signed-off-by: default avatarDeepak Sikri <deepak.sikri@st.com>
Signed-off-by: default avatarRajeev Kumar <rajeev-dlh.kumar@st.com>
Signed-off-by: default avatarShiraz Hashim <shiraz.hashim@st.com>
Signed-off-by: default avatarVijay Kumar Mishra <vijay.kumar@st.com>
Signed-off-by: default avatarVipin Kumar <vipin.kumar@st.com>
Signed-off-by: default avatarVipul Kumar Samar <vipulkumar.samar@st.com>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent 482a8f3f
...@@ -192,10 +192,6 @@ partition@390000 { ...@@ -192,10 +192,6 @@ partition@390000 {
}; };
}; };
spi0: spi@e0100000 {
status = "okay";
};
ehci@e4800000 { ehci@e4800000 {
status = "okay"; status = "okay";
}; };
...@@ -233,10 +229,6 @@ i2c0: i2c@e0280000 { ...@@ -233,10 +229,6 @@ i2c0: i2c@e0280000 {
status = "okay"; status = "okay";
}; };
i2c1: i2c@5cd00000 {
status = "okay";
};
kbd@e0300000 { kbd@e0300000 {
linux,keymap = < 0x00000001 linux,keymap = < 0x00000001
0x00010002 0x00010002
...@@ -321,6 +313,7 @@ kbd@e0300000 { ...@@ -321,6 +313,7 @@ kbd@e0300000 {
0x08080052 >; 0x08080052 >;
autorepeat; autorepeat;
st,mode = <0>; st,mode = <0>;
suspended_rate = <2000000>;
status = "okay"; status = "okay";
}; };
...@@ -332,6 +325,10 @@ serial@e0000000 { ...@@ -332,6 +325,10 @@ serial@e0000000 {
status = "okay"; status = "okay";
}; };
spi0: spi@e0100000 {
status = "okay";
};
wdt@ec800620 { wdt@ec800620 {
status = "okay"; status = "okay";
}; };
......
...@@ -88,13 +88,6 @@ pinmux: pinmux@e0700000 { ...@@ -88,13 +88,6 @@ pinmux: pinmux@e0700000 {
#gpio-range-cells = <2>; #gpio-range-cells = <2>;
}; };
spi1: spi@5d400000 {
compatible = "arm,pl022", "arm,primecell";
reg = <0x5d400000 0x1000>;
interrupts = <0 99 0x4>;
status = "disabled";
};
apb { apb {
i2c1: i2c@5cd00000 { i2c1: i2c@5cd00000 {
#address-cells = <1>; #address-cells = <1>;
...@@ -159,6 +152,13 @@ i2c7: i2c@5d300000 { ...@@ -159,6 +152,13 @@ i2c7: i2c@5d300000 {
status = "disabled"; status = "disabled";
}; };
spi1: spi@5d400000 {
compatible = "arm,pl022", "arm,primecell";
reg = <0x5d400000 0x1000>;
interrupts = <0 99 0x4>;
status = "disabled";
};
serial@5c800000 { serial@5c800000 {
compatible = "arm,pl011", "arm,primecell"; compatible = "arm,pl011", "arm,primecell";
reg = <0x5c800000 0x1000>; reg = <0x5c800000 0x1000>;
......
...@@ -200,10 +200,6 @@ partition@390000 { ...@@ -200,10 +200,6 @@ partition@390000 {
}; };
}; };
spi0: spi@e0100000 {
status = "okay";
};
ehci@e4800000 { ehci@e4800000 {
status = "okay"; status = "okay";
}; };
...@@ -329,6 +325,7 @@ kbd@e0300000 { ...@@ -329,6 +325,7 @@ kbd@e0300000 {
0x08080052 >; 0x08080052 >;
autorepeat; autorepeat;
st,mode = <0>; st,mode = <0>;
suspended_rate = <2000000>;
status = "okay"; status = "okay";
}; };
...@@ -344,6 +341,10 @@ serial@b4100000 { ...@@ -344,6 +341,10 @@ serial@b4100000 {
status = "okay"; status = "okay";
}; };
spi0: spi@e0100000 {
status = "okay";
};
wdt@ec800620 { wdt@ec800620 {
status = "okay"; status = "okay";
}; };
......
...@@ -58,6 +58,7 @@ i2c1: i2c@b4000000 { ...@@ -58,6 +58,7 @@ i2c1: i2c@b4000000 {
compatible = "snps,designware-i2c"; compatible = "snps,designware-i2c";
reg = <0xb4000000 0x1000>; reg = <0xb4000000 0x1000>;
interrupts = <0 104 0x4>; interrupts = <0 104 0x4>;
write-16bit;
status = "disabled"; status = "disabled";
}; };
......
...@@ -70,6 +70,8 @@ ahb { ...@@ -70,6 +70,8 @@ ahb {
compatible = "simple-bus"; compatible = "simple-bus";
ranges = <0x50000000 0x50000000 0x10000000 ranges = <0x50000000 0x50000000 0x10000000
0xb0000000 0xb0000000 0x10000000 0xb0000000 0xb0000000 0x10000000
0xd0000000 0xd0000000 0x02000000
0xd8000000 0xd8000000 0x01000000
0xe0000000 0xe0000000 0x10000000>; 0xe0000000 0xe0000000 0x10000000>;
sdhci@b3000000 { sdhci@b3000000 {
...@@ -81,7 +83,7 @@ sdhci@b3000000 { ...@@ -81,7 +83,7 @@ sdhci@b3000000 {
cf@b2800000 { cf@b2800000 {
compatible = "arasan,cf-spear1340"; compatible = "arasan,cf-spear1340";
reg = <0xb2800000 0x100>; reg = <0xb2800000 0x1000>;
interrupts = <0 29 0x4>; interrupts = <0 29 0x4>;
status = "disabled"; status = "disabled";
}; };
...@@ -113,6 +115,7 @@ fsmc: flash@b0000000 { ...@@ -113,6 +115,7 @@ fsmc: flash@b0000000 {
0 23 0x4>; 0 23 0x4>;
st,ale-off = <0x20000>; st,ale-off = <0x20000>;
st,cle-off = <0x10000>; st,cle-off = <0x10000>;
st,mode = <2>;
status = "disabled"; status = "disabled";
}; };
...@@ -134,17 +137,11 @@ smi: flash@ea000000 { ...@@ -134,17 +137,11 @@ smi: flash@ea000000 {
status = "disabled"; status = "disabled";
}; };
spi0: spi@e0100000 {
compatible = "arm,pl022", "arm,primecell";
reg = <0xe0100000 0x1000>;
interrupts = <0 31 0x4>;
status = "disabled";
};
ehci@e4800000 { ehci@e4800000 {
compatible = "st,spear600-ehci", "usb-ehci"; compatible = "st,spear600-ehci", "usb-ehci";
reg = <0xe4800000 0x1000>; reg = <0xe4800000 0x1000>;
interrupts = <0 64 0x4>; interrupts = <0 64 0x4>;
usbh0_id = <0>;
status = "disabled"; status = "disabled";
}; };
...@@ -152,6 +149,7 @@ ehci@e5800000 { ...@@ -152,6 +149,7 @@ ehci@e5800000 {
compatible = "st,spear600-ehci", "usb-ehci"; compatible = "st,spear600-ehci", "usb-ehci";
reg = <0xe5800000 0x1000>; reg = <0xe5800000 0x1000>;
interrupts = <0 66 0x4>; interrupts = <0 66 0x4>;
usbh1_id = <1>;
status = "disabled"; status = "disabled";
}; };
...@@ -159,6 +157,7 @@ ohci@e4000000 { ...@@ -159,6 +157,7 @@ ohci@e4000000 {
compatible = "st,spear600-ohci", "usb-ohci"; compatible = "st,spear600-ohci", "usb-ohci";
reg = <0xe4000000 0x1000>; reg = <0xe4000000 0x1000>;
interrupts = <0 65 0x4>; interrupts = <0 65 0x4>;
usbh0_id = <0>;
status = "disabled"; status = "disabled";
}; };
...@@ -166,6 +165,7 @@ ohci@e5000000 { ...@@ -166,6 +165,7 @@ ohci@e5000000 {
compatible = "st,spear600-ohci", "usb-ohci"; compatible = "st,spear600-ohci", "usb-ohci";
reg = <0xe5000000 0x1000>; reg = <0xe5000000 0x1000>;
interrupts = <0 67 0x4>; interrupts = <0 67 0x4>;
usbh1_id = <1>;
status = "disabled"; status = "disabled";
}; };
...@@ -175,6 +175,8 @@ apb { ...@@ -175,6 +175,8 @@ apb {
compatible = "simple-bus"; compatible = "simple-bus";
ranges = <0x50000000 0x50000000 0x10000000 ranges = <0x50000000 0x50000000 0x10000000
0xb0000000 0xb0000000 0x10000000 0xb0000000 0xb0000000 0x10000000
0xd0000000 0xd0000000 0x02000000
0xd8000000 0xd8000000 0x01000000
0xe0000000 0xe0000000 0x10000000>; 0xe0000000 0xe0000000 0x10000000>;
gpio0: gpio@e0600000 { gpio0: gpio@e0600000 {
...@@ -215,8 +217,15 @@ i2c0: i2c@e0280000 { ...@@ -215,8 +217,15 @@ i2c0: i2c@e0280000 {
status = "disabled"; status = "disabled";
}; };
spi0: spi@e0100000 {
compatible = "arm,pl022", "arm,primecell";
reg = <0xe0100000 0x1000>;
interrupts = <0 31 0x4>;
status = "disabled";
};
rtc@e0580000 { rtc@e0580000 {
compatible = "st,spear-rtc"; compatible = "st,spear600-rtc";
reg = <0xe0580000 0x1000>; reg = <0xe0580000 0x1000>;
interrupts = <0 36 0x4>; interrupts = <0 36 0x4>;
status = "disabled"; status = "disabled";
...@@ -232,7 +241,7 @@ serial@e0000000 { ...@@ -232,7 +241,7 @@ serial@e0000000 {
adc@e0080000 { adc@e0080000 {
compatible = "st,spear600-adc"; compatible = "st,spear600-adc";
reg = <0xe0080000 0x1000>; reg = <0xe0080000 0x1000>;
interrupts = <0 44 0x4>; interrupts = <0 12 0x4>;
status = "disabled"; status = "disabled";
}; };
...@@ -245,7 +254,8 @@ timer@e0380000 { ...@@ -245,7 +254,8 @@ timer@e0380000 {
timer@ec800600 { timer@ec800600 {
compatible = "arm,cortex-a9-twd-timer"; compatible = "arm,cortex-a9-twd-timer";
reg = <0xec800600 0x20>; reg = <0xec800600 0x20>;
interrupts = <1 13 0x301>; interrupts = <1 13 0x4>;
status = "disabled";
}; };
wdt@ec800620 { wdt@ec800620 {
...@@ -257,6 +267,7 @@ wdt@ec800620 { ...@@ -257,6 +267,7 @@ wdt@ec800620 {
thermal@e07008c4 { thermal@e07008c4 {
compatible = "st,thermal-spear1340"; compatible = "st,thermal-spear1340";
reg = <0xe07008c4 0x4>; reg = <0xe07008c4 0x4>;
thermal_flags = <0x7000>;
}; };
}; };
}; };
......
...@@ -27,7 +27,7 @@ pinmux@99000000 { ...@@ -27,7 +27,7 @@ pinmux@99000000 {
}; };
clcd@60000000 { clcd@60000000 {
compatible = "arm,clcd-pl110", "arm,primecell"; compatible = "arm,pl110", "arm,primecell";
reg = <0x60000000 0x1000>; reg = <0x60000000 0x1000>;
interrupts = <30>; interrupts = <30>;
status = "disabled"; status = "disabled";
......
...@@ -82,10 +82,6 @@ pwm0_1 { ...@@ -82,10 +82,6 @@ pwm0_1 {
}; };
}; };
clcd@90000000 {
status = "okay";
};
dma@fc400000 { dma@fc400000 {
status = "okay"; status = "okay";
}; };
...@@ -99,6 +95,7 @@ gmac: eth@e0800000 { ...@@ -99,6 +95,7 @@ gmac: eth@e0800000 {
}; };
sdhci@70000000 { sdhci@70000000 {
power-gpio = <&gpiopinctrl 61 1>;
status = "okay"; status = "okay";
}; };
......
...@@ -28,7 +28,7 @@ pinmux: pinmux@b3000000 { ...@@ -28,7 +28,7 @@ pinmux: pinmux@b3000000 {
}; };
clcd@90000000 { clcd@90000000 {
compatible = "arm,clcd-pl110", "arm,primecell"; compatible = "arm,pl110", "arm,primecell";
reg = <0x90000000 0x1000>; reg = <0x90000000 0x1000>;
interrupts = <33>; interrupts = <33>;
status = "disabled"; status = "disabled";
...@@ -69,7 +69,7 @@ apb { ...@@ -69,7 +69,7 @@ apb {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
compatible = "simple-bus"; compatible = "simple-bus";
ranges = <0xa0000000 0xa0000000 0x10000000 ranges = <0xa0000000 0xa0000000 0x20000000
0xd0000000 0xd0000000 0x30000000>; 0xd0000000 0xd0000000 0x30000000>;
i2c1: i2c@a7000000 { i2c1: i2c@a7000000 {
......
...@@ -120,7 +120,7 @@ i2c0: i2c@d0180000 { ...@@ -120,7 +120,7 @@ i2c0: i2c@d0180000 {
}; };
rtc@fc900000 { rtc@fc900000 {
compatible = "st,spear-rtc"; compatible = "st,spear600-rtc";
reg = <0xfc900000 0x1000>; reg = <0xfc900000 0x1000>;
interrupts = <10>; interrupts = <10>;
status = "disabled"; status = "disabled";
......
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