Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: rockchip: Enable pwm1 on rk3368-lion-haikou

The pwm1 is exposed as BLT_CTRL signal on the MISC I/O pin header of the
haikou baseboard and the Qseven standard specifies this signal is only
for PWM (either for a panel backlight or generic PWM).

So enable it in the Haikou baseboard for Lion.

Suggested-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Heiko Stuebner <heiko.stuebner@cherry.de>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Link: https://patch.msgid.link/20260114230707.4175162-5-heiko@sntech.de
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Heiko Stuebner and committed by
Heiko Stuebner
f03f3e0a 38543024

+4
+4
arch/arm64/boot/dts/rockchip/rk3368-lion-haikou.dts
··· 74 74 }; 75 75 }; 76 76 77 + &pwm1 { 78 + status = "okay"; 79 + }; 80 + 77 81 &sdmmc { 78 82 bus-width = <4>; 79 83 cap-mmc-highspeed;