Skip to content

Commit 8f0cd53

Browse files
saschahauerchanwoochoi
authored andcommitted
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/[email protected]/ Acked-by: Conor Dooley <[email protected]> Acked-by: Chanwoo Choi <[email protected]> Signed-off-by: Sascha Hauer <[email protected]> Signed-off-by: Chanwoo Choi <[email protected]>
1 parent 97cfa4a commit 8f0cd53

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/devicetree/bindings/devfreq/event/rockchip,dfi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ properties:
1414
enum:
1515
- rockchip,rk3399-dfi
1616
- rockchip,rk3568-dfi
17+
- rockchip,rk3588-dfi
1718

1819
clocks:
1920
maxItems: 1
@@ -23,7 +24,8 @@ properties:
2324
- const: pclk_ddr_mon
2425

2526
interrupts:
26-
maxItems: 1
27+
minItems: 1
28+
maxItems: 4
2729

2830
reg:
2931
maxItems: 1

0 commit comments

Comments
 (0)