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

Commit ad9d6156 authored by Jason Cooper's avatar Jason Cooper
Browse files

Merge tag 'tags/fixes-non-3.11-1' into mvebu/regmap

mvebu fixes non-critical for v3.11 (round 1)

 - mvebu
    - fix register area length in dtsi for ethernet and sata
parents d683b96b cf8088c5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@

			sata@a0000 {
				compatible = "marvell,orion-sata";
				reg = <0xa0000 0x2400>;
				reg = <0xa0000 0x5000>;
				interrupts = <55>;
				clocks = <&gateclk 15>, <&gateclk 30>;
				clock-names = "0", "1";
@@ -96,7 +96,7 @@

			ethernet@70000 {
				compatible = "marvell,armada-370-neta";
				reg = <0x70000 0x2500>;
				reg = <0x70000 0x4000>;
				interrupts = <8>;
				clocks = <&gateclk 4>;
				status = "disabled";
@@ -104,7 +104,7 @@

			ethernet@74000 {
				compatible = "marvell,armada-370-neta";
				reg = <0x74000 0x2500>;
				reg = <0x74000 0x4000>;
				interrupts = <10>;
				clocks = <&gateclk 3>;
				status = "disabled";
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@

			ethernet@34000 {
				compatible = "marvell,armada-370-neta";
				reg = <0x34000 0x2500>;
				reg = <0x34000 0x4000>;
				interrupts = <14>;
				clocks = <&gateclk 1>;
				status = "disabled";
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@

			ethernet@30000 {
				compatible = "marvell,armada-370-neta";
				reg = <0x30000 0x2500>;
				reg = <0x30000 0x4000>;
				interrupts = <12>;
				clocks = <&gateclk 2>;
				status = "disabled";