arm64: tegra: Add VCC supply for GPIO expanders on Jetson TX2

The GPIO expanders on Jetson TX2 are powered by the VDD_1V8 and
VDD_3V3_SYS supplies, respectively. Model this in device tree so that
the correct supplies are referenced.

Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Thierry Reding 2019-06-04 17:29:12 +02:00
parent 9c536ccdd5
commit c4502cc3a1
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,8 @@
#gpio-cells = <2>;
gpio-controller;
vcc-supply = <&vdd_3v3_sys>;
};
exp2: gpio@77 {
@ -43,6 +45,8 @@
#gpio-cells = <2>;
gpio-controller;
vcc-supply = <&vdd_1v8>;
};
};