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

dt-bindings: power: reset: qnap-poweroff: Drop reference to pm_power_off

Replace reference to pm_power_off (which is an implementation detail)
and replace it with a more generic description of the driver's
functionality.

Cc: Rob Herring <robh+dt@kernel.org>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Guenter Roeck and committed by
Rob Herring
8cf46643 a7f5cf38

+1 -2
+1 -2
Documentation/devicetree/bindings/power/reset/qnap-poweroff.txt
··· 3 3 QNAP NAS devices have a microcontroller controlling the main power 4 4 supply. This microcontroller is connected to UART1 of the Kirkwood and 5 5 Orion5x SoCs. Sending the character 'A', at 19200 baud, tells the 6 - microcontroller to turn the power off. This driver adds a handler to 7 - pm_power_off which is called to turn the power off. 6 + microcontroller to turn the power off. 8 7 9 8 Synology NAS devices use a similar scheme, but a different baud rate, 10 9 9600, and a different character, '1'.