From patchwork Mon Dec 11 20:59:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brandon Brnich X-Patchwork-Id: 752654 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="rVWHF2nb" Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 45F829F; Mon, 11 Dec 2023 12:59:45 -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 3BBKxSEu093980; Mon, 11 Dec 2023 14:59:28 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1702328368; bh=89+/klxrnTcqSR0Bnfjj/VnKLHSu2li17RgQISGwZ4w=; h=From:To:CC:Subject:Date; b=rVWHF2nbBDyzfqsLEqcOMrYiagMbgEudNI8tIT07OEazHzXgfcfGdlPUZFH/bnotK QaB4EB1+74f4e+zrTGk0fwP5OAFVAOvJTsqq+WUGCxalBnSQxb/7FAo7Mcz+ARKMjQ VikG0E2WyC+tdOZxOrSOd1wwThZzs1YKhXhJTBEo= Received: from DFLE113.ent.ti.com (dfle113.ent.ti.com [10.64.6.34]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 3BBKxScV121635 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 11 Dec 2023 14:59:28 -0600 Received: from DFLE104.ent.ti.com (10.64.6.25) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Mon, 11 Dec 2023 14:59:28 -0600 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DFLE104.ent.ti.com (10.64.6.25) 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; Mon, 11 Dec 2023 14:59:27 -0600 Received: from udba0500997.dhcp.ti.com (udba0500997.dhcp.ti.com [128.247.81.249]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 3BBKxRo6003825; Mon, 11 Dec 2023 14:59:27 -0600 From: Brandon Brnich To: , , , 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 CC: Nishanth Menon , Darren Etheridge , Brandon Brnich Subject: [PATCH v3 0/2] Update Wave521c Compatible for TI Devices Date: Mon, 11 Dec 2023 14:59:18 -0600 Message-ID: <20231211205920.698939-1-b-brnich@ti.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Hello All, There has been ongoing discussion[1] surrounding the issue of having K3 prefix included in the compatible for dt bindings. This series removes this prefix from both the device tree binding as well as the driver. Updating the binding will not break the ABI at this point as the driver is still only in linux-next. Changes in v3: - Update example in dt bindings to match new compatible Changes in v2: - Include more context surrounding patch - Fix style issues addressed by Krzysztof [1] https://lore.kernel.org/all/20231201063309.tingjc3cjhsqb6r7@confusing/ Brandon Brnich (2): dt-bindings: media: Remove K3 Family Prefix from Compatible media: chips-media: wave5: Remove K3 References Documentation/devicetree/bindings/media/cnm,wave521c.yaml | 4 ++-- drivers/media/platform/chips-media/wave5/wave5-vpu.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)