Re: [PATCH v10 2/3] arm: dts: add Nuvoton NPCM750 device tree

2018-02-14 Thread Joel Stanley
On Wed, Feb 14, 2018 at 6:39 AM, Brendan Higgins wrote: > + ahb { > + #address-cells = <1>; > + #size-cells = <1>; > + compatible = "simple-bus"; > + interrupt-parent = <&gic>; > + ranges; > + > + clk: clock

Re: [PATCH v10 2/3] arm: dts: add Nuvoton NPCM750 device tree

2018-02-14 Thread Arnd Bergmann
On Tue, Feb 13, 2018 at 9:09 PM, Brendan Higgins wrote: > + > +Enable method name:"nuvoton,npcm7xx-smp" > +Compatible machines: "nuvoton,npcm750" > +Compatible CPUs: "arm,cortex-a9" > +Related properties:(none) > + > +Note: > +This enable method needs valid nodes compatible with "

[PATCH v10 2/3] arm: dts: add Nuvoton NPCM750 device tree

2018-02-13 Thread Brendan Higgins
Add a common device tree for all Nuvoton NPCM750 BMCs and a board specific device tree for the NPCM750 (Poleg) evaluation board. Signed-off-by: Brendan Higgins Reviewed-by: Tomer Maimon Reviewed-by: Avi Fishman Reviewed-by: Joel Stanley Reviewed-by: Rob Herring Tested-by: Tomer Maimon Tested