lkml.org 
[lkml]   [2019]   [Nov]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.4 094/159] arm64: dts: amd: Fix SPI bus warnings
    Date
    From: Rob Herring <robh@kernel.org>

    [ Upstream commit e9f0878c4b2004ac19581274c1ae4c61ae3ca70e ]

    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@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@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@e1030000: node name for SPI buses should be 'spi'

    Cc: Brijesh Singh <brijeshkumar.singh@amd.com>
    Cc: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
    Cc: Tom Lendacky <thomas.lendacky@amd.com>
    Signed-off-by: Rob Herring <robh@kernel.org>
    Signed-off-by: Arnd Bergmann <arnd@arndb.de>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi
    index 2874d92881fda..a3030c868be5f 100644
    --- a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi
    +++ b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi
    @@ -84,7 +84,7 @@
    clock-names = "uartclk", "apb_pclk";
    };

    - spi0: ssp@e1020000 {
    + spi0: spi@e1020000 {
    status = "disabled";
    compatible = "arm,pl022", "arm,primecell";
    #gpio-cells = <2>;
    @@ -95,7 +95,7 @@
    clock-names = "apb_pclk";
    };

    - spi1: ssp@e1030000 {
    + spi1: spi@e1030000 {
    status = "disabled";
    compatible = "arm,pl022", "arm,primecell";
    #gpio-cells = <2>;
    --
    2.20.1


    \
     
     \ /
      Last update: 2019-11-22 12:26    [W:4.061 / U:0.028 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site