[PATCH] arm64: dts: amd: Fix SPI bus warnings
From: robh@kernel.org (Rob Herring)
Date: 2018-09-26 23:11:18
Also in:
linux-devicetree
From: robh@kernel.org (Rob Herring)
Date: 2018-09-26 23:11:18
Also in:
linux-devicetree
On Thu, Sep 13, 2018 at 1: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.
Ping. Arnd, Olof, Can you pick this up if the sub-arch maintainer doesn't. Rob