Message ID | 75c2b56fcacf732d87cdfc11f947a1a275b95c6b.1547930719.git.lorenzo.bianconi@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | dt-bindings: iio: pressure: add LPS22HH bindings | expand |
On Sat, 19 Jan 2019 21:47:53 +0100 Lorenzo Bianconi <lorenzo.bianconi@redhat.com> wrote: > Fix following checkpatch warnings: > WARNING: DT compatible string "st,lps22hh" appears un-documented -- check ./Documentation/devicetree/bindings/ > .compatible = "st,lps22hh", > > WARNING: DT compatible string "st,lps22hh" appears un-documented -- check ./Documentation/devicetree/bindings/ > .compatible = "st,lps22hh", > > Fixes: e5aab7b0d88d ("iio:st_pressure:initial lps22hh sensor support") > Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com> Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks, Jonathan > --- > Documentation/devicetree/bindings/iio/st-sensors.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/iio/st-sensors.txt b/Documentation/devicetree/bindings/iio/st-sensors.txt > index ddcb95509599..52ee4baec6f0 100644 > --- a/Documentation/devicetree/bindings/iio/st-sensors.txt > +++ b/Documentation/devicetree/bindings/iio/st-sensors.txt > @@ -77,3 +77,4 @@ Pressure sensors: > - st,lps22hb-press > - st,lps33hw > - st,lps35hw > +- st,lps22hh
diff --git a/Documentation/devicetree/bindings/iio/st-sensors.txt b/Documentation/devicetree/bindings/iio/st-sensors.txt index ddcb95509599..52ee4baec6f0 100644 --- a/Documentation/devicetree/bindings/iio/st-sensors.txt +++ b/Documentation/devicetree/bindings/iio/st-sensors.txt @@ -77,3 +77,4 @@ Pressure sensors: - st,lps22hb-press - st,lps33hw - st,lps35hw +- st,lps22hh
Fix following checkpatch warnings: WARNING: DT compatible string "st,lps22hh" appears un-documented -- check ./Documentation/devicetree/bindings/ .compatible = "st,lps22hh", WARNING: DT compatible string "st,lps22hh" appears un-documented -- check ./Documentation/devicetree/bindings/ .compatible = "st,lps22hh", Fixes: e5aab7b0d88d ("iio:st_pressure:initial lps22hh sensor support") Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com> --- Documentation/devicetree/bindings/iio/st-sensors.txt | 1 + 1 file changed, 1 insertion(+)