mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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:
parent
8945ed5c8e
commit
6268ac369b
3 changed files with 4 additions and 4 deletions
|
@ -58,7 +58,7 @@
|
|||
|
||||
&spi1 {
|
||||
status = "okay";
|
||||
sdcard0: sdcard@0 {
|
||||
sdcard0: mmc@0 {
|
||||
compatible = "mmc-spi-slot";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <20000000>;
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
<1 10 0xff04>;
|
||||
};
|
||||
|
||||
smb0: smb {
|
||||
smb0: bus {
|
||||
compatible = "simple-bus";
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
|
|
|
@ -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>,
|
||||
|
|
Loading…
Add table
Reference in a new issue