Message ID | 20250205-brcm-binding-v1-1-a996a840d2d6@microchip.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | dt-bindings: iio: light: fix missing type definition | expand |
On Wed, Feb 05, 2025 at 09:48:45AM +0530, Dharma Balasubiramani wrote:
> Add the missing type definition for ps-cancellation-current-picoamp property.
It is not missing. You are using some older schema probably.
Best regards,
Krzysztof
diff --git a/Documentation/devicetree/bindings/iio/light/brcm,apds9160.yaml b/Documentation/devicetree/bindings/iio/light/brcm,apds9160.yaml index bb1cc4404a55..f9c35c29fe04 100644 --- a/Documentation/devicetree/bindings/iio/light/brcm,apds9160.yaml +++ b/Documentation/devicetree/bindings/iio/light/brcm,apds9160.yaml @@ -37,6 +37,7 @@ properties: maximum: 63 ps-cancellation-current-picoamp: + $ref: /schemas/types.yaml#/definitions/uint32 description: Proximity sensor crosstalk cancellation current in picoampere. This parameter adjusts the current in steps of 2400 pA up to 276000 pA.
Add the missing type definition for ps-cancellation-current-picoamp property. Fixes: 47736b32d1b8 ("dt-bindings: iio: light: Add APDS9160 binding") Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com> --- Documentation/devicetree/bindings/iio/light/brcm,apds9160.yaml | 1 + 1 file changed, 1 insertion(+) --- base-commit: 40b8e93e17bff4a4e0cc129e04f9fdf5daa5397e change-id: 20250205-brcm-binding-71b6d990d67e Best regards,