diff options
author | Jon Hunter <jonathanh@nvidia.com> | 2020-09-16 12:49:51 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2020-09-17 18:45:28 +0300 |
commit | a4387f2973a0562c9432e79f3b7eb33de59ee045 (patch) | |
tree | b4830c03c3c5753cde06eb0f50523b37376ff37f /arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts | |
parent | 177208f7b06d1669514cc465268c8432f577b7fd (diff) | |
download | linux-a4387f2973a0562c9432e79f3b7eb33de59ee045.tar.xz |
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>
Diffstat (limited to 'arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts')
-rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts b/arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts index 4d8a0e10250f..54d057beec59 100644 --- a/arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts +++ b/arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts @@ -28,6 +28,7 @@ compatible = "atmel,24c02"; reg = <0x56>; + label = "system"; vcc-supply = <&vdd_1v8ls>; address-width = <8>; pagesize = <8>; |