projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ce7d89
)
ARM: dts: r8a7743: Move RST node before SYSC node
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Fri, 18 Nov 2016 10:24:22 +0000
(11:24 +0100)
committer
Simon Horman
<horms+renesas@verge.net.au>
Tue, 3 Jan 2017 09:46:04 +0000
(10:46 +0100)
To preserve both alphabetical (label) and numerical ordering (unit
address).
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7743.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/r8a7743.dtsi
b/arch/arm/boot/dts/r8a7743.dtsi
index
216cb1f
..
ca0cda2
100644
(file)
--- a/
arch/arm/boot/dts/r8a7743.dtsi
+++ b/
arch/arm/boot/dts/r8a7743.dtsi
@@
-102,17
+102,17
@@
#power-domain-cells = <0>;
};
+ rst: reset-controller@e6160000 {
+ compatible = "renesas,r8a7743-rst";
+ reg = <0 0xe6160000 0 0x100>;
+ };
+
sysc: system-controller@e6180000 {
compatible = "renesas,r8a7743-sysc";
reg = <0 0xe6180000 0 0x200>;
#power-domain-cells = <1>;
};
- rst: reset-controller@e6160000 {
- compatible = "renesas,r8a7743-rst";
- reg = <0 0xe6160000 0 0x100>;
- };
-
dmac0: dma-controller@e6700000 {
compatible = "renesas,dmac-r8a7743",
"renesas,rcar-dmac";