diff options
author | Jon Hunter <jonathanh@nvidia.com> | 2020-09-16 10:49:51 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2020-09-17 17:45:28 +0200 |
commit | a4387f2973a0562c9432e79f3b7eb33de59ee045 (patch) | |
tree | b4830c03c3c5753cde06eb0f50523b37376ff37f /arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi | |
parent | 177208f7b06d1669514cc465268c8432f577b7fd (diff) | |
download | lwn-a4387f2973a0562c9432e79f3b7eb33de59ee045.tar.gz lwn-a4387f2973a0562c9432e79f3b7eb33de59ee045.zip |
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-p2888.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi b/arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi index 0ea0bd83cb8e..d71b7a1140fe 100644 --- a/arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi @@ -64,6 +64,7 @@ compatible = "atmel,24c02"; reg = <0x50>; + label = "module"; vcc-supply = <&vdd_1v8ls>; address-width = <8>; pagesize = <8>; |