mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 07:16:59 +00:00
arm64: zynqmp: Disable ltc2952 poweroff chip
This chip is on the board but handling should be done via firmware not via Linux driver. Changing status property to keep it in the tree to describe it instead of removing this node completely. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
d1fb3d024e
commit
8418d2deb8
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@
|
|||
|
||||
ltc2954: ltc2954 { /* U7 */
|
||||
compatible = "lltc,ltc2954", "lltc,ltc2952";
|
||||
status = "disabled";
|
||||
trigger-gpios = <&gpio 26 GPIO_ACTIVE_LOW>; /* INT line - input */
|
||||
/* If there is HW watchdog on mezzanine this signal should be connected there */
|
||||
watchdog-gpios = <&gpio 35 GPIO_ACTIVE_HIGH>; /* MIO on PAD */
|
||||
|
|
Loading…
Add table
Reference in a new issue