diff --git a/projects/Allwinner/patches/linux/0013-drm_call_drm_atomic_helper_shutdown_at_shutdown.patch b/projects/Allwinner/patches/linux/0013-drm_call_drm_atomic_helper_shutdown_at_shutdown.patch index 218fdae116..65d9ee5a53 100644 --- a/projects/Allwinner/patches/linux/0013-drm_call_drm_atomic_helper_shutdown_at_shutdown.patch +++ b/projects/Allwinner/patches/linux/0013-drm_call_drm_atomic_helper_shutdown_at_shutdown.patch @@ -53,7 +53,7 @@ index 6a8dfc022d3c..35d7a7ffd208 100644 @@ -437,6 +442,7 @@ MODULE_DEVICE_TABLE(of, sun4i_drv_of_table); static struct platform_driver sun4i_drv_platform_driver = { .probe = sun4i_drv_probe, - .remove = sun4i_drv_remove, + .remove_new = sun4i_drv_remove, + .shutdown = sun4i_drv_shutdown, .driver = { .name = "sun4i-drm", diff --git a/projects/Allwinner/patches/linux/0016-mfd-Add-support-for-AC200.patch b/projects/Allwinner/patches/linux/0016-mfd-Add-support-for-AC200.patch index e3c5815c22..90e1941920 100644 --- a/projects/Allwinner/patches/linux/0016-mfd-Add-support-for-AC200.patch +++ b/projects/Allwinner/patches/linux/0016-mfd-Add-support-for-AC200.patch @@ -182,7 +182,7 @@ Signed-off-by: Jernej Skrabec + .name = "ac200", + .of_match_table = of_match_ptr(ac200_of_match), + }, -+ .probe_new = ac200_i2c_probe, ++ .probe = ac200_i2c_probe, + .remove = ac200_i2c_remove, + .id_table = ac200_ids, +}; diff --git a/projects/Allwinner/patches/linux/0026-phy-handle-optional-regulator-for-PHY.patch b/projects/Allwinner/patches/linux/0026-phy-handle-optional-regulator-for-PHY.patch index 27b11a7ea2..caf406b8ac 100644 --- a/projects/Allwinner/patches/linux/0026-phy-handle-optional-regulator-for-PHY.patch +++ b/projects/Allwinner/patches/linux/0026-phy-handle-optional-regulator-for-PHY.patch @@ -89,9 +89,9 @@ index c7cf61fe41cf..3bfe9bf6b3ac 100644 --- a/drivers/net/phy/phy_device.c +++ b/drivers/net/phy/phy_device.c @@ -30,6 +30,7 @@ - #include #include #include + #include +#include #include #include