diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-10-24 06:10:05 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2012-10-25 03:46:20 -0400 |
commit | 76ff4e434734f7772d1a592cc9fe1d9921a3ec40 (patch) | |
tree | c14a815ba34e18b53d9311fc37c48509de956fcf /arch | |
parent | 35b33d230f7a621abf4d77b635d13061f08fd7a5 (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/dbx5x0.dtsi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index 28dccd6578df..4b0e0ca08f40 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++ b/arch/arm/boot/dts/dbx5x0.dtsi | |||
@@ -583,33 +583,38 @@ | |||
583 | interrupts = <0 60 0x4>; | 583 | interrupts = <0 60 0x4>; |
584 | status = "disabled"; | 584 | status = "disabled"; |
585 | }; | 585 | }; |
586 | |||
586 | sdi@80118000 { | 587 | sdi@80118000 { |
587 | compatible = "arm,pl18x", "arm,primecell"; | 588 | compatible = "arm,pl18x", "arm,primecell"; |
588 | reg = <0x80118000 0x1000>; | 589 | reg = <0x80118000 0x1000>; |
589 | interrupts = <0 50 0x4>; | 590 | interrupts = <0 50 0x4>; |
590 | status = "disabled"; | 591 | status = "disabled"; |
591 | }; | 592 | }; |
593 | |||
592 | sdi@80005000 { | 594 | sdi@80005000 { |
593 | compatible = "arm,pl18x", "arm,primecell"; | 595 | compatible = "arm,pl18x", "arm,primecell"; |
594 | reg = <0x80005000 0x1000>; | 596 | reg = <0x80005000 0x1000>; |
595 | interrupts = <0 41 0x4>; | 597 | interrupts = <0 41 0x4>; |
596 | status = "disabled"; | 598 | status = "disabled"; |
597 | }; | 599 | }; |
600 | |||
598 | sdi@80119000 { | 601 | sdi@80119000 { |
599 | compatible = "arm,pl18x", "arm,primecell"; | 602 | compatible = "arm,pl18x", "arm,primecell"; |
600 | reg = <0x80119000 0x1000>; | 603 | reg = <0x80119000 0x1000>; |
601 | interrupts = <0 59 0x4>; | 604 | interrupts = <0 59 0x4>; |
602 | status = "disabled"; | 605 | status = "disabled"; |
603 | }; | 606 | }; |
607 | |||
604 | sdi@80114000 { | 608 | sdi@80114000 { |
605 | compatible = "arm,pl18x", "arm,primecell"; | 609 | compatible = "arm,pl18x", "arm,primecell"; |
606 | reg = <0x80114000 0x1000>; | 610 | reg = <0x80114000 0x1000>; |
607 | interrupts = <0 99 0x4>; | 611 | interrupts = <0 99 0x4>; |
608 | status = "disabled"; | 612 | status = "disabled"; |
609 | }; | 613 | }; |
614 | |||
610 | sdi@80008000 { | 615 | sdi@80008000 { |
611 | compatible = "arm,pl18x", "arm,primecell"; | 616 | compatible = "arm,pl18x", "arm,primecell"; |
612 | reg = <0x80114000 0x1000>; | 617 | reg = <0x80008000 0x1000>; |
613 | interrupts = <0 100 0x4>; | 618 | interrupts = <0 100 0x4>; |
614 | status = "disabled"; | 619 | status = "disabled"; |
615 | }; | 620 | }; |