ODROID-M1: arm64/dts: ethernet: Changed tx, rx delay value.

Signed-off-by: xiane <sangch.go@gmail.com>
Change-Id: I6c05e3fe70e29739e55df6e59e7eb8e38fbccaed
This commit is contained in:
xiane
2024-04-22 16:39:24 +09:00
committed by codewalkerster
parent 6f1614594c
commit 4fbd05f8f8

View File

@@ -14,6 +14,11 @@
};
};
&gmac0 {
tx_delay = <0x3c>;
rx_delay = <0x2f>;
};
&hdmi_sound {
simple-audio-card,name = "rockchip-hdmi0";
};