Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: mtd: gpmi-nand: Add 'fsl,imx8qxp-gpmi-nand' compatible string

Add 'fsl,imx8qxp-gpmi-nand' compatible string and clock-names restriction.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20240520-gpmi_nand-v2-1-e3017e4c9da5@nxp.com

authored by

Frank Li and committed by
Miquel Raynal
70cdc145 8675330a

+22
+22
Documentation/devicetree/bindings/mtd/gpmi-nand.yaml
··· 24 24 - fsl,imx6q-gpmi-nand 25 25 - fsl,imx6sx-gpmi-nand 26 26 - fsl,imx7d-gpmi-nand 27 + - fsl,imx8qxp-gpmi-nand 27 28 - items: 28 29 - enum: 29 30 - fsl,imx8mm-gpmi-nand ··· 150 149 clock-names: 151 150 items: 152 151 - const: gpmi_io 152 + - const: gpmi_bch_apb 153 + 154 + - if: 155 + properties: 156 + compatible: 157 + contains: 158 + enum: 159 + - fsl,imx8qxp-gpmi-nand 160 + then: 161 + properties: 162 + clocks: 163 + items: 164 + - description: SoC gpmi io clock 165 + - description: SoC gpmi apb clock 166 + - description: SoC gpmi bch clock 167 + - description: SoC gpmi bch apb clock 168 + clock-names: 169 + items: 170 + - const: gpmi_io 171 + - const: gpmi_apb 172 + - const: gpmi_bch 153 173 - const: gpmi_bch_apb 154 174 155 175 examples: