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

Commit fd657efc authored by Anton Vorontsov's avatar Anton Vorontsov Committed by Kumar Gala
Browse files

powerpc: Remove device_type = "board_control" properties in .dts files



We don't want to encourage the bogus device_type usage.

The device type isn't used in the code, so we can simply remove it from
the documentation and dts files.

Boards should specify proper compatible entries instead.

Signed-off-by: default avatarAnton Vorontsov <avorontsov@ru.mvista.com>
Acked-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 0a346dac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

Required properties:

 - device_type : Should be "board-control"
 - compatible : Should be "fsl,<board>-bcsr"
 - reg : Offset and length of the register set for the device

Example:

	bcsr@f8000000 {
		device_type = "board-control";
		compatible = "fsl,mpc8360mds-bcsr";
		reg = <f8000000 8000>;
	};

+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@
	};

	bcsr@f8000000 {
		device_type = "board-control";
		compatible = "fsl,mpc8323mds-bcsr";
		reg = <0xf8000000 0x8000>;
	};

+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@
	};

	bcsr@e2400000 {
		device_type = "board-control";
		compatible = "fsl,mpc8349mds-bcsr";
		reg = <0xe2400000 0x8000>;
	};

+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@
		};

		bcsr@1,0 {
			device_type = "board-control";
 			compatible = "fsl,mpc8360mds-bcsr";
			reg = <1 0 0x8000>;
		};
	};
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@
	};

	bcsr@f8000000 {
		device_type = "board-control";
		compatible = "fsl,mpc8568mds-bcsr";
		reg = <0xf8000000 0x8000>;
	};