Message ID | 20221227141011.111410-1-vincent@vtremblay.dev (mailing list archive) |
---|---|
State | Accepted |
Commit | f7879d677e76d0c4449fa1839f948d335795f334 |
Headers | show |
Series | [1/2] dt-bindings: trivial-devices: Add silabs,si3210 | expand |
On Tue, 27 Dec 2022 09:10:07 -0500, Vincent Tremblay wrote: > Add Silicon Labs SI3210 to trivial devices. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/2] dt-bindings: trivial-devices: Add silabs,si3210 commit: f7879d677e76d0c4449fa1839f948d335795f334 [2/2] spidev: Add Silicon Labs SI3210 device compatible commit: 6c9d1fd52956c3148e847a214bae9102b1811de5 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index 5a3ccbce8c23..7da40dadfe2e 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -325,6 +325,8 @@ properties: - sgx,vz89x # Silicon Labs EM3581 Zigbee SoC with SPI interface - silabs,em3581 + # Silicon Labs SI3210 Programmable CMOS SLIC/CODEC with SPI interface + - silabs,si3210 # Relative Humidity and Temperature Sensors - silabs,si7020 # Skyworks SKY81452: Six-Channel White LED Driver with Touch Panel Bias Supply
Add Silicon Labs SI3210 to trivial devices. Signed-off-by: Vincent Tremblay <vincent@vtremblay.dev> --- Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ 1 file changed, 2 insertions(+)