Commit 36d9b3ae authored by Dragan Simic's avatar Dragan Simic Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Add ethernet0 alias to the dts for RK3566 boards



Add ethernet0 alias to the board dts files for a few supported RK3566 boards
that had it missing.  Also, remove the ethernet0 alias from one RK3566 SoM
dtsi file, which doesn't enable the GMAC, and add the ethernet0 alias back to
the dependent board dts files, which actually enable the GMAC.

Signed-off-by: default avatarDragan Simic <dsimic@manjaro.org>
Link: https://lore.kernel.org/r/d2a272e0ae0fff0adfab8bb0238243b11d348799.1702368023.git.dsimic@manjaro.org


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent b110e4cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ / {
	compatible = "radxa,cm3-io", "radxa,cm3", "rockchip,rk3566";

	aliases {
		ethernet0 = &gmac1;
		mmc1 = &sdmmc0;
	};

+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ / {
	compatible = "firefly,rk3566-roc-pc", "rockchip,rk3566";

	aliases {
		ethernet0 = &gmac1;
		mmc0 = &sdmmc0;
		mmc1 = &sdhci;
		mmc2 = &sdmmc1;
+4 −0
Original line number Diff line number Diff line
@@ -13,6 +13,10 @@ / {
	model = "PINE64 RK3566 SOQuartz on Blade carrier board";
	compatible = "pine64,soquartz-blade", "pine64,soquartz", "rockchip,rk3566";

	aliases {
		ethernet0 = &gmac1;
	};

	/* labeled VCC3V0_SD in schematic to not conflict with PMIC regulator */
	vcc3v0_sd: vcc3v0-sd-regulator {
		compatible = "regulator-fixed";
+4 −0
Original line number Diff line number Diff line
@@ -8,6 +8,10 @@ / {
	model = "Pine64 RK3566 SoQuartz with CM4-IO Carrier Board";
	compatible = "pine64,soquartz-cm4io", "pine64,soquartz", "rockchip,rk3566";

	aliases {
		ethernet0 = &gmac1;
	};

	/* labeled +12v in schematic */
	vcc12v_dcin: vcc12v-dcin-regulator {
		compatible = "regulator-fixed";
+4 −0
Original line number Diff line number Diff line
@@ -8,6 +8,10 @@ / {
	model = "PINE64 RK3566 SOQuartz on Model A carrier board";
	compatible = "pine64,soquartz-model-a", "pine64,soquartz", "rockchip,rk3566";

	aliases {
		ethernet0 = &gmac1;
	};

	/* labeled DCIN_12V in schematic */
	vcc12v_dcin: vcc12v-dcin-regulator {
		compatible = "regulator-fixed";
Loading