mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-26 16:51:48 +00:00
Some clenaup, removed dragonboard820c, adjusted board descriptions, added another OPP for 3288 family,
15 lines
474 B
Diff
15 lines
474 B
Diff
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts
|
|
index 113b82cd..d0612eb1 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts
|
|
@@ -47,6 +47,10 @@
|
|
model = "PINE64 ROCK64";
|
|
compatible = "pine64,rock64", "rockchip,rk3328";
|
|
|
|
+ aliases {
|
|
+ ethernet0 = &gmac2io;
|
|
+ };
|
|
+
|
|
chosen {
|
|
bootargs = "rockchip_jtag earlyprintk=uart8250-32bit,0xff130000";
|
|
};
|