[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a2287b99e8f9aa378e9c7c3750d1a7e5@agner.ch>
Date: Wed, 18 Nov 2015 22:36:40 -0800
From: Stefan Agner <stefan@...er.ch>
To: Cory Tusar <cory.tusar@...1solutions.com>
Cc: shawnguo@...nel.org, kernel@...gutronix.de, robh+dt@...nel.org,
pawel.moll@....com, mark.rutland@....com,
ijc+devicetree@...lion.org.uk, galak@...eaurora.org,
linux@....linux.org.uk, linux-arm-kernel@...ts.infradead.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
andrew@...n.ch, Chris.Healy@....aero, Keith.Vennel@....aero
Subject: Re: [PATCH] ARM: dts: vfxxx: Fix dspi[01] spi-num-chipselects.
On 2015-11-18 19:54, Cory Tusar wrote:
> Per the Vybrid Reference Manual (section 3.8.6.1), dspi0 has 6 chip
> select signals associated with it, while dspi1 has only 4.
That is right, verified by in my RM!
Acked-by: Stefan Agner <stefan@...er.ch>
>
> Signed-off-by: Cory Tusar <cory.tusar@...1solutions.com>
> ---
> arch/arm/boot/dts/vfxxx.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi
> index 6736bae..1cca43a 100644
> --- a/arch/arm/boot/dts/vfxxx.dtsi
> +++ b/arch/arm/boot/dts/vfxxx.dtsi
> @@ -158,7 +158,7 @@
> interrupts = <67 IRQ_TYPE_LEVEL_HIGH>;
> clocks = <&clks VF610_CLK_DSPI0>;
> clock-names = "dspi";
> - spi-num-chipselects = <5>;
> + spi-num-chipselects = <6>;
> status = "disabled";
> };
>
> @@ -170,7 +170,7 @@
> interrupts = <68 IRQ_TYPE_LEVEL_HIGH>;
> clocks = <&clks VF610_CLK_DSPI1>;
> clock-names = "dspi";
> - spi-num-chipselects = <5>;
> + spi-num-chipselects = <4>;
> status = "disabled";
> };
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists