]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
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 8a51751526ee36d6d0dfa321b3ef68c83ffa522a..ecd58bd2770f1aa5cb0dbbdb32fa26cd619d6e09 100644 (file)
                default-brightness-level = <6>;
        };
 
-       clk32k_in: clock@0 {
+       clk32k_in: clock-32k {
                compatible = "fixed-clock";
                clock-frequency = <32768>;
                #clock-cells = <0>;
index 6077d572d828014e85e2ea88fba45ba82017b013..d3e622c4a439e838f8bf4f6e6d8d9193d57d368c 100644 (file)
                vqmmc-supply = <&vdd_1v8>;
        };
 
-       clk32k_in: clock@0 {
+       clk32k_in: clock-32k {
                compatible = "fixed-clock";
                clock-frequency = <32768>;
                #clock-cells = <0>;
index 58aa0518965e14b0bbf84bf013e282caac9e3df4..0a70daeffd85e68efb02275b8c9c0ec800486cf7 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 41beab626d9537c45811f631e7245563cc261444..ed73c3a0c14038f84da9d2125d2365418414aaeb 100644 (file)
                status = "okay";
        };
 
-       clk32k_in: clock@0 {
+       clk32k_in: clock-32k {
                compatible = "fixed-clock";
                clock-frequency = <32768>;
                #clock-cells = <0>;
index 030f264eccd515bed6d9508f588a87c5bf11e36e..cbd8cda48f373f3a69b78ac85789965c41892cb5 100644 (file)
                };
        };
 
-       clk32k_in: clock@0 {
+       clk32k_in: clock-32k {
                compatible = "fixed-clock";
                clock-frequency = <32768>;
                #clock-cells = <0>;
index 131c064d69919ee5cb3ea7b30aed1b296a43227e..43ff5e4bda198d7876972fffa6074fe669ad4a9d 100644 (file)
                };
        };
 
-       clk32k_in: clock@0 {
+       clk32k_in: clock-32k {
                compatible = "fixed-clock";
                clock-frequency = <32768>;
                #clock-cells = <0>;