Skip to content

Commit f03f3e0

Browse files
Heiko Stuebnermmind
authored andcommitted
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>
1 parent 3854302 commit f03f3e0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3368-lion-haikou.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
};
7575
};
7676

77+
&pwm1 {
78+
status = "okay";
79+
};
80+
7781
&sdmmc {
7882
bus-width = <4>;
7983
cap-mmc-highspeed;

0 commit comments

Comments
 (0)