[PATCH] dt-bindings: trivial-devices: document the Sierra Wireless mangOH Green SPI IoT interface

Neil Armstrong posted 1 patch 1 year, 7 months ago
Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
1 file changed, 2 insertions(+)
[PATCH] dt-bindings: trivial-devices: document the Sierra Wireless mangOH Green SPI IoT interface
Posted by Neil Armstrong 1 year, 7 months ago
Document the Sierra Wireless mangOH Green SPI IoT interface as a trivial
device.

This fixes the following check:
qcom-mdm9615-wp8548-mangoh-green.dtb: /soc/gsbi@16200000/spi@16280000/spi@0: failed to match any schema with compatible: ['swir,mangoh-iotport-spi']

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 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 5e58ebfab758..1451a9f68427 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -362,6 +362,8 @@ properties:
           - sparkfun,qwiic-joystick
             # i2c serial eeprom (24cxx)
           - st,24c256
+            # Sierra Wireless mangOH Green SPI IoT interface
+          - swir,mangoh-iotport-spi
             # Ambient Light Sensor with SMBUS/Two Wire Serial Interface
           - taos,tsl2550
             # Temperature Monitoring and Fan Control

---
base-commit: 82e4255305c554b0bb18b7ccf2db86041b4c8b6e
change-id: 20240710-topic-mdm9615-mangoh-iotport-spi-bindings-1bbd641e4068

Best regards,
-- 
Neil Armstrong <neil.armstrong@linaro.org>
Re: [PATCH] dt-bindings: trivial-devices: document the Sierra Wireless mangOH Green SPI IoT interface
Posted by Rob Herring (Arm) 1 year, 7 months ago
On Wed, 10 Jul 2024 19:02:52 +0200, Neil Armstrong wrote:
> Document the Sierra Wireless mangOH Green SPI IoT interface as a trivial
> device.
> 
> This fixes the following check:
> qcom-mdm9615-wp8548-mangoh-green.dtb: /soc/gsbi@16200000/spi@16280000/spi@0: failed to match any schema with compatible: ['swir,mangoh-iotport-spi']
> 
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
>  Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Applied, thanks!
Re: [PATCH] dt-bindings: trivial-devices: document the Sierra Wireless mangOH Green SPI IoT interface
Posted by Krzysztof Kozlowski 1 year, 7 months ago
On 10/07/2024 19:02, Neil Armstrong wrote:
> Document the Sierra Wireless mangOH Green SPI IoT interface as a trivial
> device.
> 
> This fixes the following check:
> qcom-mdm9615-wp8548-mangoh-green.dtb: /soc/gsbi@16200000/spi@16280000/spi@0: failed to match any schema with compatible: ['swir,mangoh-iotport-spi']
> 
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof