properties:
compatible:
- const: avago,apds9300
+ oneOf:
Drop
Sorry, do you mean I should not use the "oneOf"?
+ - enum:
+ - avago,apds9300
+ - avago,apds9306
+ - avago,apds9960
I don't understand what is happening here. At all. Some compatibles are
moved, some are added, nothing explains why you are doing it.
Best regards,
Krzysztof
I have formatted the commit message wrongly, it will be fixed at once.
I am trying to add the support for all the three sensors in the same schema file.
Regards,
Subhajit Ghosh