提交 4cc3e3e1 编写于 作者: T Thierry Reding

arm64: tegra: Rename top-level clocks

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: NThierry Reding <treding@nvidia.com>
上级 e762232f
...@@ -1023,7 +1023,7 @@ ...@@ -1023,7 +1023,7 @@
default-brightness-level = <6>; default-brightness-level = <6>;
}; };
clk32k_in: clock@0 { clk32k_in: clock-32k {
compatible = "fixed-clock"; compatible = "fixed-clock";
clock-frequency = <32768>; clock-frequency = <32768>;
#clock-cells = <0>; #clock-cells = <0>;
......
...@@ -301,7 +301,7 @@ ...@@ -301,7 +301,7 @@
vqmmc-supply = <&vdd_1v8>; vqmmc-supply = <&vdd_1v8>;
}; };
clk32k_in: clock@0 { clk32k_in: clock-32k {
compatible = "fixed-clock"; compatible = "fixed-clock";
clock-frequency = <32768>; clock-frequency = <32768>;
#clock-cells = <0>; #clock-cells = <0>;
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
non-removable; non-removable;
}; };
clk32k_in: clock@0 { clk32k_in: clock-32k {
compatible = "fixed-clock"; compatible = "fixed-clock";
clock-frequency = <32768>; clock-frequency = <32768>;
#clock-cells = <0>; #clock-cells = <0>;
......
...@@ -1586,7 +1586,7 @@ ...@@ -1586,7 +1586,7 @@
status = "okay"; status = "okay";
}; };
clk32k_in: clock@0 { clk32k_in: clock-32k {
compatible = "fixed-clock"; compatible = "fixed-clock";
clock-frequency = <32768>; clock-frequency = <32768>;
#clock-cells = <0>; #clock-cells = <0>;
......
...@@ -1645,7 +1645,7 @@ ...@@ -1645,7 +1645,7 @@
}; };
}; };
clk32k_in: clock@0 { clk32k_in: clock-32k {
compatible = "fixed-clock"; compatible = "fixed-clock";
clock-frequency = <32768>; clock-frequency = <32768>;
#clock-cells = <0>; #clock-cells = <0>;
......
...@@ -1726,7 +1726,7 @@ ...@@ -1726,7 +1726,7 @@
}; };
}; };
clk32k_in: clock@0 { clk32k_in: clock-32k {
compatible = "fixed-clock"; compatible = "fixed-clock";
clock-frequency = <32768>; clock-frequency = <32768>;
#clock-cells = <0>; #clock-cells = <0>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册