diff options
author | Sascha Hauer <[email protected]> | 2023-10-18 08:17:10 +0200 |
---|---|---|
committer | Chanwoo Choi <[email protected]> | 2023-10-19 21:27:11 +0900 |
commit | 8f0cd531ee18c70f4655112c49f3c3e329636e7f (patch) | |
tree | b4953409e244a57afda2bf5caba93183a655a8c1 | |
parent | 97cfa4ae843ebfb2ba541e78ce190e2d1481cf3f (diff) |
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]>
-rw-r--r-- | Documentation/devicetree/bindings/devfreq/event/rockchip,dfi.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/devfreq/event/rockchip,dfi.yaml b/Documentation/devicetree/bindings/devfreq/event/rockchip,dfi.yaml index e8b64494ee8b..50d3fabe958d 100644 --- a/Documentation/devicetree/bindings/devfreq/event/rockchip,dfi.yaml +++ b/Documentation/devicetree/bindings/devfreq/event/rockchip,dfi.yaml @@ -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 |