From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jeffery Date: Wed, 24 Jul 2019 10:02:12 +0930 Subject: [PATCH linux dev-5.2] ARM: dts: aspeed: swift: Fix FSI GPIOs In-Reply-To: <20190719203037.11795-1-mspinler@linux.ibm.com> References: <20190719203037.11795-1-mspinler@linux.ibm.com> Message-ID: <7f2c08f5-a04d-499c-b59b-3d62d7f025af@www.fastmail.com> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Sat, 20 Jul 2019, at 06:01, Matt Spinler wrote: > From: Matt Spinler > > Change the FSI clock and data GPIOs to match what the hardware turned > out to use. > > Signed-off-by: Matt Spinler Reviewed-by: Andrew Jeffery And yeah, please make sure to include relevant lists in the future as Olof mentioned. Andrew > --- > arch/arm/boot/dts/aspeed-bmc-opp-swift.dts | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts > b/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts > index caac895c60b4..f14f745b34ca 100644 > --- a/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts > +++ b/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts > @@ -207,8 +207,8 @@ > #size-cells = <0>; > no-gpio-delays; > > - clock-gpios = <&gpio ASPEED_GPIO(AA, 0) GPIO_ACTIVE_HIGH>; > - data-gpios = <&gpio ASPEED_GPIO(E, 0) GPIO_ACTIVE_HIGH>; > + clock-gpios = <&gpio ASPEED_GPIO(P, 1) GPIO_ACTIVE_HIGH>; > + data-gpios = <&gpio ASPEED_GPIO(P, 2) GPIO_ACTIVE_HIGH>; > mux-gpios = <&gpio ASPEED_GPIO(P, 4) GPIO_ACTIVE_HIGH>; > enable-gpios = <&gpio ASPEED_GPIO(P, 0) GPIO_ACTIVE_HIGH>; > trans-gpios = <&gpio ASPEED_GPIO(P, 3) GPIO_ACTIVE_HIGH>; > -- > 2.22.0 > >