mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 07:16:43 +07:00
ARM: tegra: trimslice: add gpio-poweroff node to DT
... and disable tri-state from the pingroup that contains the poweroff GPIO. Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
parent
8fef5dffde
commit
bff1ea70e7
@ -249,6 +249,11 @@ conf_ld17_0 {
|
||||
"ld23_22";
|
||||
nvidia,pull = <1>;
|
||||
};
|
||||
conf_spif {
|
||||
nvidia,pins = "spif";
|
||||
nvidia,pull = <1>;
|
||||
nvidia,tristate = <0>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@ -322,6 +327,11 @@ sdhci@c8000600 {
|
||||
bus-width = <4>;
|
||||
};
|
||||
|
||||
poweroff {
|
||||
compatible = "gpio-poweroff";
|
||||
gpios = <&gpio 191 1>; /* gpio PX7, active low */
|
||||
};
|
||||
|
||||
regulators {
|
||||
compatible = "simple-bus";
|
||||
#address-cells = <1>;
|
||||
|
Loading…
Reference in New Issue
Block a user