On 02/07/2024 16:59, Petar Stoykov via B4 Relay wrote: > From: Petar Stoykov <pd.pstoykov@xxxxxxxxx> > > Sensirion SDP500 is a digital differential pressure sensor. The sensor is > accessed over I2C. > ... > + > +static const struct of_device_id sdp500_of_match[] = { > + { .compatible = "sensirion,sdp500" }, > + { .compatible = "sensirion,sdp510" }, Devices look compatible, so express it in the bindings with fallback to sdp500 (oneOf, see example-schema). Best regards, Krzysztof