diff options
| author | Johan Jonker <jbx6244@gmail.com> | 2022-09-10 00:01:10 +0200 |
|---|---|---|
| committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2022-10-18 10:24:49 +0200 |
| commit | 47c3697e25d5167a60d6a3253f2da47452ba0a97 (patch) | |
| tree | aa02f4e555ca3d12cd56fafad472972a2819bb80 | |
| parent | 9abf2313adc1ca1b6180c508c25f22f9395cc780 (diff) | |
| download | linux-47c3697e25d5167a60d6a3253f2da47452ba0a97.tar.bz2 | |
dt-bindings: mtd: rockchip: add rockchip,rk3128-nfc
Add rockchip,rk3128-nfc compatible string.
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/f09665c1-9938-38c1-9a31-f196a3ef9cf0@gmail.com
| -rw-r--r-- | Documentation/devicetree/bindings/mtd/rockchip,nand-controller.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mtd/rockchip,nand-controller.yaml b/Documentation/devicetree/bindings/mtd/rockchip,nand-controller.yaml index d681a4676f06..566f330851f7 100644 --- a/Documentation/devicetree/bindings/mtd/rockchip,nand-controller.yaml +++ b/Documentation/devicetree/bindings/mtd/rockchip,nand-controller.yaml @@ -19,7 +19,9 @@ properties: - const: rockchip,rk2928-nfc - const: rockchip,rv1108-nfc - items: - - const: rockchip,rk3036-nfc + - enum: + - rockchip,rk3036-nfc + - rockchip,rk3128-nfc - const: rockchip,rk2928-nfc - items: - const: rockchip,rk3308-nfc |