video: meson: add compatible for Amlogic G12A
Finally add the Amlogic G12A SoC compatible for the VPU driver. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
		
							parent
							
								
									573687c3be
								
							
						
					
					
						commit
						04eb4f45c1
					
				|  | @ -86,6 +86,7 @@ static const struct udevice_id meson_vpu_ids[] = { | |||
| 	{ .compatible = "amlogic,meson-gxbb-vpu", .data = VPU_COMPATIBLE_GXBB }, | ||||
| 	{ .compatible = "amlogic,meson-gxl-vpu", .data = VPU_COMPATIBLE_GXL }, | ||||
| 	{ .compatible = "amlogic,meson-gxm-vpu", .data = VPU_COMPATIBLE_GXM }, | ||||
| 	{ .compatible = "amlogic,meson-g12a-vpu", .data = VPU_COMPATIBLE_G12A }, | ||||
| 	{ } | ||||
| }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue