diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-11-03 16:25:36 (GMT) |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-12-22 12:42:22 (GMT) |
commit | eb45ff74691bfec71af12b77215a9a33d521172a (patch) | |
tree | a70cfba1b80df691f00d0f0f5add74c83eaa4978 /arch/arm/boot/dts/imx6sx.dtsi | |
parent | 2b1a40e8d182a9f7779ba4fe54c5b73980c215b0 (diff) | |
download | linux-eb45ff74691bfec71af12b77215a9a33d521172a.tar.xz |
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@freescale.com>
Acked-by: Fugang Duan <B38611@freescale.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6sx.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi index 64608e2..a74ae8d 100644 --- a/arch/arm/boot/dts/imx6sx.dtsi +++ b/arch/arm/boot/dts/imx6sx.dtsi @@ -1161,6 +1161,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"; }; @@ -1170,6 +1172,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"; }; |