Message ID | 20250515000225.79239-1-rodrigo.gobbi.7@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | dt-bindings: trivial-devices: Add VZ89TE to trivial | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dt-meta-schema | success |
On Wed, May 14, 2025 at 09:00:40PM -0300, Rodrigo Gobbi wrote: > Add sgx,vz89te partnumber since it is equivalent to sgx,vz89x, > which is at trivial-devices. I think "equivalent" mybe isn't the right word, your link below seems to have custom handling for this part. Different read and write sizes for example. s/equivalent/similar/ - maybe whoever is applying the patch can do it on appliation. Acked-by: Conor Dooley <conor.dooley@microchip.com> > > Signed-off-by: Rodrigo Gobbi <rodrigo.gobbi.7@gmail.com> > --- > At [1] "add support for VZ89TE part" was added, but > no binding were updated. This is similar to a existing trivial > device, so just add it. > Tks and regards. > > [1] https://github.com/torvalds/linux/commit/0a735aa07f2eb5bcb04fb022b463c70cd1cf1399 > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml > index 377722af6c00..6a49e8efc0f7 100644 > --- a/Documentation/devicetree/bindings/trivial-devices.yaml > +++ b/Documentation/devicetree/bindings/trivial-devices.yaml > @@ -345,6 +345,8 @@ properties: > - sensortek,stk8ba50 > # SGX Sensortech VZ89X Sensors > - sgx,vz89x > + # SGX Sensortech VZ89TE Sensors > + - sgx,vz89te > # Silicon Labs EM3581 Zigbee SoC with SPI interface > - silabs,em3581 > # Silicon Labs SI3210 Programmable CMOS SLIC/CODEC with SPI interface > -- > 2.49.0 >
On Wed, 14 May 2025 21:00:40 -0300, Rodrigo Gobbi wrote: > Add sgx,vz89te partnumber since it is equivalent to sgx,vz89x, > which is at trivial-devices. > > Signed-off-by: Rodrigo Gobbi <rodrigo.gobbi.7@gmail.com> > --- > At [1] "add support for VZ89TE part" was added, but > no binding were updated. This is similar to a existing trivial > device, so just add it. > Tks and regards. > > [1] https://github.com/torvalds/linux/commit/0a735aa07f2eb5bcb04fb022b463c70cd1cf1399 > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Applied, thanks!
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index 377722af6c00..6a49e8efc0f7 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -345,6 +345,8 @@ properties: - sensortek,stk8ba50 # SGX Sensortech VZ89X Sensors - sgx,vz89x + # SGX Sensortech VZ89TE Sensors + - sgx,vz89te # Silicon Labs EM3581 Zigbee SoC with SPI interface - silabs,em3581 # Silicon Labs SI3210 Programmable CMOS SLIC/CODEC with SPI interface
Add sgx,vz89te partnumber since it is equivalent to sgx,vz89x, which is at trivial-devices. Signed-off-by: Rodrigo Gobbi <rodrigo.gobbi.7@gmail.com> --- At [1] "add support for VZ89TE part" was added, but no binding were updated. This is similar to a existing trivial device, so just add it. Tks and regards. [1] https://github.com/torvalds/linux/commit/0a735aa07f2eb5bcb04fb022b463c70cd1cf1399 --- Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ 1 file changed, 2 insertions(+)