aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi
diff options
context:
space:
mode:
authorJon Hunter <jonathanh@nvidia.com>2020-09-16 10:49:51 +0100
committerThierry Reding <treding@nvidia.com>2020-09-17 17:45:28 +0200
commita4387f2973a0562c9432e79f3b7eb33de59ee045 (patch)
treeb4830c03c3c5753cde06eb0f50523b37376ff37f /arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi
parentarm64: tegra: Add DT binding for AHUB components (diff)
downloadlinux-dev-a4387f2973a0562c9432e79f3b7eb33de59ee045.tar.xz
linux-dev-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/tegra186-p3310.dtsi')
-rw-r--r--arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi b/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi
index 53d92fdd7f06..fd9177447711 100644
--- a/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi
+++ b/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi
@@ -173,6 +173,7 @@
compatible = "atmel,24c02";
reg = <0x50>;
+ label = "module";
vcc-supply = <&vdd_1v8>;
address-width = <8>;
pagesize = <8>;