]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: zynqmp: Disable ltc2952 poweroff chip
authorMichal Simek <michal.simek@xilinx.com>
Tue, 10 Jul 2018 08:18:29 +0000 (10:18 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 29 Nov 2018 09:30:02 +0000 (10:30 +0100)
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>
arch/arm/dts/zynqmp-zcu100-revC.dts

index 2fffe177b589e23ceb76c37b5858c255a6fc4715..05491e9bbc0c309e4fcc5f25f601c21a3c3e6f9d 100644 (file)
 
        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 */