Message ID | 20241203173113.90009-2-afd@ti.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [1/4] dt-bindings: mfd: syscon: Add ti,am654-icssg-ctrl compatible | expand |
On Tue, Dec 03, 2024 at 11:31:11AM -0600, Andrew Davis wrote: > Add a pattern property for icssg-ctrl which can be part of this controller. > > Signed-off-by: Andrew Davis <afd@ti.com> > --- > .../bindings/soc/ti/ti,j721e-system-controller.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/soc/ti/ti,j721e-system-controller.yaml b/Documentation/devicetree/bindings/soc/ti/ti,j721e-system-controller.yaml > index 378e9cc5fac2a..9ba9cb100ab30 100644 > --- a/Documentation/devicetree/bindings/soc/ti/ti,j721e-system-controller.yaml > +++ b/Documentation/devicetree/bindings/soc/ti/ti,j721e-system-controller.yaml > @@ -68,6 +68,12 @@ patternProperties: > description: > The node corresponding to SoC chip identification. > > + "^icssg-ctrl@[0-9a-f]+$": > + type: object > + $ref: /schemas/mfd/syscon.yaml# > + description: > + This is the ICSSG control region. Drop, regions are not described in DTS. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/soc/ti/ti,j721e-system-controller.yaml b/Documentation/devicetree/bindings/soc/ti/ti,j721e-system-controller.yaml index 378e9cc5fac2a..9ba9cb100ab30 100644 --- a/Documentation/devicetree/bindings/soc/ti/ti,j721e-system-controller.yaml +++ b/Documentation/devicetree/bindings/soc/ti/ti,j721e-system-controller.yaml @@ -68,6 +68,12 @@ patternProperties: description: The node corresponding to SoC chip identification. + "^icssg-ctrl@[0-9a-f]+$": + type: object + $ref: /schemas/mfd/syscon.yaml# + description: + This is the ICSSG control region. + required: - compatible - reg
Add a pattern property for icssg-ctrl which can be part of this controller. Signed-off-by: Andrew Davis <afd@ti.com> --- .../bindings/soc/ti/ti,j721e-system-controller.yaml | 6 ++++++ 1 file changed, 6 insertions(+)