Message ID | 20231207101659.2496154-1-festevam@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v3] dt-bindings: nvmem: mxs-ocotp: Document fsl,ocotp | expand |
On Thu, 07 Dec 2023 07:16:59 -0300, Fabio Estevam wrote: > Both imx23.dtsi and imx28.dtsi describe the OCOTP nodes in > the format: > > compatible = "fsl,imx28-ocotp", "fsl,ocotp"; > > Document the "fsl,ocotp" entry to fix the following schema > warning: > > [...] Applied, thanks! [1/1] dt-bindings: nvmem: mxs-ocotp: Document fsl,ocotp commit: 46a8c57f38fd50b26c74c2663fc9262668d364f6 Best regards,
diff --git a/Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml b/Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml index f43186f98607..d9287be89877 100644 --- a/Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml +++ b/Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml @@ -15,9 +15,11 @@ allOf: properties: compatible: - enum: - - fsl,imx23-ocotp - - fsl,imx28-ocotp + items: + - enum: + - fsl,imx23-ocotp + - fsl,imx28-ocotp + - const: fsl,ocotp reg: maxItems: 1 @@ -35,7 +37,7 @@ unevaluatedProperties: false examples: - | ocotp: efuse@8002c000 { - compatible = "fsl,imx28-ocotp"; + compatible = "fsl,imx28-ocotp", "fsl,ocotp"; #address-cells = <1>; #size-cells = <1>; reg = <0x8002c000 0x2000>;