diff options
| author | Frank Li <[email protected]> | 2024-07-02 16:17:24 -0400 |
|---|---|---|
| committer | Bartosz Golaszewski <[email protected]> | 2024-07-03 12:02:06 +0200 |
| commit | f2e395629747e718a67b567cb84b49d14792b312 (patch) | |
| tree | 6fa8a637ccdc2cad720bd84ccc964e1c62f66945 | |
| parent | 6f2a875024993449f1b19a144d3e4391411a1b51 (diff) | |
dt-bindings: gpio: fsl,qoriq-gpio: Add compatible string fsl,ls1046a-gpio
Add compatible string for chip ls1046 to fix below warning.
arch/arm64/boot/dts/freescale/fsl-ls1046a-frwy.dtb: /soc/gpio@2300000: failed to match any schema with compatible: ['fsl,ls1046a-gpio', 'fsl,qoriq-gpio']
Signed-off-by: Frank Li <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bartosz Golaszewski <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/gpio/fsl,qoriq-gpio.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpio/fsl,qoriq-gpio.yaml b/Documentation/devicetree/bindings/gpio/fsl,qoriq-gpio.yaml index f386ff3df6a8..84fd82291ee4 100644 --- a/Documentation/devicetree/bindings/gpio/fsl,qoriq-gpio.yaml +++ b/Documentation/devicetree/bindings/gpio/fsl,qoriq-gpio.yaml @@ -24,6 +24,7 @@ properties: - fsl,ls1021a-gpio - fsl,ls1028a-gpio - fsl,ls1043a-gpio + - fsl,ls1046a-gpio - fsl,ls1088a-gpio - fsl,ls2080a-gpio - const: fsl,qoriq-gpio |