From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5D64EC352A1 for ; Wed, 7 Dec 2022 13:14:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229853AbiLGNOm (ORCPT ); Wed, 7 Dec 2022 08:14:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47918 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229437AbiLGNOk (ORCPT ); Wed, 7 Dec 2022 08:14:40 -0500 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7727B56D73; Wed, 7 Dec 2022 05:14:39 -0800 (PST) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 506866602BB7; Wed, 7 Dec 2022 13:14:37 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1670418877; bh=2iUfgOK9j8JufH6QlNBq2XRKpukh2AkY3nVEXgGhlWE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=TqKlv2bzUiItBhcMPlYg9Y/MiW73qhm60Mz8M6aGnOoUdpt3YJwRrFMh7ysvary1f ryypqtp53Zo1Tq/p6NqPGyIqp50S3K0M+pylKbSR2XmdlbAAt59VfEMJu/m+IwHynO f8xzGfooisrc/g8fS4sKS0steGxabUu7T+NueW2L4IdirRDMqFYqESIBvfzshDd3Ap ZxSDAOY7hr6cVsmwiW3fuA1XsDybPGhX2mHnA4JawqhhPT9Y2UZSAiv4ccXOkAsuck eNPzTDoBkwUXcvmPSwe1wQk8ZHttYPKtMnBVGDjQQc00ybJLfoEgZJBXJbBk8JVnVI uEOHa+XFzyg7w== Message-ID: <1829bd00-4d6c-d49e-9251-e5f42bc40525@collabora.com> Date: Wed, 7 Dec 2022 14:14:34 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0 Subject: Re: [PATCH v6 1/3] media: dt-bindings: media: mediatek: Rename child node names for decoder Content-Language: en-US To: Allen-KH Cheng , Mauro Carvalho Chehab , Matthias Brugger , Rob Herring , Krzysztof Kozlowski Cc: Project_Global_Chrome_Upstream_Group@mediatek.com, linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, yunfei.dong@mediatek.com References: <20221207055107.11333-1-allen-kh.cheng@mediatek.com> <20221207055107.11333-2-allen-kh.cheng@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20221207055107.11333-2-allen-kh.cheng@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 07/12/22 06:51, Allen-KH Cheng ha scritto: > In order to make the names of the child nodes more generic, we rename > "vcodec-lat" and "vcodec-core" to "video-codec" for decoder in > patternProperties and example. > > Signed-off-by: Allen-KH Cheng > Reviewed-by: Krzysztof Kozlowski Reviewed-by: AngeloGioacchino Del Regno