From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Tue, 16 Jun 2015 16:58:13 +0530 Subject: [U-Boot] [U-Boot PATCH v2 13/17] dts: zynq: Enable spi1 for zc770_xm010 board In-Reply-To: <1431270957-6901-14-git-send-email-jteki@openedev.com> References: <1431270957-6901-1-git-send-email-jteki@openedev.com> <1431270957-6901-14-git-send-email-jteki@openedev.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Michal, On 10 May 2015 at 20:45, Jagan Teki wrote: > This patch enables spi1 for zynq zc770_xm010 board dts. > > Signed-off-by: Jagan Teki > Acked-by: Simon Glass > Cc: Michal Simek > Cc: Siva Durga Prasad Paladugu > --- > arch/arm/dts/zynq-zc770-xm010.dts | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/dts/zynq-zc770-xm010.dts b/arch/arm/dts/zynq-zc770-xm010.dts > index 5e66174..e793a61 100644 > --- a/arch/arm/dts/zynq-zc770-xm010.dts > +++ b/arch/arm/dts/zynq-zc770-xm010.dts > @@ -21,3 +21,7 @@ > reg = <0 0x40000000>; > }; > }; > + > +&spi1 { > + status = "okay"; > +}; Did you find this, its not working with this type enabling in board dts instead it works only with aliases { serial0 = &uart1; spi1 = "/spi at e0007000"; }; thanks! -- Jagan | openedev.