Re: [PATCH] MIPS: NI 169445 board support
From: Rob Herring <robh@kernel.org>
Date: 2016-12-14 16:49:24
Also in:
linux-mips, lkml
From: Rob Herring <robh@kernel.org>
Date: 2016-12-14 16:49:24
Also in:
linux-mips, lkml
On Wed, Dec 14, 2016 at 10:32 AM, Nathan Sullivan [off-list ref] wrote:
On Fri, Dec 09, 2016 at 03:18:28PM -0600, Rob Herring wrote:quoted
On Fri, Dec 02, 2016 at 09:42:09AM -0600, Nathan Sullivan wrote:quoted
Support the National Instruments 169445 board. Signed-off-by: Nathan Sullivan <redacted> --- "gpio: mmio: add support for NI 169445 NAND GPIO" and "devicetree: add vendor prefix for National Instruments" are required for the NAND on this board to work.
quoted
quoted
+ ahb@0 { + compatible = "simple-bus"; + #address-cells = <1>; + #size-cells = <1>; + ranges;If everything is under 0x1f3xxxxx, then add in the ranges here (and the unit address).I noticed that some systems call out their axi/ahb busses, some do not. Would you prefer that I remove the bus entirely?
Definitely not. IMO, not having a bus node is an error. Rob