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

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

[POWERPC] 85xx: some minor cleanups for stx_gp3 and tqm85xx



* "simple-bus" covers all our needs for of_platform_bus_probe()
* make device tree name just 'soc' not 'soc85..'

Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent eedd62ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
		reg = <0x00000000 0x10000000>;
	};

	soc8560@fdf00000 {
	soc@fdf00000 {
		#address-cells = <1>;
		#size-cells = <1>;
		device_type = "soc";
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
		reg = <0x00000000 0x10000000>;
	};

	soc8540@e0000000 {
	soc@e0000000 {
		#address-cells = <1>;
		#size-cells = <1>;
		device_type = "soc";
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
		reg = <0x00000000 0x10000000>;
	};

	soc8541@e0000000 {
	soc@e0000000 {
		#address-cells = <1>;
		#size-cells = <1>;
		device_type = "soc";
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
		reg = <0x00000000 0x10000000>;
	};

	soc8555@e0000000 {
	soc@e0000000 {
		#address-cells = <1>;
		#size-cells = <1>;
		device_type = "soc";
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
		reg = <0x00000000 0x10000000>;
	};

	soc8560@e0000000 {
	soc@e0000000 {
		#address-cells = <1>;
		#size-cells = <1>;
		device_type = "soc";
Loading