Commit 76a09ce2 authored by Matthias Brugger's avatar Matthias Brugger

arm: dts: mt7623: Update ethsys binding

The ethsys binding misses the reset-cells, this patch
adds this property.
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 4fbd8d19
......@@ -758,6 +758,7 @@ ethsys: syscon@1b000000 {
"syscon";
reg = <0 0x1b000000 0 0x1000>;
#clock-cells = <1>;
#reset-cells = <1>;
};
eth: ethernet@1b100000 {
......
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