mirror of https://github.com/torvalds/linux.git
dt-bindings: fsl,fpga-qixis: describe the gpio child node found on LS1046AQDS
Extend the list of accepted child nodes with the QIXIS FPGA based GPIO controller and explicitly list its compatible string fsl,ls1046aqds-fpga-gpio-stat-pres2 as the only one accepted. Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
b8ac5ceef2
commit
2346a408b4
|
|
@ -57,6 +57,16 @@ patternProperties:
|
||||||
'^mdio-mux@[a-f0-9,]+$':
|
'^mdio-mux@[a-f0-9,]+$':
|
||||||
$ref: /schemas/net/mdio-mux-mmioreg.yaml
|
$ref: /schemas/net/mdio-mux-mmioreg.yaml
|
||||||
|
|
||||||
|
'^gpio@[0-9a-f]+$':
|
||||||
|
type: object
|
||||||
|
additionalProperties: true
|
||||||
|
|
||||||
|
properties:
|
||||||
|
compatible:
|
||||||
|
contains:
|
||||||
|
enum:
|
||||||
|
- fsl,ls1046aqds-fpga-gpio-stat-pres2
|
||||||
|
|
||||||
required:
|
required:
|
||||||
- compatible
|
- compatible
|
||||||
- reg
|
- reg
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue