Unverified Commit e0db1597 authored by Ard Biesheuvel's avatar Ard Biesheuvel Committed by Arnd Bergmann
Browse files

dt: amd-seattle: disable IPMI controller and some GPIO blocks on B0



Disable some peripherals that are not usable on B0 silicon based
Overdrives.

Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 429863e7
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -36,14 +36,6 @@ &gpio1 {
	status = "ok";
};

&gpio2 {
	status = "ok";
};

&gpio3 {
	status = "ok";
};

&gpio4 {
	status = "ok";
};
@@ -79,10 +71,6 @@ sdcard0: sdcard@0 {
	};
};

&ipmi_kcs {
	status = "ok";
};

&smb0 {
	/include/ "amd-seattle-xgbe-b.dtsi"
};