Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: devfreq: event: rockchip,dfi: Add rk3568 support

This adds the rockchip,rk3568-dfi compatible to the binding. Make clocks
optional for this SoC as the RK3568 doesn't have a kernel controllable
PCLK.

Link: https://lore.kernel.org/all/20231018061714.3553817-22-s.hauer@pengutronix.de/
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>

authored by

Sascha Hauer and committed by
Chanwoo Choi
97cfa4ae 7fd69607

+13 -2
+13 -2
Documentation/devicetree/bindings/devfreq/event/rockchip,dfi.yaml
··· 13 13 compatible: 14 14 enum: 15 15 - rockchip,rk3399-dfi 16 + - rockchip,rk3568-dfi 16 17 17 18 clocks: 18 19 maxItems: 1 ··· 35 34 36 35 required: 37 36 - compatible 38 - - clocks 39 - - clock-names 40 37 - interrupts 41 38 - reg 39 + 40 + if: 41 + properties: 42 + compatible: 43 + contains: 44 + enum: 45 + - rockchip,rk3399-dfi 46 + 47 + then: 48 + required: 49 + - clocks 50 + - clock-names 42 51 43 52 additionalProperties: false 44 53