diff options
author | Jonathan Cameron <[email protected]> | 2020-12-30 12:19:19 +0000 |
---|---|---|
committer | Rob Herring <[email protected]> | 2021-01-11 16:41:38 -0600 |
commit | ca880a15ef5c98d987b06ae73eee4d6ee1c1a906 (patch) | |
tree | f87e12c13f73883863b1aa5a2e1892c3d4d069e4 | |
parent | 5c8fe583cce542aa0b84adc939ce85293de36e5e (diff) |
dt-bindings:iio:health:ti,afe4404: Fix wrong compatible value.
Cut and paste error.
Documentation/devicetree/bindings/iio/health/ti,afe4403.example.dt.yaml:
heart_mon@0: 'spi-max-frequency' does not match any of the regexes:
'pinctrl-[0-9]+'
Reported-by: Rob Herring <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
Fixes: f494151b5eba ("dt-bindings:iio:health:ti,afe4404: txt to yaml conversion")
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Herring <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/iio/health/ti,afe4404.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/iio/health/ti,afe4404.yaml b/Documentation/devicetree/bindings/iio/health/ti,afe4404.yaml index 3b4d6c48b8bb..c0e815d9999e 100644 --- a/Documentation/devicetree/bindings/iio/health/ti,afe4404.yaml +++ b/Documentation/devicetree/bindings/iio/health/ti,afe4404.yaml @@ -11,7 +11,7 @@ maintainers: properties: compatible: - const: ti,afe4403 + const: ti,afe4404 reg: maxItems: 1 |