mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 06:12:08 +00:00
8cf4664332
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>
16 lines
535 B
Plaintext
16 lines
535 B
Plaintext
* QNAP Power Off
|
|
|
|
QNAP NAS devices have a microcontroller controlling the main power
|
|
supply. This microcontroller is connected to UART1 of the Kirkwood and
|
|
Orion5x SoCs. Sending the character 'A', at 19200 baud, tells the
|
|
microcontroller to turn the power off.
|
|
|
|
Synology NAS devices use a similar scheme, but a different baud rate,
|
|
9600, and a different character, '1'.
|
|
|
|
Required Properties:
|
|
- compatible: Should be "qnap,power-off" or "synology,power-off"
|
|
|
|
- reg: Address and length of the register set for UART1
|
|
- clocks: tclk clock
|