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

Commit 20bba588 authored by Jason Cooper's avatar Jason Cooper
Browse files

ARM: kirkwood: sort dt nodes by address



This has caused merge conflicts in the past.

Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 69e18e26
Loading
Loading
Loading
Loading
+70 −70
Original line number Original line Diff line number Diff line
@@ -70,41 +70,23 @@
		#address-cells = <1>;
		#address-cells = <1>;
		#size-cells = <1>;
		#size-cells = <1>;


		mbusc: mbus-controller@20000 {
			compatible = "marvell,mbus-controller";
			reg = <0x20000 0x80>, <0x1500 0x20>;
		};

		timer: timer@20300 {
			compatible = "marvell,orion-timer";
			reg = <0x20300 0x20>;
			interrupt-parent = <&bridge_intc>;
			interrupts = <1>, <2>;
			clocks = <&core_clk 0>;
		};

		intc: main-interrupt-ctrl@20200 {
			compatible = "marvell,orion-intc";
			interrupt-controller;
			#interrupt-cells = <1>;
			reg = <0x20200 0x10>, <0x20210 0x10>;
		};

		bridge_intc: bridge-interrupt-ctrl@20110 {
			compatible = "marvell,orion-bridge-intc";
			interrupt-controller;
			#interrupt-cells = <1>;
			reg = <0x20110 0x8>;
			interrupts = <1>;
			marvell,#interrupts = <6>;
		};

		core_clk: core-clocks@10030 {
		core_clk: core-clocks@10030 {
			compatible = "marvell,kirkwood-core-clock";
			compatible = "marvell,kirkwood-core-clock";
			reg = <0x10030 0x4>;
			reg = <0x10030 0x4>;
			#clock-cells = <1>;
			#clock-cells = <1>;
		};
		};


		spi@10600 {
			compatible = "marvell,orion-spi";
			#address-cells = <1>;
			#size-cells = <0>;
			cell-index = <0>;
			interrupts = <23>;
			reg = <0x10600 0x28>;
			clocks = <&gate_clk 7>;
			status = "disabled";
		};

		gpio0: gpio@10100 {
		gpio0: gpio@10100 {
			compatible = "marvell,orion-gpio";
			compatible = "marvell,orion-gpio";
			#gpio-cells = <2>;
			#gpio-cells = <2>;
@@ -129,6 +111,17 @@
			clocks = <&gate_clk 7>;
			clocks = <&gate_clk 7>;
		};
		};


		i2c@11000 {
			compatible = "marvell,mv64xxx-i2c";
			reg = <0x11000 0x20>;
			#address-cells = <1>;
			#size-cells = <0>;
			interrupts = <29>;
			clock-frequency = <100000>;
			clocks = <&gate_clk 7>;
			status = "disabled";
		};

		serial@12000 {
		serial@12000 {
			compatible = "ns16550a";
			compatible = "ns16550a";
			reg = <0x12000 0x100>;
			reg = <0x12000 0x100>;
@@ -147,15 +140,18 @@
			status = "disabled";
			status = "disabled";
		};
		};


		spi@10600 {
		mbusc: mbus-controller@20000 {
			compatible = "marvell,orion-spi";
			compatible = "marvell,mbus-controller";
			#address-cells = <1>;
			reg = <0x20000 0x80>, <0x1500 0x20>;
			#size-cells = <0>;
		};
			cell-index = <0>;

			interrupts = <23>;
		bridge_intc: bridge-interrupt-ctrl@20110 {
			reg = <0x10600 0x28>;
			compatible = "marvell,orion-bridge-intc";
			clocks = <&gate_clk 7>;
			interrupt-controller;
			status = "disabled";
			#interrupt-cells = <1>;
			reg = <0x20110 0x8>;
			interrupts = <1>;
			marvell,#interrupts = <6>;
		};
		};


		gate_clk: clock-gating-control@2011c {
		gate_clk: clock-gating-control@2011c {
@@ -165,6 +161,21 @@
			#clock-cells = <1>;
			#clock-cells = <1>;
		};
		};


		intc: main-interrupt-ctrl@20200 {
			compatible = "marvell,orion-intc";
			interrupt-controller;
			#interrupt-cells = <1>;
			reg = <0x20200 0x10>, <0x20210 0x10>;
		};

		timer: timer@20300 {
			compatible = "marvell,orion-timer";
			reg = <0x20300 0x20>;
			interrupt-parent = <&bridge_intc>;
			interrupts = <1>, <2>;
			clocks = <&core_clk 0>;
		};

		wdt: watchdog-timer@20300 {
		wdt: watchdog-timer@20300 {
			compatible = "marvell,orion-wdt";
			compatible = "marvell,orion-wdt";
			reg = <0x20300 0x28>;
			reg = <0x20300 0x28>;
@@ -174,6 +185,14 @@
			status = "okay";
			status = "okay";
		};
		};


		ehci@50000 {
			compatible = "marvell,orion-ehci";
			reg = <0x50000 0x1000>;
			interrupts = <19>;
			clocks = <&gate_clk 3>;
			status = "okay";
		};

		xor@60800 {
		xor@60800 {
			compatible = "marvell,orion-xor";
			compatible = "marvell,orion-xor";
			reg = <0x60800 0x100
			reg = <0x60800 0x100
@@ -214,37 +233,6 @@
			};
			};
		};
		};


		ehci@50000 {
			compatible = "marvell,orion-ehci";
			reg = <0x50000 0x1000>;
			interrupts = <19>;
			clocks = <&gate_clk 3>;
			status = "okay";
		};

		i2c@11000 {
			compatible = "marvell,mv64xxx-i2c";
			reg = <0x11000 0x20>;
			#address-cells = <1>;
			#size-cells = <0>;
			interrupts = <29>;
			clock-frequency = <100000>;
			clocks = <&gate_clk 7>;
			status = "disabled";
		};

		mdio: mdio-bus@72004 {
			compatible = "marvell,orion-mdio";
			#address-cells = <1>;
			#size-cells = <0>;
			reg = <0x72004 0x84>;
			interrupts = <46>;
			clocks = <&gate_clk 0>;
			status = "disabled";

			/* add phy nodes in board file */
		};

		eth0: ethernet-controller@72000 {
		eth0: ethernet-controller@72000 {
			compatible = "marvell,kirkwood-eth";
			compatible = "marvell,kirkwood-eth";
			#address-cells = <1>;
			#address-cells = <1>;
@@ -265,6 +253,18 @@
			};
			};
		};
		};


		mdio: mdio-bus@72004 {
			compatible = "marvell,orion-mdio";
			#address-cells = <1>;
			#size-cells = <0>;
			reg = <0x72004 0x84>;
			interrupts = <46>;
			clocks = <&gate_clk 0>;
			status = "disabled";

			/* add phy nodes in board file */
		};

		eth1: ethernet-controller@76000 {
		eth1: ethernet-controller@76000 {
			compatible = "marvell,kirkwood-eth";
			compatible = "marvell,kirkwood-eth";
			#address-cells = <1>;
			#address-cells = <1>;