projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76a09ce
)
arm: dts: mt2701: Add reset-cells
author
Matthias Brugger
<matthias.bgg@gmail.com>
Fri, 1 Dec 2017 12:07:08 +0000
(13:07 +0100)
committer
Matthias Brugger
<matthias.bgg@gmail.com>
Thu, 14 Dec 2017 11:07:58 +0000
(12:07 +0100)
The hifsys and ethsys needs the definition of the reset-cells
property. Fix this.
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm/boot/dts/mt2701.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/mt2701.dtsi
b/arch/arm/boot/dts/mt2701.dtsi
index 965ddfbc9953685e559bfc169ef654ce60bc7347..05557fce0f1d98a6e4f56dd5b6d643444635409b 100644
(file)
--- a/
arch/arm/boot/dts/mt2701.dtsi
+++ b/
arch/arm/boot/dts/mt2701.dtsi
@@
-604,6
+604,7
@@
compatible = "mediatek,mt2701-hifsys", "syscon";
reg = <0 0x1a000000 0 0x1000>;
#clock-cells = <1>;
+ #reset-cells = <1>;
};
usb0: usb@1a1c0000 {
@@
-688,6
+689,7
@@
compatible = "mediatek,mt2701-ethsys", "syscon";
reg = <0 0x1b000000 0 0x1000>;
#clock-cells = <1>;
+ #reset-cells = <1>;
};
eth: ethernet@1b100000 {