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

dt-bindings: devfreq: rk3399_dmc: move interrupts to be optional.

In ATF we already wait for DDR DVFS finish, so move the interrupts properties
to be optional.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>

authored by

Enric Balletbo i Serra and committed by
MyungJoo Ham
77f2c230 90dd72e1

+6 -4
+6 -4
Documentation/devicetree/bindings/devfreq/rk3399_dmc.txt
··· 5 5 - devfreq-events: Node to get DDR loading, Refer to 6 6 Documentation/devicetree/bindings/devfreq/event/ 7 7 rockchip-dfi.txt 8 - - interrupts: The CPU interrupt number. The interrupt specifier 9 - format depends on the interrupt controller. 10 - It should be a DCF interrupt. When DDR DVFS finishes 11 - a DCF interrupt is triggered. 12 8 - clocks: Phandles for clock specified in "clock-names" property 13 9 - clock-names : The name of clock used by the DFI, must be 14 10 "pclk_ddr_mon"; ··· 12 16 for details. 13 17 - center-supply: DMC supply node. 14 18 - status: Marks the node enabled/disabled. 19 + 20 + Optional properties: 21 + - interrupts: The CPU interrupt number. The interrupt specifier 22 + format depends on the interrupt controller. 23 + It should be a DCF interrupt. When DDR DVFS finishes 24 + a DCF interrupt is triggered. 15 25 16 26 Following properties relate to DDR timing: 17 27