[PATCH 1/3] ARM: mediatek: Add basic support for mt6592

Mark Rutland mark.rutland at arm.com
Thu Oct 9 03:03:48 PDT 2014


[...]

> +	clocks {
> +		#address-cells = <1>;
> +		#size-cells = <1>;
> +		compatible = "simple-bus";
> +		ranges;
> +
> +		system_clk: dummy13m {
> +			compatible = "fixed-clock";
> +			clock-frequency = <13000000>;
> +			#clock-cells = <0>;
> +		};
> +
> +		rtc_clk: dummy32k {
> +			compatible = "fixed-clock";
> +			clock-frequency = <32000>;
> +			#clock-cells = <0>;
> +		};
> +
> +		uart_clk: uart_clk {
> +			compatible = "fixed-clock";
> +			clock-frequency = <26000000>;
> +			#clock-cells = <0>;
> +		};
> +	};

There is no need for a clocks node. Please just put these directly under
the root node.

Mark.



More information about the linux-arm-kernel mailing list