Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae72e95b authored by Matthias Brugger's avatar Matthias Brugger
Browse files

arm: dts: mt2701: Add reset-cells



The hifsys and ethsys needs the definition of the reset-cells
property. Fix this.

Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 76a09ce2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 {