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

dt-bindings: devfreq: event: rockchip,dfi: Add rk3588 support

This adds rockchip,rk3588-dfi to the list of compatibles. Unlike ealier
SoCs the rk3588 has four interrupts (one for each channel) instead of
only one, so increase the number of allowed interrupts to four.

Link: https://lore.kernel.org/all/20231018061714.3553817-23-s.hauer@pengutronix.de/
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>

authored by

Sascha Hauer and committed by
Chanwoo Choi
8f0cd531 97cfa4ae

+3 -1
+3 -1
Documentation/devicetree/bindings/devfreq/event/rockchip,dfi.yaml
··· 14 14 enum: 15 15 - rockchip,rk3399-dfi 16 16 - rockchip,rk3568-dfi 17 + - rockchip,rk3588-dfi 17 18 18 19 clocks: 19 20 maxItems: 1 ··· 24 23 - const: pclk_ddr_mon 25 24 26 25 interrupts: 27 - maxItems: 1 26 + minItems: 1 27 + maxItems: 4 28 28 29 29 reg: 30 30 maxItems: 1