diff options
author | Dragan Simic <dsimic@manjaro.org> | 2023-12-12 08:53:49 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2023-12-12 21:43:47 +0100 |
commit | c900fef5deffdc533a6468cc4e72eda348e1857e (patch) | |
tree | 38e77319bacab0e6d6da400b0cf68cea94959a8f /arch/arm64/boot/dts/rockchip/rk3368.dtsi | |
parent | arm64: dts: rockchip: Remove ethernet0 alias from the SoC dtsi for RK3399 (diff) | |
download | linux-c900fef5deffdc533a6468cc4e72eda348e1857e.tar.xz linux-c900fef5deffdc533a6468cc4e72eda348e1857e.zip |
arm64: dts: rockchip: Remove ethernet0 alias from the SoC dtsi for RK3368
Not all supported boards actually use the RK3368's built-in GMAC, while the
SoC TRM and the datasheet don't define some standard numbering in this case.
Thus, remove the ethernet0 alias from the RK3368 SoC dtsi file, and add the
same alias back to the appropriate board dts(i) files.
This is quite similar to the already performed migration of the mmcX aliases
from the Rockchip SoC dtsi files to the board dts(i) files.
Signed-off-by: Dragan Simic <dsimic@manjaro.org>
Link: https://lore.kernel.org/r/77115184d633190c917d868f883070e100d93dbc.1702366958.git.dsimic@manjaro.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3368.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3368.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3368.dtsi b/arch/arm64/boot/dts/rockchip/rk3368.dtsi index fc7e3f2bc786..62af0cb94839 100644 --- a/arch/arm64/boot/dts/rockchip/rk3368.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3368.dtsi @@ -19,7 +19,6 @@ #size-cells = <2>; aliases { - ethernet0 = &gmac; gpio0 = &gpio0; gpio1 = &gpio1; gpio2 = &gpio2; |