arm64: tegra: Add EEPROM supplies

The following warning is observed on Jetson TX1, Jetson Nano and Jetson
TX2 platforms because the supply regulators are not specified for the
EEPROMs.

 WARNING KERN at24 0-0050: 0-0050 supply vcc not found, using dummy regulator
 WARNING KERN at24 0-0057: 0-0057 supply vcc not found, using dummy regulator

For both of these platforms the EEPROM is powered by the main 1.8V
supply rail and so populate the supply for these devices to fix these
warnings.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Jon Hunter 2020-02-24 14:34:34 +00:00 committed by Thierry Reding
parent 9995f924b5
commit ec5fd197a9
5 changed files with 6 additions and 0 deletions

View File

@ -226,6 +226,7 @@
compatible = "atmel,24c02";
reg = <0x57>;
vcc-supply = <&vdd_1v8>;
address-bits = <8>;
page-size = <8>;
size = <256>;

View File

@ -171,6 +171,7 @@
compatible = "atmel,24c02";
reg = <0x50>;
vcc-supply = <&vdd_1v8>;
address-bits = <8>;
page-size = <8>;
size = <256>;

View File

@ -272,6 +272,7 @@
compatible = "atmel,24c02";
reg = <0x50>;
vcc-supply = <&vdd_1v8>;
address-bits = <8>;
page-size = <8>;
size = <256>;

View File

@ -85,6 +85,7 @@
compatible = "atmel,24c02";
reg = <0x57>;
vcc-supply = <&vdd_1v8>;
address-bits = <8>;
page-size = <8>;
size = <256>;

View File

@ -114,6 +114,7 @@
compatible = "atmel,24c02";
reg = <0x50>;
vcc-supply = <&vdd_1v8>;
address-bits = <8>;
page-size = <8>;
size = <256>;
@ -124,6 +125,7 @@
compatible = "atmel,24c02";
reg = <0x57>;
vcc-supply = <&vdd_1v8>;
address-bits = <8>;
page-size = <8>;
size = <256>;