From 69fafe6c8c4340f9ed562b2b00650e473f0196a8 Mon Sep 17 00:00:00 2001 From: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Mon, 18 Oct 2021 23:21:20 +0800 Subject: [PATCH] uboot-sunxi: update NanoPi R1S H5 patches Update the NanoPi R1S H5 defconfig to the version submitted upstream. Signed-off-by: AmadeusGhost --- .../patches/252-sunxi-h5-add-support-for-nanopi-r1s-h5.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/boot/uboot-sunxi/patches/252-sunxi-h5-add-support-for-nanopi-r1s-h5.patch b/package/boot/uboot-sunxi/patches/252-sunxi-h5-add-support-for-nanopi-r1s-h5.patch index 6d46c5473c..93a8066704 100644 --- a/package/boot/uboot-sunxi/patches/252-sunxi-h5-add-support-for-nanopi-r1s-h5.patch +++ b/package/boot/uboot-sunxi/patches/252-sunxi-h5-add-support-for-nanopi-r1s-h5.patch @@ -201,7 +201,7 @@ +}; --- /dev/null +++ b/configs/nanopi_r1s_h5_defconfig -@@ -0,0 +1,13 @@ +@@ -0,0 +1,14 @@ +CONFIG_ARM=y +CONFIG_ARCH_SUNXI=y +CONFIG_SPL=y @@ -209,9 +209,10 @@ +CONFIG_DRAM_CLK=672 +CONFIG_DRAM_ZQ=3881977 +# CONFIG_DRAM_ODT_EN is not set ++CONFIG_MACPWR="PD6" +CONFIG_MMC_SUNXI_SLOT_EXTRA=2 +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set -+CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y +CONFIG_DEFAULT_DEVICE_TREE="sun50i-h5-nanopi-r1s-h5" +CONFIG_SUN8I_EMAC=y +CONFIG_USB_EHCI_HCD=y ++CONFIG_USB_OHCI_HCD=y