]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
mtd: nand: raw: rockchip_nfc: remove the compatible string "rockchip,rk3308-nfc"
authorJohan Jonker <jbx6244@gmail.com>
Mon, 13 Mar 2023 00:28:19 +0000 (01:28 +0100)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 6 May 2023 09:28:17 +0000 (17:28 +0800)
The compatible string for rk3308 has as fallback string
"rockchip,rv1108-nfc". As there is no logic in probe priority between
the SoC orientated string and the fall back, so remove the compatible
string "rockchip,rk3308-nfc" from the driver.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>
drivers/mtd/nand/raw/rockchip_nfc.c

index 9f424a254e79fd48a388ba7bf5d18ae7389d88da..021e7ef77040af23596260667110a2f6f373efbe 100644 (file)
@@ -1165,10 +1165,6 @@ static const struct udevice_id rk_nfc_id_table[] = {
                .compatible = "rockchip,rv1108-nfc",
                .data = (unsigned long)&nfc_v8_cfg
        },
-       {
-               .compatible = "rockchip,rk3308-nfc",
-               .data = (unsigned long)&nfc_v8_cfg
-       },
        { /* sentinel */ }
 };