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: Anton Vorontsov <avorontsov@ru.mvista.com> Acked-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:

committed by
Kumar Gala

parent
0a346dacee
commit
fd657efc67
@@ -60,7 +60,7 @@
|
||||
};
|
||||
|
||||
bcsr@f8000000 {
|
||||
device_type = "board-control";
|
||||
compatible = "fsl,mpc8323mds-bcsr";
|
||||
reg = <0xf8000000 0x8000>;
|
||||
};
|
||||
|
||||
|
@@ -49,7 +49,7 @@
|
||||
};
|
||||
|
||||
bcsr@e2400000 {
|
||||
device_type = "board-control";
|
||||
compatible = "fsl,mpc8349mds-bcsr";
|
||||
reg = <0xe2400000 0x8000>;
|
||||
};
|
||||
|
||||
|
@@ -69,7 +69,7 @@
|
||||
};
|
||||
|
||||
bcsr@1,0 {
|
||||
device_type = "board-control";
|
||||
compatible = "fsl,mpc8360mds-bcsr";
|
||||
reg = <1 0 0x8000>;
|
||||
};
|
||||
};
|
||||
|
@@ -52,7 +52,7 @@
|
||||
};
|
||||
|
||||
bcsr@f8000000 {
|
||||
device_type = "board-control";
|
||||
compatible = "fsl,mpc8568mds-bcsr";
|
||||
reg = <0xf8000000 0x8000>;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user