[PATCH 2/2 V3] ARM: dts: atlas7: add fixed frequency clocks in car node

Stephen Boyd sboyd at codeaurora.org
Fri May 15 10:00:33 PDT 2015


On 05/15, Barry Song wrote:
> diff --git a/arch/arm/boot/dts/atlas7.dtsi b/arch/arm/boot/dts/atlas7.dtsi
> index a753178..7dad617 100644
> --- a/arch/arm/boot/dts/atlas7.dtsi
> +++ b/arch/arm/boot/dts/atlas7.dtsi
> @@ -183,6 +183,18 @@
>  				reg = <0x18620000 0x1000>;
>  				#clock-cells = <1>;
>  				#reset-cells = <1>;
> +				xinw {
> +					compatible = "fixed-clock";
> +					#clock-cells = <0>;
> +					clock-frequency = <32768>;
> +					clock-output-names = "xinw";
> +				};
> +				xin {
> +					compatible = "fixed-clock";
> +					#clock-cells = <0>;
> +					clock-frequency = <26000000>;
> +					clock-output-names = "xin";
> +				};
>  			};
>  		};
>  

Sorry I should have been clearer. I was suggesting putting these
nodes in DT at the root node "/" because they're part of the
board and not part of the SoC.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project



More information about the linux-arm-kernel mailing list