Message ID | 20240111181251.1817582-3-ninad@linux.ibm.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add device tree for IBM system1 BMC | expand |
On 11/01/2024 19:12, Ninad Palsule wrote: > Infineon DPS310 is a barometric pressure and temperature sensor. > > Signed-off-by: Ninad Palsule <ninad@linux.ibm.com> This is a friendly reminder during the review process. It looks like you received a tag and forgot to add it. If you do not know the process, here is a short explanation: Please add Acked-by/Reviewed-by/Tested-by tags when posting new versions, under or above your Signed-off-by tag. Tag is "received", when provided in a message replied to you on the mailing list. Tools like b4 can help here. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for tags received on the version they apply. https://elixir.bootlin.com/linux/v6.5-rc3/source/Documentation/process/submitting-patches.rst#L577 If a tag was not added on purpose, please state why and what changed. Best regards, Krzysztof
Hello Krzysztof, On 1/11/24 13:40, Krzysztof Kozlowski wrote: > On 11/01/2024 19:12, Ninad Palsule wrote: >> Infineon DPS310 is a barometric pressure and temperature sensor. >> >> Signed-off-by: Ninad Palsule <ninad@linux.ibm.com> > This is a friendly reminder during the review process. > > It looks like you received a tag and forgot to add it. > > If you do not know the process, here is a short explanation: > Please add Acked-by/Reviewed-by/Tested-by tags when posting new > versions, under or above your Signed-off-by tag. Tag is "received", when > provided in a message replied to you on the mailing list. Tools like b4 > can help here. However, there's no need to repost patches *only* to add > the tags. The upstream maintainer will do that for tags received on the > version they apply. > > https://elixir.bootlin.com/linux/v6.5-rc3/source/Documentation/process/submitting-patches.rst#L577 > > If a tag was not added on purpose, please state why and what changed. This is a mistake from my side. Sorry about that. I will remember it next time. Thanks & Regards, Ninad
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index 430a814f64a5..22b7a29876d3 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -133,6 +133,8 @@ properties: - ibm,cffps1 # IBM Common Form Factor Power Supply Versions 2 - ibm,cffps2 + # Infineon barometric pressure and temperature sensor + - infineon,dps310 # Infineon IR36021 digital POL buck controller - infineon,ir36021 # Infineon IR38060 Voltage Regulator
Infineon DPS310 is a barometric pressure and temperature sensor. Signed-off-by: Ninad Palsule <ninad@linux.ibm.com> --- Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ 1 file changed, 2 insertions(+)