Re: [PATCH 1/2] hw/misc: Add Infineon DPS310 sensor model

2021-06-14 Thread Cédric Le Goater
On 6/9/21 12:58 PM, Joel Stanley wrote: > This contains some hardcoded register values that were obtained from the > hardware after reading the temperature. > > It does enough to test the Linux kernel driver. It should say briefly what are the device features, which are modeled and which are not

[PATCH 1/2] hw/misc: Add Infineon DPS310 sensor model

2021-06-09 Thread Joel Stanley
This contains some hardcoded register values that were obtained from the hardware after reading the temperature. It does enough to test the Linux kernel driver. Signed-off-by: Joel Stanley --- hw/misc/dps310.c| 357 hw/arm/Kconfig | 1 + h