diff options
| author | Jonas Karlman <[email protected]> | 2024-05-01 16:22:39 +0000 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2024-05-07 15:56:09 +0800 |
| commit | f7cf6263bf75cc2d1e8199e82433ea43adbbdaf6 (patch) | |
| tree | 1dbf10ff6e3b9ecb8ebeaaeb0efcf1bd3653cfdc | |
| parent | cd55e8ca2238f8833deaccef6ac4a55a8fe009f5 (diff) | |
rockchip: rk3399: Drop ethernet0 alias from SoC u-boot.dtsi
Remove the obsolete ethernet0 alias now that all board device tree files
have been fully synced with Linux kernel v6.8.
Signed-off-by: Jonas Karlman <[email protected]>
Reviewed-by: Dragan Simic <[email protected]>
Reviewed-by: Christopher Obbard <[email protected]>
Reviewed-by: Peter Robinson <[email protected]>
| -rw-r--r-- | arch/arm/dts/rk3399-u-boot.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/dts/rk3399-u-boot.dtsi b/arch/arm/dts/rk3399-u-boot.dtsi index 6af9621ac3d..b6b43271172 100644 --- a/arch/arm/dts/rk3399-u-boot.dtsi +++ b/arch/arm/dts/rk3399-u-boot.dtsi @@ -6,7 +6,6 @@ / { aliases { - ethernet0 = &gmac; mmc0 = &sdhci; mmc1 = &sdmmc; pci0 = &pcie0; |
