From 4d5606b55ba07a29ec022058142f65be10444511 Mon Sep 17 00:00:00 2001 From: Gaetan Perrot Date: Mon, 8 Apr 2024 18:57:39 +0900 Subject: [PATCH] doc: driver: input: espressif touch_sensor Typo Example code was incorrect. Signed-off-by: Gaetan Perrot --- dts/bindings/input/espressif,esp32-touch-sensor.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dts/bindings/input/espressif,esp32-touch-sensor.yaml b/dts/bindings/input/espressif,esp32-touch-sensor.yaml index 7fe6a01d0c76..5bea6081b978 100644 --- a/dts/bindings/input/espressif,esp32-touch-sensor.yaml +++ b/dts/bindings/input/espressif,esp32-touch-sensor.yaml @@ -28,8 +28,8 @@ description: | filter-smooth-level = ; touch_sensor_0 { - channel_num = <1>; - channel_sens = <20>; + channel-num = <1>; + channel-sens = <20>; zephyr,code = ; }; };