From 3b54fd028c6adab74da43b7e5c496a005b693786 Mon Sep 17 00:00:00 2001 From: John Clark Date: Tue, 5 Jul 2022 14:56:36 -0400 Subject: [PATCH] remove patch: arm64: dts: rockchip: r4s: remove the vcc3v3 use vcc5v0 wrong supply voltage empirical testing does not demonstrate any temperature difference --- dtb/make_dtb.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dtb/make_dtb.sh b/dtb/make_dtb.sh index 1a041e8..caae9c0 100644 --- a/dtb/make_dtb.sh +++ b/dtb/make_dtb.sh @@ -64,11 +64,6 @@ if ! grep -q 'stdout-path = "serial2:1500000n8";' "$nanodts"; then };/' "$nanodts" fi -# see https://patchwork.kernel.org/project/linux-rockchip/patch/20210705150327.86189-2-peterwillcn@gmail.com/ -if grep -q '^&vcc3v3_sys {$' "$nanodts"; then - sed -i '/^&vcc3v3_sys {$/,/};/d' "$nanodts" -fi - rk3399dtsi="linux-$lv/arch/arm64/boot/dts/rockchip/rk3399.dtsi" if [ ! -f "$rk3399dtsi.ori" ]; then cp "$rk3399dtsi" "$rk3399dtsi.ori"