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

mfd: ti-keystone-devctrl: Add bindings for device state control

The Keystone II devices have a set of registers that are used to control
the status of its peripherals. This node is intended to allow access to
this functionality.

Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Ivan Khoronzhuk and committed by
Lee Jones
60fd011b 45ac60c0

+19
+19
Documentation/devicetree/bindings/mfd/ti-keystone-devctrl.txt
··· 1 + * Device tree bindings for Texas Instruments keystone device state control 2 + 3 + The Keystone II devices have a set of registers that are used to control 4 + the status of its peripherals. This node is intended to allow access to 5 + this functionality. 6 + 7 + Required properties: 8 + 9 + - compatible: "ti,keystone-devctrl", "syscon" 10 + 11 + - reg: contains offset/length value for device state control 12 + registers space. 13 + 14 + Example: 15 + 16 + devctrl: device-state-control@0x02620000 { 17 + compatible = "ti,keystone-devctrl", "syscon"; 18 + reg = <0x02620000 0x1000>; 19 + };