Commit 393a403e authored by Thierry Reding's avatar Thierry Reding

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: default avatarThierry Reding <treding@nvidia.com>
parent 1765f53d
...@@ -1022,17 +1022,10 @@ backlight: backlight { ...@@ -1022,17 +1022,10 @@ backlight: backlight {
backlight-boot-off; backlight-boot-off;
}; };
clocks { clk32k_in: clock@0 {
compatible = "simple-bus"; compatible = "fixed-clock";
#address-cells = <1>; clock-frequency = <32768>;
#size-cells = <0>; #clock-cells = <0>;
clk32k_in: clock@0 {
compatible = "fixed-clock";
reg=<0>;
#clock-cells = <0>;
clock-frequency = <32768>;
};
}; };
gpio-keys { gpio-keys {
......
...@@ -300,17 +300,10 @@ mmc@700b0600 { ...@@ -300,17 +300,10 @@ mmc@700b0600 {
vqmmc-supply = <&vdd_1v8>; vqmmc-supply = <&vdd_1v8>;
}; };
clocks { clk32k_in: clock@0 {
compatible = "simple-bus"; compatible = "fixed-clock";
#address-cells = <1>; clock-frequency = <32768>;
#size-cells = <0>; #clock-cells = <0>;
clk32k_in: clock@0 {
compatible = "fixed-clock";
reg = <0>;
#clock-cells = <0>;
clock-frequency = <32768>;
};
}; };
cpus { cpus {
......
...@@ -40,17 +40,10 @@ mmc@700b0600 { ...@@ -40,17 +40,10 @@ mmc@700b0600 {
non-removable; non-removable;
}; };
clocks { clk32k_in: clock@0 {
compatible = "simple-bus"; compatible = "fixed-clock";
#address-cells = <1>; clock-frequency = <32768>;
#size-cells = <0>; #clock-cells = <0>;
clk32k_in: clock@0 {
compatible = "fixed-clock";
reg = <0>;
#clock-cells = <0>;
clock-frequency = <32768>;
};
}; };
cpus { cpus {
......
...@@ -1586,17 +1586,10 @@ mmc@700b0600 { ...@@ -1586,17 +1586,10 @@ mmc@700b0600 {
status = "okay"; status = "okay";
}; };
clocks { clk32k_in: clock@0 {
compatible = "simple-bus"; compatible = "fixed-clock";
#address-cells = <1>; clock-frequency = <32768>;
#size-cells = <0>; #clock-cells = <0>;
clk32k_in: clock@0 {
compatible = "fixed-clock";
reg = <0>;
#clock-cells = <0>;
clock-frequency = <32768>;
};
}; };
gpio-keys { gpio-keys {
......
...@@ -574,17 +574,10 @@ mmc@700b0400 { ...@@ -574,17 +574,10 @@ mmc@700b0400 {
wakeup-source; wakeup-source;
}; };
clocks { clk32k_in: clock@0 {
compatible = "simple-bus"; compatible = "fixed-clock";
#address-cells = <1>; clock-frequency = <32768>;
#size-cells = <0>; #clock-cells = <0>;
clk32k_in: clock@0 {
compatible = "fixed-clock";
reg = <0>;
#clock-cells = <0>;
clock-frequency = <32768>;
};
}; };
cpus { cpus {
......
...@@ -1726,17 +1726,10 @@ agic@702f9000 { ...@@ -1726,17 +1726,10 @@ agic@702f9000 {
}; };
}; };
clocks { clk32k_in: clock@0 {
compatible = "simple-bus"; compatible = "fixed-clock";
#address-cells = <1>; clock-frequency = <32768>;
#size-cells = <0>; #clock-cells = <0>;
clk32k_in: clock@0 {
compatible = "fixed-clock";
reg = <0>;
#clock-cells = <0>;
clock-frequency = <32768>;
};
}; };
cpus { cpus {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment