Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: amd/seattle: Fix bus, mmc, and ethernet node names

Use preferred node names for bus, mmc, and ethernet.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250306-dt-amd-fixes-v1-3-011c423ba99a@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Rob Herring (Arm) and committed by
Arnd Bergmann
6268ac36 8945ed5c

+4 -4
+1 -1
arch/arm64/boot/dts/amd/amd-overdrive-rev-b0.dts
··· 58 58 59 59 &spi1 { 60 60 status = "okay"; 61 - sdcard0: sdcard@0 { 61 + sdcard0: mmc@0 { 62 62 compatible = "mmc-spi-slot"; 63 63 reg = <0>; 64 64 spi-max-frequency = <20000000>;
+1 -1
arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi
··· 40 40 <1 10 0xff04>; 41 41 }; 42 42 43 - smb0: smb { 43 + smb0: bus { 44 44 compatible = "simple-bus"; 45 45 #address-cells = <2>; 46 46 #size-cells = <2>;
+2 -2
arch/arm64/boot/dts/amd/amd-seattle-xgbe-b.dtsi
··· 5 5 * Copyright (C) 2015 Advanced Micro Devices, Inc. 6 6 */ 7 7 8 - xgmac0: xgmac@e0700000 { 8 + xgmac0: ethernet@e0700000 { 9 9 compatible = "amd,xgbe-seattle-v1a"; 10 10 reg = <0 0xe0700000 0 0x80000>, 11 11 <0 0xe0780000 0 0x80000>, ··· 31 31 dma-coherent; 32 32 }; 33 33 34 - xgmac1: xgmac@e0900000 { 34 + xgmac1: ethernet@e0900000 { 35 35 compatible = "amd,xgbe-seattle-v1a"; 36 36 reg = <0 0xe0900000 0 0x80000>, 37 37 <0 0xe0980000 0 0x80000>,