arm64: tegra: Add label properties for EEPROMs
Populate the label property for the AT24 EEPROMs on the various Jetson platforms. Note that the name 'module' is used to identify the EEPROM on the processor module board and the name 'system' is used to identify the EEPROM on the main base board (which is sometimes referred to as the carrier board). Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
177208f7b0
commit
a4387f2973
|
@ -222,6 +222,7 @@
|
|||
compatible = "atmel,24c02";
|
||||
reg = <0x57>;
|
||||
|
||||
label = "system";
|
||||
vcc-supply = <&vdd_1v8>;
|
||||
address-width = <8>;
|
||||
pagesize = <8>;
|
||||
|
|
|
@ -173,6 +173,7 @@
|
|||
compatible = "atmel,24c02";
|
||||
reg = <0x50>;
|
||||
|
||||
label = "module";
|
||||
vcc-supply = <&vdd_1v8>;
|
||||
address-width = <8>;
|
||||
pagesize = <8>;
|
||||
|
|
|
@ -64,6 +64,7 @@
|
|||
compatible = "atmel,24c02";
|
||||
reg = <0x50>;
|
||||
|
||||
label = "module";
|
||||
vcc-supply = <&vdd_1v8ls>;
|
||||
address-width = <8>;
|
||||
pagesize = <8>;
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
compatible = "atmel,24c02";
|
||||
reg = <0x56>;
|
||||
|
||||
label = "system";
|
||||
vcc-supply = <&vdd_1v8ls>;
|
||||
address-width = <8>;
|
||||
pagesize = <8>;
|
||||
|
|
|
@ -273,6 +273,7 @@
|
|||
compatible = "atmel,24c02";
|
||||
reg = <0x50>;
|
||||
|
||||
label = "module";
|
||||
vcc-supply = <&vdd_1v8>;
|
||||
address-width = <8>;
|
||||
pagesize = <8>;
|
||||
|
|
|
@ -86,6 +86,7 @@
|
|||
compatible = "atmel,24c02";
|
||||
reg = <0x57>;
|
||||
|
||||
label = "system";
|
||||
vcc-supply = <&vdd_1v8>;
|
||||
address-width = <8>;
|
||||
pagesize = <8>;
|
||||
|
|
|
@ -144,6 +144,7 @@
|
|||
compatible = "atmel,24c02";
|
||||
reg = <0x50>;
|
||||
|
||||
label = "module";
|
||||
vcc-supply = <&vdd_1v8>;
|
||||
address-width = <8>;
|
||||
pagesize = <8>;
|
||||
|
@ -155,6 +156,7 @@
|
|||
compatible = "atmel,24c02";
|
||||
reg = <0x57>;
|
||||
|
||||
label = "system";
|
||||
vcc-supply = <&vdd_1v8>;
|
||||
address-width = <8>;
|
||||
pagesize = <8>;
|
||||
|
|
Loading…
Reference in New Issue