Message ID | 20240108204114.1041390-3-ninad@linux.ibm.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add device tree for IBM system1 BMC | expand |
On 08/01/2024 21:41, Ninad Palsule wrote: > Infineon DPS310 is a barometric pressure and temperature sensor. > > Signed-off-by: Ninad Palsule <ninad@linux.ibm.com> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
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(+)