diff options
author | Fabio Estevam <[email protected]> | 2021-09-24 10:46:45 -0300 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2021-10-05 13:51:43 +0800 |
commit | ab3d84915f26e4740db4e2ac6ea93f73a9811c5d (patch) | |
tree | ec2e86d3d5651ef69abcb0fad9c73347299d4eaf | |
parent | 9904cd59fd823f55a951f93a4c9765bb408a6633 (diff) |
ARM: dts: imx6qdl-apalis: Fix typo in ADC comment
Fix the spelling of 'conversion'.
Signed-off-by: Fabio Estevam <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-apalis.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-apalis.dtsi b/arch/arm/boot/dts/imx6qdl-apalis.dtsi index aae60ffac623..ed2739e39085 100644 --- a/arch/arm/boot/dts/imx6qdl-apalis.dtsi +++ b/arch/arm/boot/dts/imx6qdl-apalis.dtsi @@ -310,7 +310,7 @@ st,mod-12b = <1>; /* internal ADC reference */ st,ref-sel = <0>; - /* ADC converstion time: 80 clocks */ + /* ADC conversion time: 80 clocks */ st,sample-time = <4>; stmpe_touchscreen: stmpe-touchscreen { |