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 9d868af97b8e5083f4964b316e4b582cc94776f8..d36271f5badcacb0d8d571548dfcc1edf80c3990 100644 (file)
                #address-cells = <1>;
                #size-cells = <0>;
 
-               clk32k_in: clock {
+               clk32k_in: clock@0 {
                        compatible = "fixed-clock";
                        reg=<0>;
                        #clock-cells = <0>;
index 89047edb5c5f45d798a7685a3c528824f8ff966e..17dd14545862cef60bcb72105be8466e5d7ff364 100644 (file)
                #address-cells = <1>;
                #size-cells = <0>;
 
-               clk32k_in: clock {
+               clk32k_in: clock@0 {
                        compatible = "fixed-clock";
                        reg = <0>;
                        #clock-cells = <0>;
index 941f36263c8ff97f21a1703ac58fcf24b0599896..f6f5d3ca6f7dfc02d6f67083e001ab9f8fadf29c 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 bf361277fe105e0ab307d2cee628b5e7c6085a89..34d0d54d5359e4a481d2954bc231d81f829a5472 100644 (file)
                        blocks = <0x5>;
                        irq-trigger = <0x1>;
 
-                       stmpe_touchscreen {
+                       stmpe_touchscreen@0 {
                                compatible = "st,stmpe-ts";
                                reg = <0>;
                                /* 3.25 MHz ADC clock speed */