Skip to content

Commit

Permalink
dt-bindings: gpio: change items restriction of clock for rockchip,gpi…
Browse files Browse the repository at this point in the history
…o-bank

In the past we only need on clock which name "pclk" for a gpio controller.
In the new version gpio controller, there add some register to change
debounce clock dynamic, so the dt node needs to add the second clock, we
call it "dbclk".

The clock property need 2 items on some rockchip chips such as RK3568
SoCs.

Signed-off-by: Jianqun Xu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
jayxurockchip authored and linusw committed Aug 16, 2021
1 parent 5f82afd commit 75d1415
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ properties:
maxItems: 1

clocks:
maxItems: 1
minItems: 1
items:
- description: APB interface clock source
- description: GPIO debounce reference clock source

gpio-controller: true

Expand Down

0 comments on commit 75d1415

Please sign in to comment.