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

Commit acd4b715 authored by Kumar Gala's avatar Kumar Gala
Browse files

[POWERPC] Cleanup mpic nodes in .dts



Removed clock-frequency, big-endian, and built-in props as they aren't
specified anywhere.  Also added compatible = "chrp,open-pic" in the
places it was missing.

Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 59d13f9d
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -1363,14 +1363,11 @@ platforms are moved over to use the flattened-device-tree model.

	pic@40000 {
		linux,phandle = <40000>;
		clock-frequency = <0>;
		interrupt-controller;
		#address-cells = <0>;
		reg = <40000 40000>;
		built-in;
		compatible = "chrp,open-pic";
		device_type = "open-pic";
		big-endian;
	};


@@ -3663,14 +3660,11 @@ not necessary as they are usually the same as the root node.

		pic@40000 {
			linux,phandle = <40000>;
			clock-frequency = <0>;
			interrupt-controller;
			#address-cells = <0>;
			reg = <40000 40000>;
			built-in;
			compatible = "chrp,open-pic";
			device_type = "open-pic";
                        big-endian;
		};

		i2c@3000 {
+0 −2
Original line number Diff line number Diff line
@@ -124,14 +124,12 @@
		};

	  	mpic: pic@7400 {
			clock-frequency = <0>;
			interrupt-controller;
			#address-cells = <0>;
			#interrupt-cells = <2>;
			reg = <0x7400 0x400>;
			compatible = "chrp,open-pic";
			device_type = "open-pic";
                       	big-endian;
		};
		pci@1000 {
			compatible = "tsi108-pci";
+0 −2
Original line number Diff line number Diff line
@@ -165,14 +165,12 @@
			interrupt-parent = <&mpic>;
		};
		mpic: pic@40000 {
			clock-frequency = <0>;
			interrupt-controller;
			#address-cells = <0>;
			#interrupt-cells = <2>;
			reg = <0x40000 0x40000>;
			compatible = "chrp,open-pic";
			device_type = "open-pic";
			big-endian;
		};
	};

+0 −2
Original line number Diff line number Diff line
@@ -148,14 +148,12 @@
		};

		mpic: pic@40000 {
			clock-frequency = <0>;
			interrupt-controller;
			#address-cells = <0>;
			#interrupt-cells = <2>;
			reg = <0x40000 0x40000>;
			compatible = "chrp,open-pic";
			device_type = "open-pic";
                        big-endian;
		};

		cpm@919c0 {
+0 −2
Original line number Diff line number Diff line
@@ -210,14 +210,12 @@
		};

		mpic: pic@40000 {
			clock-frequency = <0>;
			interrupt-controller;
			#address-cells = <0>;
			#interrupt-cells = <2>;
			reg = <0x40000 0x40000>;
			compatible = "chrp,open-pic";
			device_type = "open-pic";
			big-endian;
		};

		msi@41600 {
Loading