From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Tue, 16 Jun 2015 15:34:49 +0200 Subject: [U-Boot] [U-Boot PATCH v2 13/17] dts: zynq: Enable spi1 for zc770_xm010 board In-Reply-To: References: <1431270957-6901-1-git-send-email-jteki@openedev.com> <1431270957-6901-14-git-send-email-jteki@openedev.com> Message-ID: <558025F9.9040103@xilinx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/16/2015 01:28 PM, Jagan Teki wrote: > 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"; > }; Sorry I haven't had any time to test this but if you want to use aliases please use &spi1 which does better job. Thanks, Michal