Message ID | f09665c1-9938-38c1-9a31-f196a3ef9cf0@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add more Rockchip rk3128 compatible strings | expand |
On 10/09/2022 00:01, Johan Jonker wrote: > Add rockchip,rk3128-nfc compatible string. > > Signed-off-by: Johan Jonker <jbx6244@gmail.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/mtd/rockchip,nand-controller.yaml b/Documentation/devicetree/bindings/mtd/rockchip,nand-controller.yaml index d681a4676..566f33085 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
Add rockchip,rk3128-nfc compatible string. Signed-off-by: Johan Jonker <jbx6244@gmail.com> --- .../devicetree/bindings/mtd/rockchip,nand-controller.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)