Message ID | cover.1702366958.git.dsimic@manjaro.org (mailing list archive) |
---|---|
Headers | show |
Series | Remove ethernetX aliases from the SoC dtsi for RK3399, RK3368, RK3328 and PX30 | expand |
On Tue, 12 Dec 2023 08:53:47 +0100, Dragan Simic wrote: > Unlike for the I2C buses, GPIO lines and UARTs, the Rockchip SoC TRMs and > datasheets define no numbering for the built-in GMAC(s) or MAC(s), if there > are more than one found in the particular Rockchip SoC. > > Moreover, not all boards or devices based on these SoCs actually use the > built-in GMAC(s) or MAC(s). Thus, let's remove the ethernetX aliases from > the SoC dtsi files and add them back to the appropriate board and device > dts(i) files. See also [1] for the initial discussion. > > [...] Applied, thanks! [1/4] arm64: dts: rockchip: Remove ethernet0 alias from the SoC dtsi for RK3399 commit: 8030063ca9b019f9dfb90a654f557d8bb15a97a5 [2/4] arm64: dts: rockchip: Remove ethernet0 alias from the SoC dtsi for RK3368 commit: 7aab60df473c70f74880267500884b12151b160b [3/4] arm64: dts: rockchip: Remove ethernetX aliases from the SoC dtsi for RK3328 commit: 20a9a7667af6b11b7369073d0186d9c92e52db04 [4/4] arm64: dts: rockchip: Remove ethernet0 alias from the SoC dtsi for PX30 commit: a69907a915e4c15bf7e632cd324ec5c3e38c3afc Best regards,
On 2023-12-12 21:16, Heiko Stuebner wrote: > On Tue, 12 Dec 2023 08:53:47 +0100, Dragan Simic wrote: >> Unlike for the I2C buses, GPIO lines and UARTs, the Rockchip SoC TRMs >> and >> datasheets define no numbering for the built-in GMAC(s) or MAC(s), if >> there >> are more than one found in the particular Rockchip SoC. >> >> Moreover, not all boards or devices based on these SoCs actually use >> the >> built-in GMAC(s) or MAC(s). Thus, let's remove the ethernetX aliases >> from >> the SoC dtsi files and add them back to the appropriate board and >> device >> dts(i) files. See also [1] for the initial discussion. >> >> [...] > > Applied, thanks! > > [1/4] arm64: dts: rockchip: Remove ethernet0 alias from the SoC dtsi > for RK3399 > commit: 8030063ca9b019f9dfb90a654f557d8bb15a97a5 > [2/4] arm64: dts: rockchip: Remove ethernet0 alias from the SoC dtsi > for RK3368 > commit: 7aab60df473c70f74880267500884b12151b160b > [3/4] arm64: dts: rockchip: Remove ethernetX aliases from the SoC dtsi > for RK3328 > commit: 20a9a7667af6b11b7369073d0186d9c92e52db04 > [4/4] arm64: dts: rockchip: Remove ethernet0 alias from the SoC dtsi > for PX30 > commit: a69907a915e4c15bf7e632cd324ec5c3e38c3afc Great, thanks!