diff options
author | Marcel Ziswiler | 2022-05-16 15:47:27 +0200 |
---|---|---|
committer | Shawn Guo | 2022-06-11 17:14:17 +0800 |
commit | 12c8aa9b8d41c91cfd8c1e9dd96c0d0f563ee75d (patch) | |
tree | 281e27c58fc587858b2a11626e94e206996f56ab /arch/arm/boot/dts/imx7s-colibri-eval-v3.dts | |
parent | 9b1617f948ada2e98e559ef6addc9fdf1af05a4f (diff) |
ARM: dts: imx7-colibri: add clarifying comments
- Add clarifying comments.
- Remove spurious new line.
- Add required new line.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7s-colibri-eval-v3.dts')
-rw-r--r-- | arch/arm/boot/dts/imx7s-colibri-eval-v3.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7s-colibri-eval-v3.dts b/arch/arm/boot/dts/imx7s-colibri-eval-v3.dts index 6589c4179177..38de76630d6a 100644 --- a/arch/arm/boot/dts/imx7s-colibri-eval-v3.dts +++ b/arch/arm/boot/dts/imx7s-colibri-eval-v3.dts @@ -38,10 +38,14 @@ status = "okay"; }; +/* Colibri PWM<B> */ &pwm2 { + /* The pwm2 should be disabled to enable atmel_mxt_ts touchscreen for adapter. */ status = "okay"; }; +/* Colibri PWM<C> */ &pwm3 { + /* The pwm3 should be disabled to enable atmel_mxt_ts touchscreen for adapter. */ status = "okay"; }; |