ARM: ux500: Correct SDI5 address and add some format changes
Here we fix a simple copy and paste error and bring some node spaces back into line with the remainder of the tree. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
@@ -583,33 +583,38 @@
|
|||||||
interrupts = <0 60 0x4>;
|
interrupts = <0 60 0x4>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
sdi@80118000 {
|
sdi@80118000 {
|
||||||
compatible = "arm,pl18x", "arm,primecell";
|
compatible = "arm,pl18x", "arm,primecell";
|
||||||
reg = <0x80118000 0x1000>;
|
reg = <0x80118000 0x1000>;
|
||||||
interrupts = <0 50 0x4>;
|
interrupts = <0 50 0x4>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
sdi@80005000 {
|
sdi@80005000 {
|
||||||
compatible = "arm,pl18x", "arm,primecell";
|
compatible = "arm,pl18x", "arm,primecell";
|
||||||
reg = <0x80005000 0x1000>;
|
reg = <0x80005000 0x1000>;
|
||||||
interrupts = <0 41 0x4>;
|
interrupts = <0 41 0x4>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
sdi@80119000 {
|
sdi@80119000 {
|
||||||
compatible = "arm,pl18x", "arm,primecell";
|
compatible = "arm,pl18x", "arm,primecell";
|
||||||
reg = <0x80119000 0x1000>;
|
reg = <0x80119000 0x1000>;
|
||||||
interrupts = <0 59 0x4>;
|
interrupts = <0 59 0x4>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
sdi@80114000 {
|
sdi@80114000 {
|
||||||
compatible = "arm,pl18x", "arm,primecell";
|
compatible = "arm,pl18x", "arm,primecell";
|
||||||
reg = <0x80114000 0x1000>;
|
reg = <0x80114000 0x1000>;
|
||||||
interrupts = <0 99 0x4>;
|
interrupts = <0 99 0x4>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
sdi@80008000 {
|
sdi@80008000 {
|
||||||
compatible = "arm,pl18x", "arm,primecell";
|
compatible = "arm,pl18x", "arm,primecell";
|
||||||
reg = <0x80114000 0x1000>;
|
reg = <0x80008000 0x1000>;
|
||||||
interrupts = <0 100 0x4>;
|
interrupts = <0 100 0x4>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user