diff options
author | Eddie James <eajames@linux.ibm.com> | 2021-09-16 00:47:38 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2021-10-21 09:26:11 +0300 |
commit | 6d8097e3403265e7137939674cc625a5235ec425 (patch) | |
tree | e6bbe72f74b53896f9f44c4b54a81c7e03020738 /arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | |
parent | 64fc9a95b409a7b353a0a9281e3259e8a06d31b0 (diff) | |
download | linux-6d8097e3403265e7137939674cc625a5235ec425.tar.xz |
ARM: dts: aspeed: rainier: Remove gpio hog for GPIOP7
Only the pass 1 Ingraham board (Rainier system) had a micro-controller
wired to GPIOP7 on ball Y23. Pass 2 boards have this ball wired to the
heartbeat LED, so remove the hog as this device tree supports pass 2.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20210915214738.34382-5-eajames@linux.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts index 3705f6788b49..b5f8383e80be 100644 --- a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts +++ b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts @@ -297,13 +297,6 @@ /*Y0-Y7*/ "","","","","","","","", /*Z0-Z7*/ "","","","","","","",""; - pin_mclr_vpp { - gpio-hog; - gpios = <ASPEED_GPIO(P, 7) GPIO_OPEN_DRAIN>; - output-high; - line-name = "mclr_vpp"; - }; - i2c3_mux_oe_n { gpio-hog; gpios = <ASPEED_GPIO(G, 6) GPIO_ACTIVE_LOW>; |