Files
meta-sunxi/recipes-kernel/linux/linux-mainline_6.6.85.bbappend
Mark Choi 1813d3d2e4 Fixed axp 20x pmic probing error
Orange pi one plus use axp-805 which compatible with axp-20x.
But, kernel 6.6 used RSB instread i2c for axp-805.

RSB occurred probing error and could not initialize axp 805 correctly,
it sometimes stucked the system on booting kernel.

Upstream revert this to i2c and fixed this issue. but, kernel 6.6 is not applied yet.

torvalds/linux@573f99c

Signed-off-by: Mark Choi <afewgoodman.choi@gmail.com>
2026-02-13 11:48:09 +09:00

5 lines
173 B
Plaintext

SRC_URI:append:orange-pi-one-plus = " file://axp20x.cfg"
SRC_URI:append:orange-pi-one-plus = " file://patches/0001-dts-allwinner-Orangepi-one-plus-Fixed-pmic-error.patch"