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

Commit 38d56f16 authored by Josh Boyer's avatar Josh Boyer
Browse files

powerpc/44x: Add explicit Yosemite support



Add the Yosemite board to the explicitly supported list for ppc44x_simple
boards and remove the compatible entry for bamboo from the DTS file.

Signed-off-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
parent ded563cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -15,7 +15,7 @@
	#address-cells = <2>;
	#address-cells = <2>;
	#size-cells = <1>;
	#size-cells = <1>;
	model = "amcc,yosemite";
	model = "amcc,yosemite";
	compatible = "amcc,yosemite","amcc,bamboo";
	compatible = "amcc,yosemite";
	dcr-parent = <&{/cpus/cpu@0}>;
	dcr-parent = <&{/cpus/cpu@0}>;


	aliases {
	aliases {
+2 −1
Original line number Original line Diff line number Diff line
@@ -57,7 +57,8 @@ static char *board[] __initdata = {
	"amcc,katmai",
	"amcc,katmai",
	"amcc,rainier",
	"amcc,rainier",
	"amcc,sequoia",
	"amcc,sequoia",
	"amcc,taishan"
	"amcc,taishan",
	"amcc,yosemite"
};
};


static int __init ppc44x_probe(void)
static int __init ppc44x_probe(void)