Message ID | 1725503468-22105-2-git-send-email-hongxing.zhu@nxp.com |
---|---|
State | Changes Requested |
Headers | show |
Series | Add one clock gate for i.MX95 HSIO block | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On Thu, Sep 05, 2024 at 10:31:06AM +0800, Richard Zhu wrote: > No function chanegs, correct compatible entries by alphabetical order. nit: Sort compatible entries by alphabetical order. Frank > > Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com> > --- > .../devicetree/bindings/clock/nxp,imx95-blk-ctl.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/clock/nxp,imx95-blk-ctl.yaml b/Documentation/devicetree/bindings/clock/nxp,imx95-blk-ctl.yaml > index 2dffc02dcd8b..6a928735e00d 100644 > --- a/Documentation/devicetree/bindings/clock/nxp,imx95-blk-ctl.yaml > +++ b/Documentation/devicetree/bindings/clock/nxp,imx95-blk-ctl.yaml > @@ -13,9 +13,9 @@ properties: > compatible: > items: > - enum: > - - nxp,imx95-lvds-csr > - - nxp,imx95-display-csr > - nxp,imx95-camera-csr > + - nxp,imx95-display-csr > + - nxp,imx95-lvds-csr > - nxp,imx95-vpu-csr > - const: syscon > > -- > 2.37.1 >
diff --git a/Documentation/devicetree/bindings/clock/nxp,imx95-blk-ctl.yaml b/Documentation/devicetree/bindings/clock/nxp,imx95-blk-ctl.yaml index 2dffc02dcd8b..6a928735e00d 100644 --- a/Documentation/devicetree/bindings/clock/nxp,imx95-blk-ctl.yaml +++ b/Documentation/devicetree/bindings/clock/nxp,imx95-blk-ctl.yaml @@ -13,9 +13,9 @@ properties: compatible: items: - enum: - - nxp,imx95-lvds-csr - - nxp,imx95-display-csr - nxp,imx95-camera-csr + - nxp,imx95-display-csr + - nxp,imx95-lvds-csr - nxp,imx95-vpu-csr - const: syscon
No function chanegs, correct compatible entries by alphabetical order. Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com> --- .../devicetree/bindings/clock/nxp,imx95-blk-ctl.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)