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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 910CEC433F5 for ; Thu, 14 Oct 2021 13:44:13 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 530E160FDC for ; Thu, 14 Oct 2021 13:44:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 530E160FDC Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=collabora.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:Cc:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=zsi57H9jNL2x1lF0kszeZFDdzRpyYwBQ2HamTqmqicM=; b=g2R3XJF+vQAqdTRpYXneVSoven zJI4yVhbGgV5QXkcHgp/HTnc6Tozanm++8l1+jQcyHTzpLA6dQxxtWGoOriV2j3SwB926RP6c2yaP XSoWKnUr+lKCYO36gXB17GLSxxABOpHcY2vIM58OcGP7cUqAvCdX5h3rY+AHAqiGm8wIL5yHSWZq/ Edewa6FGPfDaGKRyTw3QowlExDFJEjGVi7XODOtyFTghsdo4q69aGxDZd/3yJnWDdoPuqHan3ryRa TFG4CU2bVJcCPk/U3RZHc+ospuiPDQHUOI8g2tn9lT/DxV2W7XTXPy91dA5Pbncvo9jgQp1ikp7fB KJOmn7QQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mb0qz-003G62-IO; Thu, 14 Oct 2021 13:33:01 +0000 Received: from bhuna.collabora.co.uk ([46.235.227.227]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mb0qv-003G4U-24; Thu, 14 Oct 2021 13:32:58 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id 818421F44C59 Subject: Re: [PATCH v7 6/6] arm64: dts: mt8183: change rpmsg property name To: Tinghan Shen , ohad@wizery.com, bjorn.andersson@linaro.org, mathieu.poirier@linaro.org, robh+dt@kernel.org, matthias.bgg@gmail.com Cc: linux-remoteproc@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org References: <20210924033935.2127-1-tinghan.shen@mediatek.com> <20210924033935.2127-7-tinghan.shen@mediatek.com> From: AngeloGioacchino Del Regno Message-ID: Date: Thu, 14 Oct 2021 15:32:53 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20210924033935.2127-7-tinghan.shen@mediatek.com> Content-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211014_063257_270973_FE3AE0AE X-CRM114-Status: GOOD ( 15.98 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Il 24/09/21 05:39, Tinghan Shen ha scritto: > The the rpmsg property name is changed to "mediatek," to sync with the > vendor name defined in vendor-prefixes.yaml. > > Signed-off-by: Tinghan Shen > --- > arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi > index 8e9cf36a9a41..bc4bbcf457ee 100644 > --- a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi > +++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi > @@ -754,7 +754,7 @@ > > cros_ec { > compatible = "google,cros-ec-rpmsg"; > - mtk,rpmsg-name = "cros-ec-rpmsg"; > + mediatek,rpmsg-name = "cros-ec-rpmsg"; > }; > }; > > Please reflect this change in Documentation/devicetree/bindings/mfd/google,cros-ec.yaml Apart from that, Reviewed-By: AngeloGioacchino Del Regno _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel