diff options
author | Thierry Reding <treding@nvidia.com> | 2020-06-12 08:57:05 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2020-07-13 17:33:00 +0200 |
commit | 393a403ed87ee43d23fe1b075ff52826c6e74a53 (patch) | |
tree | 76573a3aee72cdf9855e0e4955cbeaa19bbab338 /arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | |
parent | 1765f53dda74a64703a0796bd7685d32111ed126 (diff) |
arm64: tegra: Remove simple clocks bus
The standard way to do this is to list out the clocks at the top-level.
Adopt the standard way to fix validation.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm64/boot/dts/nvidia/tegra210-smaug.dts')
-rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts b/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts index eee5e73cc651..cde93cf25feb 100644 --- a/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts +++ b/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts @@ -1726,17 +1726,10 @@ }; }; - clocks { - compatible = "simple-bus"; - #address-cells = <1>; - #size-cells = <0>; - - clk32k_in: clock@0 { - compatible = "fixed-clock"; - reg = <0>; - #clock-cells = <0>; - clock-frequency = <32768>; - }; + clk32k_in: clock@0 { + compatible = "fixed-clock"; + clock-frequency = <32768>; + #clock-cells = <0>; }; cpus { |