]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
ARM: tegra: apalis-tk1: get rid of fake clocks simple bus
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Sat, 1 Sep 2018 13:05:02 +0000 (15:05 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 26 Sep 2018 14:50:39 +0000 (16:50 +0200)
Get rid of the fake clocks simple bus and use node names as per the
actual schematics.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra124-apalis-v1.2.dtsi
arch/arm/boot/dts/tegra124-apalis.dtsi

index 6d36521448ce5d7e4462f2cca5bd76ac97974d9a..7fe61f1baadd041ea9904328372aacee3b1244e7 100644 (file)
                };
        };
 
-       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: osc3 {
+               compatible = "fixed-clock";
+               #clock-cells = <0>;
+               clock-frequency = <32768>;
        };
 
        cpus {
index a8f1306b5cd779febb6bace5dac9d33538cf428e..62af3dc97edefd3f044c95572e16209989451df0 100644 (file)
                };
        };
 
-       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: osc3 {
+               compatible = "fixed-clock";
+               #clock-cells = <0>;
+               clock-frequency = <32768>;
        };
 
        cpus {