OSDN Git Service

arm64: tegra: Rename top-level clocks
authorThierry Reding <treding@nvidia.com>
Mon, 6 Dec 2021 16:58:55 +0000 (17:58 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 16 Dec 2021 15:51:01 +0000 (16:51 +0100)
Clocks defined at the top level in device tree are no longer part of a
simple bus and therefore don't have a reg property. Nodes without a reg
property shouldn't have a unit-address either, so drop the unit address
from the node names. To ensure nodes aren't duplicated (in which case
they would end up merged in the final DTB), append the name of the clock
to the node name.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra132-norrin.dts
arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi
arch/arm64/boot/dts/nvidia/tegra210-p2530.dtsi
arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi
arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts
arch/arm64/boot/dts/nvidia/tegra210-smaug.dts

index 8a51751..ecd58bd 100644 (file)
                default-brightness-level = <6>;
        };
 
-       clk32k_in: clock@0 {
+       clk32k_in: clock-32k {
                compatible = "fixed-clock";
                clock-frequency = <32768>;
                #clock-cells = <0>;
index 6077d57..d3e622c 100644 (file)
                vqmmc-supply = <&vdd_1v8>;
        };
 
-       clk32k_in: clock@0 {
+       clk32k_in: clock-32k {
                compatible = "fixed-clock";
                clock-frequency = <32768>;
                #clock-cells = <0>;
index 58aa051..0a70dae 100644 (file)
@@ -40,7 +40,7 @@
                non-removable;
        };
 
-       clk32k_in: clock@0 {
+       clk32k_in: clock-32k {
                compatible = "fixed-clock";
                clock-frequency = <32768>;
                #clock-cells = <0>;
index 41beab6..ed73c3a 100644 (file)
                status = "okay";
        };
 
-       clk32k_in: clock@0 {
+       clk32k_in: clock-32k {
                compatible = "fixed-clock";
                clock-frequency = <32768>;
                #clock-cells = <0>;
index 030f264..cbd8cda 100644 (file)
                };
        };
 
-       clk32k_in: clock@0 {
+       clk32k_in: clock-32k {
                compatible = "fixed-clock";
                clock-frequency = <32768>;
                #clock-cells = <0>;
index 131c064..43ff5e4 100644 (file)
                };
        };
 
-       clk32k_in: clock@0 {
+       clk32k_in: clock-32k {
                compatible = "fixed-clock";
                clock-frequency = <32768>;
                #clock-cells = <0>;