ARM: tegra: Fix a couple of DTC warnings
authorThierry Reding <treding@nvidia.com>
Mon, 7 Mar 2016 16:37:49 +0000 (17:37 +0100)
committerThierry Reding <treding@nvidia.com>
Mon, 11 Jul 2016 14:46:26 +0000 (16:46 +0200)
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>
arch/arm/boot/dts/tegra114-roth.dts
arch/arm/boot/dts/tegra114-tn7.dts
arch/arm/boot/dts/tegra124-jetson-tk1.dts
arch/arm/boot/dts/tegra30-apalis.dtsi

index 9d868af..d36271f 100644 (file)
                #address-cells = <1>;
                #size-cells = <0>;
 
-               clk32k_in: clock {
+               clk32k_in: clock@0 {
                        compatible = "fixed-clock";
                        reg=<0>;
                        #clock-cells = <0>;
index 89047ed..17dd145 100644 (file)
                #address-cells = <1>;
                #size-cells = <0>;
 
-               clk32k_in: clock {
+               clk32k_in: clock@0 {
                        compatible = "fixed-clock";
                        reg = <0>;
                        #clock-cells = <0>;
index 941f362..f6f5d3c 100644 (file)
        thermal-zones {
                cpu {
                        trips {
-                               trip@0 {
+                               trip {
                                        temperature = <101000>;
                                        hysteresis = <0>;
                                        type = "critical";
 
                mem {
                        trips {
-                               trip@0 {
+                               trip {
                                        temperature = <101000>;
                                        hysteresis = <0>;
                                        type = "critical";
 
                gpu {
                        trips {
-                               trip@0 {
+                               trip {
                                        temperature = <101000>;
                                        hysteresis = <0>;
                                        type = "critical";
index bf36127..34d0d54 100644 (file)
                        blocks = <0x5>;
                        irq-trigger = <0x1>;
 
-                       stmpe_touchscreen {
+                       stmpe_touchscreen@0 {
                                compatible = "st,stmpe-ts";
                                reg = <0>;
                                /* 3.25 MHz ADC clock speed */