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: Chanh Nguyen <chanh@os.amperecomputing.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20231005035525.19036-4-chanh@os.amperecomputing.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
Chanh Nguyen
2023-10-05 10:55:21 +07:00
committed by Joel Stanley
parent e71d1a9255
commit 1edcc7251f
@@ -805,4 +805,18 @@
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";
};
};