]> 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>
Wed, 22 Aug 2018 10:42:16 +0000 (12:42 +0200)
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 3ac41bb6fc12a960d695314be20b8b308896fefa..e1f673c0d278ba9b543de6f092600496ef084d61 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 */