summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2021-12-06 17:58:55 +0100
committerThierry Reding <treding@nvidia.com>2021-12-16 16:51:01 +0100
commit4cc3e3e164c02c6f2fce38f2098a1fe1256ea58d (patch)
tree9e26e340f253328e644806083aa3a470165bd614 /arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi
parente762232f946679b6be60244d78079aa12cc5ed68 (diff)
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: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi')
-rw-r--r--arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi b/arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi
index 6077d572d828..d3e622c4a439 100644
--- a/arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi
+++ b/arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi
@@ -301,7 +301,7 @@
vqmmc-supply = <&vdd_1v8>;
};
- clk32k_in: clock@0 {
+ clk32k_in: clock-32k {
compatible = "fixed-clock";
clock-frequency = <32768>;
#clock-cells = <0>;