From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="TNV2EDem" Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 929E018D; Wed, 6 Dec 2023 13:38:06 -0800 (PST) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 3B6LbkjO078625; Wed, 6 Dec 2023 15:37:46 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1701898666; bh=CIIFpDI2UcKsTH0G9x89mVG+vN1Kp6OZF/b5wqzbsac=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=TNV2EDemUUEpsTlQkTGzAQA4LMZ42bohZehMdzGp9F+c3TyTp3uhmfLaQu1+Tw7H4 S1hyc3pdnXt4/WG02B2UCq9vEPp+ABD8xOXiBEkUQgM3uKDFLDqh0W2/3ljPNjGcG/ kUFcl5f7wHmOftzG2OMdiza2/hLlU4z7zBQrQ2lk= Received: from DLEE114.ent.ti.com (dlee114.ent.ti.com [157.170.170.25]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 3B6LbkCJ022690 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 6 Dec 2023 15:37:46 -0600 Received: from DLEE106.ent.ti.com (157.170.170.36) by DLEE114.ent.ti.com (157.170.170.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Wed, 6 Dec 2023 15:37:45 -0600 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DLEE106.ent.ti.com (157.170.170.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Wed, 6 Dec 2023 15:37:45 -0600 Received: from localhost (uda0133052.dhcp.ti.com [128.247.81.232]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 3B6Lbj9Z005244; Wed, 6 Dec 2023 15:37:45 -0600 Date: Wed, 6 Dec 2023 15:37:45 -0600 From: Nishanth Menon To: Brandon Brnich CC: , , , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Nas Chung , Jackson Lee , Hans Verkuil , Sebastian Fricke , Dafna Hirschfeld , Robert Beckett , Nicolas Dufresne , Geert Uytterhoeven , Darren Etheridge Subject: Re: [PATCH v2 2/2] media: chips-media: wave5: Remove K3 References Message-ID: <20231206213745.usdpiborqkl3w47t@squeak> References: <20231206185254.1748473-1-b-brnich@ti.com> <20231206185254.1748473-3-b-brnich@ti.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20231206185254.1748473-3-b-brnich@ti.com> X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 On 12:52-20231206, Brandon Brnich wrote: > Change compatible string to match dt bindings for TI devices. K3 family > prefix should not be included as it deviates from naming convention. > > Fixes: 9707a6254a8a ("media: chips-media: wave5: Add the v4l2 layer") > Reported-by: Geert Uytterhoeven > Closes: https://lore.kernel.org/all/CAMuHMdUYOq=q1j=d+Eac28hthOUAaNUkuvxmRu-mUN1pLKq69g@mail.gmail.com/ > Signed-off-by: Brandon Brnich > --- > V1 -> V2: Fix style issues in commit message > > drivers/media/platform/chips-media/wave5/wave5-vpu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/media/platform/chips-media/wave5/wave5-vpu.c b/drivers/media/platform/chips-media/wave5/wave5-vpu.c > index bfe4caa79cc9..0d90b5820bef 100644 > --- a/drivers/media/platform/chips-media/wave5/wave5-vpu.c > +++ b/drivers/media/platform/chips-media/wave5/wave5-vpu.c > @@ -272,7 +272,7 @@ static const struct wave5_match_data ti_wave521c_data = { > }; > > static const struct of_device_id wave5_dt_ids[] = { > - { .compatible = "ti,k3-j721s2-wave521c", .data = &ti_wave521c_data }, > + { .compatible = "ti,j721s2-wave521c", .data = &ti_wave521c_data }, > { /* sentinel */ } > }; > MODULE_DEVICE_TABLE(of, wave5_dt_ids); > -- > 2.34.1 > Reviewed-by: Nishanth Menon -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D