Commit 1edcc725 authored by Chanh Nguyen's avatar Chanh Nguyen Committed by Joel Stanley
Browse files

ARM: dts: aspeed: mtjade: Add the gpio-hog



Add the GPIOR5 as a gpio-hog with output high so that can
power the OCP card once the BMC booting.

Add the GPIOAC5 as a gpio-hog with output high to notice
the BMC state.

Signed-off-by: default avatarChanh Nguyen <chanh@os.amperecomputing.com>
Reviewed-by: default avatarJoel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20231005035525.19036-4-chanh@os.amperecomputing.com


Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent e71d1a92
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -805,4 +805,18 @@ i2c4-o-en-hog {
		output-high;
		line-name = "i2c4-o-en";
	};

	ocp-aux-pwren-hog {
		gpio-hog;
		gpios = <ASPEED_GPIO(R, 3) GPIO_ACTIVE_HIGH>;
		output-high;
		line-name = "ocp-aux-pwren";
	};

	bmc-ready {
		gpio-hog;
		gpios = <ASPEED_GPIO(AC, 5) GPIO_ACTIVE_HIGH>;
		output-high;
		line-name = "bmc-ready";
	};
};