summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMitja Spes <mitja@lxnav.com>2022-10-21 15:58:22 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2022-11-23 19:44:01 +0000
commitfd4fc88d0b6fc452571152d4d3b2fc8078be3825 (patch)
tree30fa7c06886d03b86c13bd9b4c813d644f6971f3 /Documentation
parent563746c26db6c203d30bed2daa301416b27b77fb (diff)
downloadlinux-stable-fd4fc88d0b6fc452571152d4d3b2fc8078be3825.tar.gz
linux-stable-fd4fc88d0b6fc452571152d4d3b2fc8078be3825.tar.bz2
linux-stable-fd4fc88d0b6fc452571152d4d3b2fc8078be3825.zip
dt-bindings: iio: pressure: meas,ms5611: add max SPI frequency to the example
Added max SPI frequency setting to the example. Signed-off-by: Mitja Spes <mitja@lxnav.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20221021135827.1444793-4-mitja@lxnav.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/iio/pressure/meas,ms5611.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/pressure/meas,ms5611.yaml b/Documentation/devicetree/bindings/iio/pressure/meas,ms5611.yaml
index 7fed750fa3ff..21e6ddb7f41e 100644
--- a/Documentation/devicetree/bindings/iio/pressure/meas,ms5611.yaml
+++ b/Documentation/devicetree/bindings/iio/pressure/meas,ms5611.yaml
@@ -55,6 +55,7 @@ examples:
compatible = "meas,ms5611";
reg = <0>;
vdd-supply = <&ldo_3v3_gnss>;
+ spi-max-frequency = <20000000>;
};
};
...