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

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

Merge tag 'marvell-sata-3.8' of...

Merge tag 'marvell-sata-3.8' of git://github.com/MISL-EBU-System-SW/mainline-public into mvebu/everything

Marvell Armada 370/XP support for 3.8
parents 53bce9c7 3d82daaa
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -34,5 +34,9 @@
			clock-frequency = <200000000>;
			clock-frequency = <200000000>;
			status = "okay";
			status = "okay";
		};
		};
		sata@d00a0000 {
			nr-ports = <2>;
			status = "okay";
		};
	};
	};
};
};
+10 −0
Original line number Original line Diff line number Diff line
@@ -69,6 +69,16 @@
			compatible = "marvell,armada-addr-decoding-controller";
			compatible = "marvell,armada-addr-decoding-controller";
			reg = <0xd0020000 0x258>;
			reg = <0xd0020000 0x258>;
		};
		};

		sata@d00a0000 {
			compatible = "marvell,orion-sata";
			reg = <0xd00a0000 0x2400>;
			interrupts = <55>;
			clocks = <&gateclk 15>, <&gateclk 30>;
			clock-names = "0", "1";
			status = "disabled";
		};

	};
	};
};
};
+4 −0
Original line number Original line Diff line number Diff line
@@ -46,5 +46,9 @@
			clock-frequency = <250000000>;
			clock-frequency = <250000000>;
			status = "okay";
			status = "okay";
		};
		};
		sata@d00a0000 {
			nr-ports = <2>;
			status = "okay";
		};
	};
	};
};
};
+2 −0
Original line number Original line Diff line number Diff line
@@ -17,8 +17,10 @@ CONFIG_ARM_APPENDED_DTB=y
CONFIG_VFP=y
CONFIG_VFP=y
CONFIG_NEON=y
CONFIG_NEON=y
CONFIG_NET=y
CONFIG_NET=y
CONFIG_BLK_DEV_SD=y
CONFIG_ATA=y
CONFIG_ATA=y
CONFIG_SATA_HIGHBANK=y
CONFIG_SATA_HIGHBANK=y
CONFIG_SATA_MV=y
CONFIG_NETDEVICES=y
CONFIG_NETDEVICES=y
CONFIG_NET_CALXEDA_XGMAC=y
CONFIG_NET_CALXEDA_XGMAC=y
CONFIG_SMSC911X=y
CONFIG_SMSC911X=y
+3 −0
Original line number Original line Diff line number Diff line
@@ -20,6 +20,9 @@ CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_ARM_APPENDED_DTB=y
CONFIG_ARM_APPENDED_DTB=y
CONFIG_VFP=y
CONFIG_VFP=y
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_BLK_DEV_SD=y
CONFIG_ATA=y
CONFIG_SATA_MV=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_OF_PLATFORM=y
CONFIG_SERIAL_OF_PLATFORM=y
Loading