lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 20 May 2019 10:55:03 +0800 From: Shawn Guo <shawnguo@...nel.org> To: Pramod Kumar <pramod.kumar_1@....com> Cc: "robh+dt@...nel.org" <robh+dt@...nel.org>, "mark.rutland@....com" <mark.rutland@....com>, "manivannan.sadhasivam@...aro.org" <manivannan.sadhasivam@...aro.org>, Aisheng Dong <aisheng.dong@....com>, "Michal.Vokac@...ft.com" <Michal.Vokac@...ft.com>, Leo Li <leoyang.li@....com>, "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>, "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>, "linux-arm-kernel@...ts.infradead.org" <linux-arm-kernel@...ts.infradead.org>, Ashish Kumar <ashish.kumar@....com> Subject: Re: [PATCH v2 3/3] arm64: dts: nxp: frwy-ls1046a: add support for micron nor flash On Fri, May 10, 2019 at 01:00:24PM +0000, Pramod Kumar wrote: > add micron nor flash support for ls1046a frwy board. > > Signed-off-by: Ashish Kumar <ashish.kumar@....com> > Signed-off-by: Pramod Kumar <pramod.kumar_1@....com> Prefix 'arm64: dts: frwy-ls1046a: ...' would be good enough. > --- > .../boot/dts/freescale/fsl-ls1046a-frwy.dts | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > > diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1046a-frwy.dts b/arch/arm64/boot/dts/freescale/fsl-ls1046a-frwy.dts > index de0d19c02944..890f07122dd0 100644 > --- a/arch/arm64/boot/dts/freescale/fsl-ls1046a-frwy.dts > +++ b/arch/arm64/boot/dts/freescale/fsl-ls1046a-frwy.dts > @@ -113,6 +113,23 @@ > > }; > > + Unnecessary newline. Shawn > +&qspi { > + num-cs = <1>; > + bus-num = <0>; > + status = "okay"; > + > + qflash0: flash@0 { > + compatible = "jedec,spi-nor"; > + #address-cells = <1>; > + #size-cells = <1>; > + spi-max-frequency = <50000000>; > + reg = <0>; > + spi-rx-bus-width = <4>; > + spi-tx-bus-width = <4>; > + }; > +}; > + > #include "fsl-ls1046-post.dtsi" > > &fman0 { > -- > 2.17.1 >
Powered by blists - more mailing lists