Skip to content

Commit 11746c3

Browse files
cristiccmmind
authored andcommitted
dt-bindings: soc: rockchip: Fix compatibles for RK3588 VO{0,1}_GRF
According to RK3588 TRM, VO0_GRF and VO1_GRF have a similar layout, but definitely not an identical one, therefore sharing the compatible is not really justified. Since currently there is no user of this, hence no ABI break, let's fix it by providing dedicated compatibles while deprecating the old one. Reported-by: Conor Dooley <[email protected]> Signed-off-by: Cristian Ciocaltea <[email protected]> Reviewed-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 741f5ba commit 11746c3

File tree

1 file changed

+9
-1
lines changed
  • Documentation/devicetree/bindings/soc/rockchip

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,16 @@ properties:
3131
- rockchip,rk3588-pcie3-pipe-grf
3232
- rockchip,rk3588-usb-grf
3333
- rockchip,rk3588-usbdpphy-grf
34-
- rockchip,rk3588-vo-grf
34+
- rockchip,rk3588-vo0-grf
35+
- rockchip,rk3588-vo1-grf
3536
- rockchip,rk3588-vop-grf
3637
- rockchip,rv1108-usbgrf
3738
- const: syscon
39+
- items:
40+
- const: rockchip,rk3588-vo-grf
41+
- const: syscon
42+
deprecated: true
43+
description: Use rockchip,rk3588-vo{0,1}-grf instead.
3844
- items:
3945
- enum:
4046
- rockchip,px30-grf
@@ -262,6 +268,8 @@ allOf:
262268
contains:
263269
enum:
264270
- rockchip,rk3588-vo-grf
271+
- rockchip,rk3588-vo0-grf
272+
- rockchip,rk3588-vo1-grf
265273

266274
then:
267275
required:

0 commit comments

Comments
 (0)