On Fri, Nov 17, 2017 at 11:07:46AM -0800, Brendan Higgins wrote: > 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 <brendanhiggins@xxxxxxxxxx> > Reviewed-by: Tomer Maimon <tmaimon77@xxxxxxxxx> > Reviewed-by: Avi Fishman <avifishman70@xxxxxxxxx> > Reviewed-by: Joel Stanley <joel@xxxxxxxxx> > Tested-by: Tomer Maimon <tmaimon77@xxxxxxxxx> > Tested-by: Avi Fishman <avifishman70@xxxxxxxxx> > --- > Changes since v7: > - Added arm,shared-override to l2 cache > - Cleaned up node names > - Cleaned up ranges properties > - Fixed address for nuvoton,npcm750-timer > - Dropped watchdog nodes for now since the properties in them are wrong > --- > .../arm/cpu-enable-method/nuvoton,npcm7xx-smp | 42 +++++ > .../devicetree/bindings/arm/npcm/npcm.txt | 6 + > arch/arm/boot/dts/nuvoton-npcm750-evb.dts | 44 ++++++ > arch/arm/boot/dts/nuvoton-npcm750.dtsi | 171 +++++++++++++++++++++ > include/dt-bindings/clock/nuvoton,npcm7xx-clks.h | 39 +++++ > 5 files changed, 302 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/cpu-enable-method/nuvoton,npcm7xx-smp > create mode 100644 Documentation/devicetree/bindings/arm/npcm/npcm.txt > create mode 100644 arch/arm/boot/dts/nuvoton-npcm750-evb.dts > create mode 100644 arch/arm/boot/dts/nuvoton-npcm750.dtsi > create mode 100644 include/dt-bindings/clock/nuvoton,npcm7xx-clks.h Reviewed-by: Rob Herring <robh@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html