Patch "media: amphion: Fix VPU core alias name" has been added to the 6.7-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    media: amphion: Fix VPU core alias name

to the 6.7-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     media-amphion-fix-vpu-core-alias-name.patch
and it can be found in the queue-6.7 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 3a57f9210535d96031a3bcbdf76877724d98ee42
Author: Alexander Stein <alexander.stein@xxxxxxxxxxxxxxx>
Date:   Tue Nov 7 08:15:21 2023 +0100

    media: amphion: Fix VPU core alias name
    
    [ Upstream commit f033c87fda47e272bb4f75dc7b03677261d91158 ]
    
    Starting with commit f6038de293f2 ("arm64: dts: imx8qm: Fix VPU core
    alias name") the alias for VPU cores uses dashes instead of underscores.
    Adjust the alias stem accordingly. Fixes the errors:
    amphion-vpu-core 2d040000.vpu-core: can't get vpu core id
    amphion-vpu-core 2d050000.vpu-core: can't get vpu core id
    
    Fixes: f6038de293f2 ("arm64: dts: imx8qm: Fix VPU core alias name")
    Signed-off-by: Alexander Stein <alexander.stein@xxxxxxxxxxxxxxx>
    Reviewed-by: Ming Qian <ming.qian@xxxxxxx>
    Signed-off-by: Hans Verkuil <hverkuil-cisco@xxxxxxxxx>
    Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/media/platform/amphion/vpu_core.c b/drivers/media/platform/amphion/vpu_core.c
index 1af6fc9460d4..3a2030d02e45 100644
--- a/drivers/media/platform/amphion/vpu_core.c
+++ b/drivers/media/platform/amphion/vpu_core.c
@@ -642,7 +642,7 @@ static int vpu_core_probe(struct platform_device *pdev)
 		return -ENODEV;
 
 	core->type = core->res->type;
-	core->id = of_alias_get_id(dev->of_node, "vpu_core");
+	core->id = of_alias_get_id(dev->of_node, "vpu-core");
 	if (core->id < 0) {
 		dev_err(dev, "can't get vpu core id\n");
 		return core->id;




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux