]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commit4473b87b28fac6a9f5b46a1b69431c413a3caefd
treec93d6eb2750449c1195f2058d3f581dbeee88929
parent40a135108050d019063c57c8126bdf75dbc260ee
mtd: nand: raw: rockchip_nfc: remove the compatible string "rockchip,rk3308-nfc"

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