Update for opi3b compatibility

v1.1.1: uwe5622
v2.1: ap6256
This commit is contained in:
baiywt
2024-04-18 17:03:19 +08:00
parent d91089989f
commit 947e6bc1e5
4 changed files with 10 additions and 12 deletions

View File

@@ -46,10 +46,6 @@ load ${devtype} ${devnum} ${fdt_addr_r} ${prefix}dtb/${fdtfile}
fdt addr ${fdt_addr_r}
fdt resize 65536
if test "${yt8531c_phy_level}" = "3v3"; then
setenv overlays "vccio5_3v3 $overlays"
fi
for overlay_file in ${overlays}; do
if load ${devtype} ${devnum} ${load_addr} ${prefix}dtb/rockchip/overlay/${overlay_prefix}-${overlay_file}.dtbo; then
echo "Applying kernel provided DT overlay ${overlay_prefix}-${overlay_file}.dtbo"