add overlay for enabling "end1" network adapter
Overlay for testing purposes: There is a strange interaction between that ethernet adapter and the rtc (it runs better -but still not well- with the ethernet adapter enabled).
This commit is contained in:
parent
12ce53a434
commit
e636bcf00e
@ -20,6 +20,7 @@ dtbo-$(CONFIG_ARCH_ROCKCHIP) += \
|
||||
rockchip-rk3318-box-wlan-ext.dtbo \
|
||||
rockchip-rk3328-i2c0.dtbo \
|
||||
rockchip-rk3328-i2s1-pcm5102.dtbo \
|
||||
rockchip-rk3328-mksklipad50-enable-rtc-end1.dtbo \
|
||||
rockchip-rk3328-mkspi-disable-lcd-spi.dtbo \
|
||||
rockchip-rk3328-opp-1.4ghz.dtbo \
|
||||
rockchip-rk3328-opp-1.5ghz.dtbo \
|
||||
|
||||
@ -16,6 +16,14 @@ for RK3308 (Rock PI-S)
|
||||
|
||||
### Overlay details:
|
||||
|
||||
### mksklipad-enable-rtc-end1
|
||||
|
||||
Enables end1 ethernet adapter, which also makes rtc work better.
|
||||
There is no physical port for end1, so this overlay is merely for
|
||||
testing the rtc.
|
||||
The rtc still tends to stall sometimes. In the original makerbase
|
||||
image, the rtc was completely unusable though.
|
||||
|
||||
### mkspi-disable-lcd-spi
|
||||
|
||||
DTBO to disable spi_for_{lcd,touch} when enabling uart1
|
||||
|
||||
@ -0,0 +1,7 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
// enable end1 ethernet adapter
|
||||
&gmac2phy {
|
||||
status = "okay";
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user