Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1479209
| From | Shawn Guo <shawnguo@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 5/7] [v2] arm64: dts: add LS1046A-RDB board support |
| Date | 2016-09-08 15:20 +0200 |
| Message-ID | <sf7pg-6h3-21@gated-at.bofh.it> (permalink) |
| References | <seXpT-8mj-3@gated-at.bofh.it> <sf7pg-6h3-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Sep 05, 2016 at 06:01:33PM +0800, shh.xie@gmail.com wrote:
> +&ifc {
> + status = "okay";
For sake of consistency, please have 'status' at the end of property
list.
Shawn
> + #address-cells = <2>;
> + #size-cells = <1>;
> + /* NAND Flashe and CPLD on board */
> + ranges = <0x0 0x0 0x0 0x7e800000 0x00010000
> + 0x2 0x0 0x0 0x7fb00000 0x00000100>;
> +
> + nand@0,0 {
> + compatible = "fsl,ifc-nand";
> + #address-cells = <1>;
> + #size-cells = <1>;
> + reg = <0x0 0x0 0x10000>;
> + };
> +
> + cpld: board-control@2,0 {
> + compatible = "fsl,ls1046ardb-cpld";
> + reg = <0x2 0x0 0x0000100>;
> + };
> +};
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH 5/7] [v2] arm64: dts: add LS1046A-RDB board support Shawn Guo <shawnguo@kernel.org> - 2016-09-08 15:20 +0200 RE: [PATCH 5/7] [v2] arm64: dts: add LS1046A-RDB board support "S.H. Xie" <shaohui.xie@nxp.com> - 2016-09-09 12:30 +0200
csiph-web