diff --git a/patch/kernel/archive/sunxi-6.12/patches.armbian/cb1-overlay.patch b/patch/kernel/archive/sunxi-6.12/patches.armbian/cb1-overlay.patch index 123f2df9c..aefe34c72 100644 --- a/patch/kernel/archive/sunxi-6.12/patches.armbian/cb1-overlay.patch +++ b/patch/kernel/archive/sunxi-6.12/patches.armbian/cb1-overlay.patch @@ -75,9 +75,9 @@ index 000000000000..2bde77cb082d +setenv decompose_pin 'setexpr tmp_bank sub "P(C|G|H|I)\\d+" "\\1"; +setexpr tmp_pin sub "P\\S(\\d+)" "\\1"; +test "${tmp_bank}" = "C" && setenv tmp_bank 2; -+test "${tmp_bank}" = "G" && setenv tmp_bank 6' ++test "${tmp_bank}" = "G" && setenv tmp_bank 6; +test "${tmp_bank}" = "H" && setenv tmp_bank 7; -+test "${tmp_bank}" = "I" && setenv tmp_bank 8; ++test "${tmp_bank}" = "I" && setenv tmp_bank 8' + +if test -n "${param_spinor_spi_bus}"; then + test "${param_spinor_spi_bus}" = "0" && setenv tmp_spi_path "spi@5010000"