Commit fd4fc88d authored by Mitja Spes's avatar Mitja Spes Committed by Jonathan Cameron
Browse files

dt-bindings: iio: pressure: meas,ms5611: add max SPI frequency to the example

parent 563746c2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ examples:
            compatible = "meas,ms5611";
            reg = <0>;
            vdd-supply = <&ldo_3v3_gnss>;
            spi-max-frequency = <20000000>;
        };
    };
...