Commit 932079d0 authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Thierry Reding
Browse files

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: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent dc741b7b
Loading
Loading
Loading
Loading
+4 −8
Original line number Diff line number Diff line
@@ -133,14 +133,10 @@ backlight: backlight {
		pwms = <&pwm 0 5000000>; /* PWM<A> */
	};

	clocks {
		clk16m: clk@1 {
	clk16m: osc3 {
		compatible = "fixed-clock";
			reg = <1>;
		#clock-cells = <0>;
		clock-frequency = <16000000>;
			clock-output-names = "clk16m";
		};
	};

	gpio-keys {
+4 −11
Original line number Diff line number Diff line
@@ -954,18 +954,11 @@ usb-phy@7d004000 {
		vbus-supply = <&reg_lan_v_bus>;
	};

	clocks {
		compatible = "simple-bus";
		#address-cells = <1>;
		#size-cells = <0>;

		clk32k_in: clk@0 {
	clk32k_in: xtal1 {
		compatible = "fixed-clock";
			reg = <0>;
		#clock-cells = <0>;
		clock-frequency = <32768>;
	};
	};

	reg_1v8_avdd_hdmi_pll: regulator-1v8-avdd-hdmi-pll {
		compatible = "regulator-fixed";