imx6: fix DualLite/Solo GW551X board detection
The model name is a different one in the device tree source file. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
eaf6f1532d
commit
f7eb7f577f
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ imx6_board_detect() {
|
|||
;;
|
||||
|
||||
"Gateworks Ventana i.MX6 Dual/Quad GW551X" |\
|
||||
"Gateworks Ventana i.MX6 Solo/DualLite GW551X")
|
||||
"Gateworks Ventana i.MX6 DualLite/Solo GW551X")
|
||||
name="gw551x"
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue