diff options
author | Thierry Reding <treding@nvidia.com> | 2016-03-07 19:37:49 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-07-11 17:46:26 +0300 |
commit | ca3226d389ae9293a7984a9c3e4d691ce7466072 (patch) | |
tree | 48dcbd54e510749f5d8d28cd8e8e861f138906db /arch/arm/boot/dts/tegra124-jetson-tk1.dts | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) | |
download | linux-ca3226d389ae9293a7984a9c3e4d691ce7466072.tar.xz |
ARM: tegra: Fix a couple of DTC warnings
Add unit-addresses to nodes that have a reg property to avoid warnings
on newer versions of DTC.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra124-jetson-tk1.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra124-jetson-tk1.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/tegra124-jetson-tk1.dts b/arch/arm/boot/dts/tegra124-jetson-tk1.dts index 941f36263c8f..f6f5d3ca6f7d 100644 --- a/arch/arm/boot/dts/tegra124-jetson-tk1.dts +++ b/arch/arm/boot/dts/tegra124-jetson-tk1.dts @@ -2049,7 +2049,7 @@ thermal-zones { cpu { trips { - trip@0 { + trip { temperature = <101000>; hysteresis = <0>; type = "critical"; @@ -2063,7 +2063,7 @@ mem { trips { - trip@0 { + trip { temperature = <101000>; hysteresis = <0>; type = "critical"; @@ -2077,7 +2077,7 @@ gpu { trips { - trip@0 { + trip { temperature = <101000>; hysteresis = <0>; type = "critical"; |