[PATCH 1/2] ARM: dts: imx6sx: Pass the 'adck-max-frequency' property
Duan Andy
fugang.duan at freescale.com
Tue Nov 3 22:33:45 PST 2015
From: Fabio Estevam <fabio.estevam at freescale.com> Sent: Wednesday, November 04, 2015 12:26 AM
> To: shawnguo at kernel.org
> Cc: linux-arm-kernel at lists.infradead.org; Duan Fugang-B38611; Estevam
> Fabio-R49496
> Subject: [PATCH 1/2] ARM: dts: imx6sx: Pass the 'adck-max-frequency'
> property
>
> Specify the 'adck-max-frequency' property in the adc nodes.
>
> According to Documentation/devicetree/bindings/iio/adc/vf610-adc.txt
> this is a recommended property.
>
> Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
> ---
> arch/arm/boot/dts/imx6sx.dtsi | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx6sx.dtsi
> b/arch/arm/boot/dts/imx6sx.dtsi index 167f77b..da42566 100644
> --- a/arch/arm/boot/dts/imx6sx.dtsi
> +++ b/arch/arm/boot/dts/imx6sx.dtsi
> @@ -1152,6 +1152,8 @@
> interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
> clocks = <&clks IMX6SX_CLK_IPG>;
> clock-names = "adc";
> + fsl,adck-max-frequency = <30000000>, <40000000>,
> + <20000000>;
> status = "disabled";
> };
>
> @@ -1161,6 +1163,8 @@
> interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
> clocks = <&clks IMX6SX_CLK_IPG>;
> clock-names = "adc";
> + fsl,adck-max-frequency = <30000000>, <40000000>,
> + <20000000>;
> status = "disabled";
> };
>
> --
> 1.9.1
Acked-by: Fugang Duan <B38611 at freescale.com>
More information about the linux-arm-kernel
mailing list