> > > > The HPE SoC is new to linux. A basic device tree layout with minimum > > required for linux to boot including a timer and watchdog support has > > been created. > > > > The dts file is empty at this point but will be updated in subsequent > > updates as board specific features are enabled. > > > > Signed-off-by: Nick Hawkins <nick.hawk...@hpe.com> > > --- > > arch/arm/dts/Makefile | 2 + > > arch/arm/dts/hpe-bmc-dl360gen10.dts | 26 ++++++++ > > arch/arm/dts/hpe-gxp.dtsi | 95 +++++++++++++++++++++++++++++ > > 3 files changed, 123 insertions(+) > > create mode 100644 arch/arm/dts/hpe-bmc-dl360gen10.dts > > create mode 100644 arch/arm/dts/hpe-gxp.dtsi
> The dts files need to be in linux-next (or similar) upstream before we start > taking them in to Linux, and then re-synced periodically. Hi Tom, When you say taking them into Linux do you mean these files for U-Boot would go into Torvalds Linux? Ideally we would like to have the one from Torvalds Linux come into U-boot. Our DTS files are currently here at Linux-next: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/tree/arch/arm/boot/dts Thank you for all the feedback you have provided on this and the other patches. I will start working on them. -Nick