diff options
author | Thierry Reding <treding@nvidia.com> | 2020-06-12 09:57:05 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2020-07-13 18:33:00 +0300 |
commit | 393a403ed87ee43d23fe1b075ff52826c6e74a53 (patch) | |
tree | 76573a3aee72cdf9855e0e4955cbeaa19bbab338 /arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi | |
parent | 1765f53dda74a64703a0796bd7685d32111ed126 (diff) | |
download | linux-393a403ed87ee43d23fe1b075ff52826c6e74a53.tar.xz |
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-p2180.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi b/arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi index 251c6099482a..8a4ba371ff92 100644 --- a/arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi @@ -300,17 +300,10 @@ vqmmc-supply = <&vdd_1v8>; }; - 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 { |