Message ID | 20210121114954.64156-5-nuno.sa@analog.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Fix/Improve sync clock mode handling | expand |
On Thu, 21 Jan 2021 12:49:54 +0100, Nuno Sá wrote: > `adi,scaled-output-hz` is no longer used by the driver. > > Signed-off-by: Nuno Sá <nuno.sa@analog.com> > --- > .../devicetree/bindings/iio/imu/adi,adis16475.yaml | 9 --------- > 1 file changed, 9 deletions(-) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/iio/imu/adi,adis16475.yaml b/Documentation/devicetree/bindings/iio/imu/adi,adis16475.yaml index 79fba1508e89..a7574210175a 100644 --- a/Documentation/devicetree/bindings/iio/imu/adi,adis16475.yaml +++ b/Documentation/devicetree/bindings/iio/imu/adi,adis16475.yaml @@ -71,15 +71,6 @@ properties: minimum: 0 maximum: 3 - adi,scaled-output-hz: - description: - This property must be present if the clock mode is scaled-sync through - clock-names property. In this mode, the input clock can have a range - of 1Hz to 128HZ which must be scaled to originate an allowable sample - rate. This property specifies that rate. - minimum: 1900 - maximum: 2100 - required: - compatible - reg
`adi,scaled-output-hz` is no longer used by the driver. Signed-off-by: Nuno Sá <nuno.sa@analog.com> --- .../devicetree/bindings/iio/imu/adi,adis16475.yaml | 9 --------- 1 file changed, 9 deletions(-)