* [PATCH linux 1/2] gpio: dt-bindings: Fix typo in two-letter ports
@ 2017-01-11 0:48 Xo Wang
2017-01-11 0:48 ` [PATCH linux 2/2] ARM: dts: aspeed: zaius: Update EVT2 LED GPIOs Xo Wang
0 siblings, 1 reply; 2+ messages in thread
From: Xo Wang @ 2017-01-11 0:48 UTC (permalink / raw)
To: openbmc
Add missing port AC.
Signed-off-by: Xo Wang <xow@google.com>
---
include/dt-bindings/gpio/aspeed-gpio.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/dt-bindings/gpio/aspeed-gpio.h b/include/dt-bindings/gpio/aspeed-gpio.h
index 058c527cbcaf..0f8ab977c352 100644
--- a/include/dt-bindings/gpio/aspeed-gpio.h
+++ b/include/dt-bindings/gpio/aspeed-gpio.h
@@ -39,7 +39,8 @@
#define ASPEED_GPIO_PORT_Y 24
#define ASPEED_GPIO_PORT_Z 25
#define ASPEED_GPIO_PORT_AA 26
-#define ASPEED_GPIO_PORT_BB 27
+#define ASPEED_GPIO_PORT_AB 27
+#define ASPEED_GPIO_PORT_AC 28
#define ASPEED_GPIO(port, offset) \
((ASPEED_GPIO_PORT_##port * 8) + offset)
--
2.11.0.390.gc69c2f50cf-goog
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH linux 2/2] ARM: dts: aspeed: zaius: Update EVT2 LED GPIOs
2017-01-11 0:48 [PATCH linux 1/2] gpio: dt-bindings: Fix typo in two-letter ports Xo Wang
@ 2017-01-11 0:48 ` Xo Wang
0 siblings, 0 replies; 2+ messages in thread
From: Xo Wang @ 2017-01-11 0:48 UTC (permalink / raw)
To: openbmc
Signed-off-by: Xo Wang <xow@google.com>
---
arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts b/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
index 7f9aab901df9..d1efe6e6e57e 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
@@ -45,22 +45,22 @@
sys_boot_status {
label = "System boot status";
- gpios = <&gpio ASPEED_GPIO(H, 4) GPIO_ACTIVE_LOW>;
+ gpios = <&gpio ASPEED_GPIO(D, 5) GPIO_ACTIVE_LOW>;
};
attention {
label = "Attention";
- gpios = <&gpio ASPEED_GPIO(H, 5) GPIO_ACTIVE_LOW>;
+ gpios = <&gpio ASPEED_GPIO(D, 6) GPIO_ACTIVE_LOW>;
};
plt_fault {
label = "Platform fault";
- gpios = <&gpio ASPEED_GPIO(H, 6) GPIO_ACTIVE_LOW>;
+ gpios = <&gpio ASPEED_GPIO(D, 7) GPIO_ACTIVE_LOW>;
};
hdd_fault {
label = "Onboard drive fault";
- gpios = <&gpio ASPEED_GPIO(H, 7) GPIO_ACTIVE_LOW>;
+ gpios = <&gpio ASPEED_GPIO(AA, 2) GPIO_ACTIVE_LOW>;
};
};
};
--
2.11.0.390.gc69c2f50cf-goog
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-11 0:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-11 0:48 [PATCH linux 1/2] gpio: dt-bindings: Fix typo in two-letter ports Xo Wang
2017-01-11 0:48 ` [PATCH linux 2/2] ARM: dts: aspeed: zaius: Update EVT2 LED GPIOs Xo Wang
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.