Commit 51b0c5c2 authored by Matt Spinler's avatar Matt Spinler Committed by Joel Stanley

ARM: dts: aspeed: swift: Fix FSI GPIOs

Change the FSI clock and data GPIOs to match what the hardware turned
out to use.

Fixes: 8e8fd0cb ("ARM: dts: aspeed: Add Swift BMC machine")
Signed-off-by: default avatarMatt Spinler <spinler@us.ibm.com>
Reviewed-by: default avatarAndrew Jeffery <andrew@aj.id.au>
Reviewed-by: default avatarAdriana Kobylak <anoo@us.ibm.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent bb1dba7b
...@@ -207,8 +207,8 @@ fsi: gpio-fsi { ...@@ -207,8 +207,8 @@ fsi: gpio-fsi {
#size-cells = <0>; #size-cells = <0>;
no-gpio-delays; no-gpio-delays;
clock-gpios = <&gpio ASPEED_GPIO(AA, 0) GPIO_ACTIVE_HIGH>; clock-gpios = <&gpio ASPEED_GPIO(P, 1) GPIO_ACTIVE_HIGH>;
data-gpios = <&gpio ASPEED_GPIO(E, 0) GPIO_ACTIVE_HIGH>; data-gpios = <&gpio ASPEED_GPIO(P, 2) GPIO_ACTIVE_HIGH>;
mux-gpios = <&gpio ASPEED_GPIO(P, 4) GPIO_ACTIVE_HIGH>; mux-gpios = <&gpio ASPEED_GPIO(P, 4) GPIO_ACTIVE_HIGH>;
enable-gpios = <&gpio ASPEED_GPIO(P, 0) GPIO_ACTIVE_HIGH>; enable-gpios = <&gpio ASPEED_GPIO(P, 0) GPIO_ACTIVE_HIGH>;
trans-gpios = <&gpio ASPEED_GPIO(P, 3) GPIO_ACTIVE_HIGH>; trans-gpios = <&gpio ASPEED_GPIO(P, 3) GPIO_ACTIVE_HIGH>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment