Commit 8f0cd531 authored by Sascha Hauer's avatar Sascha Hauer Committed by Chanwoo Choi
Browse files

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: default avatarConor Dooley <conor.dooley@microchip.com>
Acked-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
parent 97cfa4ae
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ properties:
    enum:
      - rockchip,rk3399-dfi
      - rockchip,rk3568-dfi
      - rockchip,rk3588-dfi

  clocks:
    maxItems: 1
@@ -23,7 +24,8 @@ properties:
      - const: pclk_ddr_mon

  interrupts:
    maxItems: 1
    minItems: 1
    maxItems: 4

  reg:
    maxItems: 1