fix pwm backlight pinmux

This commit is contained in:
Lu
2024-06-03 10:33:32 +08:00
parent 608df819e8
commit 538654eec2

View File

@@ -5,7 +5,7 @@ then
. /etc/profile
if [ ! -e /boot/alpha ]
then
devmem 0x030010AC 0x04 # PINMUX PWM10
devmem 0x030010AC 32 0x04 # PINMUX PWM10
blpwm="/sys/class/pwm/pwmchip8/pwm2/"
if [ ! -e "${blpwm}" ]
then