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>
This commit is contained in:
Rob Herring (Arm) 2025-03-06 19:07:45 -06:00 committed by Arnd Bergmann
parent 8945ed5c8e
commit 6268ac369b
No known key found for this signature in database
GPG key ID: 60AB47FFC9095227
3 changed files with 4 additions and 4 deletions

View file

@ -58,7 +58,7 @@
&spi1 {
status = "okay";
sdcard0: sdcard@0 {
sdcard0: mmc@0 {
compatible = "mmc-spi-slot";
reg = <0>;
spi-max-frequency = <20000000>;

View file

@ -40,7 +40,7 @@
<1 10 0xff04>;
};
smb0: smb {
smb0: bus {
compatible = "simple-bus";
#address-cells = <2>;
#size-cells = <2>;

View file

@ -5,7 +5,7 @@
* Copyright (C) 2015 Advanced Micro Devices, Inc.
*/
xgmac0: xgmac@e0700000 {
xgmac0: ethernet@e0700000 {
compatible = "amd,xgbe-seattle-v1a";
reg = <0 0xe0700000 0 0x80000>,
<0 0xe0780000 0 0x80000>,
@ -31,7 +31,7 @@
dma-coherent;
};
xgmac1: xgmac@e0900000 {
xgmac1: ethernet@e0900000 {
compatible = "amd,xgbe-seattle-v1a";
reg = <0 0xe0900000 0 0x80000>,
<0 0xe0980000 0 0x80000>,