ARM: tegra: colibri_t30: get rid of fake clocks simple bus

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>
This commit is contained in:
Marcel Ziswiler
2018-09-01 10:12:31 +02:00
committed by Thierry Reding
parent dc741b7bde
commit 932079d01b
2 changed files with 8 additions and 19 deletions

View File

@@ -133,14 +133,10 @@
pwms = <&pwm 0 5000000>; /* PWM<A> */ pwms = <&pwm 0 5000000>; /* PWM<A> */
}; };
clocks { clk16m: osc3 {
clk16m: clk@1 { compatible = "fixed-clock";
compatible = "fixed-clock"; #clock-cells = <0>;
reg = <1>; clock-frequency = <16000000>;
#clock-cells = <0>;
clock-frequency = <16000000>;
clock-output-names = "clk16m";
};
}; };
gpio-keys { gpio-keys {

View File

@@ -954,17 +954,10 @@
vbus-supply = <&reg_lan_v_bus>; vbus-supply = <&reg_lan_v_bus>;
}; };
clocks { clk32k_in: xtal1 {
compatible = "simple-bus"; compatible = "fixed-clock";
#address-cells = <1>; #clock-cells = <0>;
#size-cells = <0>; clock-frequency = <32768>;
clk32k_in: clk@0 {
compatible = "fixed-clock";
reg = <0>;
#clock-cells = <0>;
clock-frequency = <32768>;
};
}; };
reg_1v8_avdd_hdmi_pll: regulator-1v8-avdd-hdmi-pll { reg_1v8_avdd_hdmi_pll: regulator-1v8-avdd-hdmi-pll {