The gpu driver is out-of-tree module and it's still for kernel v6.1, not adaptation for kernel v6.6 yet. Add this compatible "ti,am3352-sgx530" to make the out-of-tree gpu driver working.
Signed-off-by: Xulin Sun <xulin....@windriver.com> --- arch/arm/boot/dts/ti/omap/am33xx.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/ti/omap/am33xx.dtsi b/arch/arm/boot/dts/ti/omap/am33xx.dtsi index 989d5a6edeed..e4880517028e 100644 --- a/arch/arm/boot/dts/ti/omap/am33xx.dtsi +++ b/arch/arm/boot/dts/ti/omap/am33xx.dtsi @@ -641,7 +641,7 @@ target-module@56000000 { ranges = <0 0x56000000 0x1000000>; gpu@0 { - compatible = "ti,omap3630-gpu", "img,powervr-sgx530"; + compatible = "ti,omap3630-gpu", "ti,am3352-sgx530", "img,powervr-sgx530"; reg = <0x0 0x10000>; /* 64kB */ interrupts = <37>; }; -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14423): https://lists.yoctoproject.org/g/linux-yocto/message/14423 Mute This Topic: https://lists.yoctoproject.org/mt/108731318/21656 Group Owner: linux-yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-