Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
remove patch: arm64: dts: rockchip: r4s: remove the vcc3v3 use vcc5v0…
Browse files Browse the repository at this point in the history
… wrong supply voltage

empirical testing does not demonstrate any temperature difference
  • Loading branch information
inindev committed Jul 5, 2022
1 parent b174af8 commit 3b54fd0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dtb/make_dtb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ if ! grep -q 'stdout-path = "serial2:1500000n8";' "$nanodts"; then
};/' "$nanodts"
fi

# see https://patchwork.kernel.org/project/linux-rockchip/patch/[email protected]/
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"
Expand Down

0 comments on commit 3b54fd0

Please sign in to comment.