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

Commit f2412e2d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Specify proper address and size cells for emac on mdm9607"

parents f247162b 845fce91
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -1666,13 +1666,10 @@
			<0x7c56000 0x1000>,
			<0x7c5c000 0x4000>;

		#address-cells = <0>;
		interrupt-parent = <&emac0>;
		#interrupt-cells = <1>;
		interrupts = <0 1>;
		interrupt-map-mask = <0xffffffff>;
		interrupt-map = <0 &intc 0 76 0
				1 &tlmm_pinmux 30 0x8>;
		#address-cells = <1>;
		#size-cells = <0>;
		interrupts-extended = <&intc 0 76 0>,
				      <&tlmm_pinmux 30 0x8>;
		interrupt-names = "emac_core0_irq", "emac_wol_irq";

		emac_vreg1-supply = <&mdm9607_l1>;