aboutsummaryrefslogtreecommitdiff
path: root/Bindings/iio/light/vishay,vcnl4000.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Bindings/iio/light/vishay,vcnl4000.yaml')
-rw-r--r--Bindings/iio/light/vishay,vcnl4000.yaml22
1 files changed, 11 insertions, 11 deletions
diff --git a/Bindings/iio/light/vishay,vcnl4000.yaml b/Bindings/iio/light/vishay,vcnl4000.yaml
index da8f2e872535..58887a4f9c15 100644
--- a/Bindings/iio/light/vishay,vcnl4000.yaml
+++ b/Bindings/iio/light/vishay,vcnl4000.yaml
@@ -36,15 +36,15 @@ required:
additionalProperties: false
examples:
-- |
- i2c {
- #address-cells = <1>;
- #size-cells = <0>;
-
- light-sensor@51 {
- compatible = "vishay,vcnl4200";
- reg = <0x51>;
- proximity-near-level = <220>;
- };
- };
+ - |
+ i2c {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ light-sensor@51 {
+ compatible = "vishay,vcnl4200";
+ reg = <0x51>;
+ proximity-near-level = <220>;
+ };
+ };
...