Commit ec5fd197 authored by Jon Hunter's avatar Jon Hunter Committed by Thierry Reding

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: default avatarJon Hunter <jonathanh@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 9995f924
...@@ -226,6 +226,7 @@ eeprom@57 { ...@@ -226,6 +226,7 @@ eeprom@57 {
compatible = "atmel,24c02"; compatible = "atmel,24c02";
reg = <0x57>; reg = <0x57>;
vcc-supply = <&vdd_1v8>;
address-bits = <8>; address-bits = <8>;
page-size = <8>; page-size = <8>;
size = <256>; size = <256>;
......
...@@ -171,6 +171,7 @@ eeprom@50 { ...@@ -171,6 +171,7 @@ eeprom@50 {
compatible = "atmel,24c02"; compatible = "atmel,24c02";
reg = <0x50>; reg = <0x50>;
vcc-supply = <&vdd_1v8>;
address-bits = <8>; address-bits = <8>;
page-size = <8>; page-size = <8>;
size = <256>; size = <256>;
......
...@@ -272,6 +272,7 @@ eeprom@50 { ...@@ -272,6 +272,7 @@ eeprom@50 {
compatible = "atmel,24c02"; compatible = "atmel,24c02";
reg = <0x50>; reg = <0x50>;
vcc-supply = <&vdd_1v8>;
address-bits = <8>; address-bits = <8>;
page-size = <8>; page-size = <8>;
size = <256>; size = <256>;
......
...@@ -85,6 +85,7 @@ eeprom@57 { ...@@ -85,6 +85,7 @@ eeprom@57 {
compatible = "atmel,24c02"; compatible = "atmel,24c02";
reg = <0x57>; reg = <0x57>;
vcc-supply = <&vdd_1v8>;
address-bits = <8>; address-bits = <8>;
page-size = <8>; page-size = <8>;
size = <256>; size = <256>;
......
...@@ -114,6 +114,7 @@ eeprom@50 { ...@@ -114,6 +114,7 @@ eeprom@50 {
compatible = "atmel,24c02"; compatible = "atmel,24c02";
reg = <0x50>; reg = <0x50>;
vcc-supply = <&vdd_1v8>;
address-bits = <8>; address-bits = <8>;
page-size = <8>; page-size = <8>;
size = <256>; size = <256>;
...@@ -124,6 +125,7 @@ eeprom@57 { ...@@ -124,6 +125,7 @@ eeprom@57 {
compatible = "atmel,24c02"; compatible = "atmel,24c02";
reg = <0x57>; reg = <0x57>;
vcc-supply = <&vdd_1v8>;
address-bits = <8>; address-bits = <8>;
page-size = <8>; page-size = <8>;
size = <256>; size = <256>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment