[PATCH] arm64: dts: amd: Fix SPI bus warnings
From: arnd@arndb.de (Arnd Bergmann)
Date: 2018-09-28 10:33:06
Also in:
linux-devicetree
From: arnd@arndb.de (Arnd Bergmann)
Date: 2018-09-28 10:33:06
Also in:
linux-devicetree
On Thu, Sep 13, 2018 at 8:13 PM Rob Herring [off-list ref] wrote:
dtc has new checks for SPI buses. Fix the warnings in node names. arch/arm64/boot/dts/amd/amd-overdrive.dtb: Warning (spi_bus_bridge): /smb/ssp at e1030000: node name for SPI buses should be 'spi' arch/arm64/boot/dts/amd/amd-overdrive-rev-b0.dtb: Warning (spi_bus_bridge): /smb/ssp at e1030000: node name for SPI buses should be 'spi' arch/arm64/boot/dts/amd/amd-overdrive-rev-b1.dtb: Warning (spi_bus_bridge): /smb/ssp at e1030000: node name for SPI buses should be 'spi' Cc: Brijesh Singh <redacted> Cc: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> Cc: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: Rob Herring <robh@kernel.org> --- Please apply to the sub-arch tree. The dtc changes haven't landed, but will for 4.20.
Applied, thanks!
Arnd