Commit ca3226d3 authored by Thierry Reding's avatar Thierry Reding

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: default avatarThierry Reding <treding@nvidia.com>
parent 1a695a90
...@@ -1020,7 +1020,7 @@ clocks { ...@@ -1020,7 +1020,7 @@ clocks {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
clk32k_in: clock { clk32k_in: clock@0 {
compatible = "fixed-clock"; compatible = "fixed-clock";
reg=<0>; reg=<0>;
#clock-cells = <0>; #clock-cells = <0>;
......
...@@ -277,7 +277,7 @@ clocks { ...@@ -277,7 +277,7 @@ clocks {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
clk32k_in: clock { clk32k_in: clock@0 {
compatible = "fixed-clock"; compatible = "fixed-clock";
reg = <0>; reg = <0>;
#clock-cells = <0>; #clock-cells = <0>;
......
...@@ -2049,7 +2049,7 @@ sound { ...@@ -2049,7 +2049,7 @@ sound {
thermal-zones { thermal-zones {
cpu { cpu {
trips { trips {
trip@0 { trip {
temperature = <101000>; temperature = <101000>;
hysteresis = <0>; hysteresis = <0>;
type = "critical"; type = "critical";
...@@ -2063,7 +2063,7 @@ cooling-maps { ...@@ -2063,7 +2063,7 @@ cooling-maps {
mem { mem {
trips { trips {
trip@0 { trip {
temperature = <101000>; temperature = <101000>;
hysteresis = <0>; hysteresis = <0>;
type = "critical"; type = "critical";
...@@ -2077,7 +2077,7 @@ cooling-maps { ...@@ -2077,7 +2077,7 @@ cooling-maps {
gpu { gpu {
trips { trips {
trip@0 { trip {
temperature = <101000>; temperature = <101000>;
hysteresis = <0>; hysteresis = <0>;
type = "critical"; type = "critical";
......
...@@ -567,7 +567,7 @@ stmpe811@41 { ...@@ -567,7 +567,7 @@ stmpe811@41 {
blocks = <0x5>; blocks = <0x5>;
irq-trigger = <0x1>; irq-trigger = <0x1>;
stmpe_touchscreen { stmpe_touchscreen@0 {
compatible = "st,stmpe-ts"; compatible = "st,stmpe-ts";
reg = <0>; reg = <0>;
/* 3.25 MHz ADC clock speed */ /* 3.25 MHz ADC clock speed */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment