mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-27 12:57:13 +00:00
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>
This commit is contained in:
parent
40a1351080
commit
4473b87b28
1 changed files with 0 additions and 4 deletions
|
@ -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 */ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue