Skip to content

Commit befb226

Browse files
committed
Merge tag 'v6.9-rockchip-drivers1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into soc/dt
dt-binding additions for some syscons (rk3588 usb3, hdptxphy) and a clock addition to the rk3588 VO syscon binding. 6# * tag 'v6.9-rockchip-drivers1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip: dt-bindings: soc: rockchip: add rk3588 USB3 syscon dt-bindings: soc: rockchip: add clock to RK3588 VO grf dt-bindings: soc: rockchip: Add rk3588 hdptxphy syscon Link: https://lore.kernel.org/r/5997473.alqRGMn8q6@diego Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 6b5fad5 + 85a3354 commit befb226

File tree

1 file changed

+22
-0
lines changed
  • Documentation/devicetree/bindings/soc/rockchip

1 file changed

+22
-0
lines changed

Documentation/devicetree/bindings/soc/rockchip/grf.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,15 @@ properties:
2222
- rockchip,rk3568-usb2phy-grf
2323
- rockchip,rk3588-bigcore0-grf
2424
- rockchip,rk3588-bigcore1-grf
25+
- rockchip,rk3588-hdptxphy-grf
2526
- rockchip,rk3588-ioc
2627
- rockchip,rk3588-php-grf
2728
- rockchip,rk3588-pipe-phy-grf
2829
- rockchip,rk3588-sys-grf
2930
- rockchip,rk3588-pcie3-phy-grf
3031
- rockchip,rk3588-pcie3-pipe-grf
32+
- rockchip,rk3588-usb-grf
33+
- rockchip,rk3588-usbdpphy-grf
3134
- rockchip,rk3588-vo-grf
3235
- rockchip,rk3588-vop-grf
3336
- rockchip,rv1108-usbgrf
@@ -66,6 +69,9 @@ properties:
6669
reg:
6770
maxItems: 1
6871

72+
clocks:
73+
maxItems: 1
74+
6975
"#address-cells":
7076
const: 1
7177

@@ -248,6 +254,22 @@ allOf:
248254

249255
unevaluatedProperties: false
250256

257+
- if:
258+
properties:
259+
compatible:
260+
contains:
261+
enum:
262+
- rockchip,rk3588-vo-grf
263+
264+
then:
265+
required:
266+
- clocks
267+
268+
else:
269+
properties:
270+
clocks: false
271+
272+
251273
examples:
252274
- |
253275
#include <dt-bindings/clock/rk3399-cru.h>

0 commit comments

Comments
 (0)