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 31A01C433F5 for ; Wed, 29 Dec 2021 15:29:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240539AbhL2P3X (ORCPT ); Wed, 29 Dec 2021 10:29:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47956 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233920AbhL2P3W (ORCPT ); Wed, 29 Dec 2021 10:29:22 -0500 Received: from mail-wr1-x434.google.com (mail-wr1-x434.google.com [IPv6:2a00:1450:4864:20::434]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 273D6C06173E for ; Wed, 29 Dec 2021 07:29:22 -0800 (PST) Received: by mail-wr1-x434.google.com with SMTP id i22so45057148wrb.13 for ; Wed, 29 Dec 2021 07:29:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to; bh=Esrph6oyYvc0PlFMTSVl4KFn0QN18H5CiN0RdTi0uho=; b=MMFE+DoHqzruyp0xhECuwx7sJylzgT7qQJk25ya0JZt84UlHHO7rwHNMhYGcKezNuW kblbkES+sHmyTCXrX8GozwV9kVGiRNxsC+dotZiA+JKD/6sR4MHiMJ9RbMc1OawZhM1P jGZIVE9DIX2haHgMeIJpjnOpgeXqPkTfqj67vJEHpYZT1Jo7GAopTyhVbenaXA7OrU63 Y5x6nrvApffF97+u1LLP1bNB2vAPelywTl8bNln8BAXi0DWdUznbdk1WqrmLkL2g3Mug m2Gm4MOS0+gJ3u9sYnA0+yiaFLFGdZYUu5iId6JwmDJ+3FVoOyUoXb+ExIA4RzPu+Dfs r5AQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=Esrph6oyYvc0PlFMTSVl4KFn0QN18H5CiN0RdTi0uho=; b=PnZV6hhxFoSNvLdEo0N8wjV2H80Fsu6+GoYFradQireTt7PKAcVEDtO3mXie8DhYJE G8S1fuaNfjfdQoVr+sYuEVk8qurms8fdxMuDjkzz/OsHEandjXZXz8R7//hkdfrgB/mx ZIH4MDUDw7TMc6FdHoLmZdt4p5kNYt9wIdC742oI8S6wp+55XlxDG3ypJ2bzhcyKObIL ErbHc7wNRw4hLOkHXEKsQmg03lrk+xJtLqXPPUCtwC0a30Wrj8WwQB4r3uYOt9IoEjkp K+J53VoFG7yWN4IiLurZdRL7jWwNY755kTWhsnP6xD7w11hyn6etuGc4ryRpv1GT5o3E o26A== X-Gm-Message-State: AOAM531JAMSvx1T6KzMlc/mV5jaaAwcxQU5o3+RGlUAosVCU/XGDgh4K KkA/Ii92r6puDig5JVWX943Z+g== X-Google-Smtp-Source: ABdhPJxUDpVp537KUcAr3eZlvz2pSfSMqV482z3oVEwQYc07xlN9iaMwVsJ9ScvRwOc5YhKHGNrT8g== X-Received: by 2002:adf:ef0b:: with SMTP id e11mr20665685wro.621.1640791760744; Wed, 29 Dec 2021 07:29:20 -0800 (PST) Received: from google.com ([2.31.167.18]) by smtp.gmail.com with ESMTPSA id e18sm25186071wrx.36.2021.12.29.07.29.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 29 Dec 2021 07:29:20 -0800 (PST) Date: Wed, 29 Dec 2021 15:29:18 +0000 From: Lee Jones To: matthias.bgg@kernel.org Cc: robh+dt@kernel.org, bleung@chromium.org, groeck@chromium.org, matthias.bgg@gmail.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Matthias Brugger Subject: Re: [PATCH] mfd: google,cros-ec: fix property name for MediaTek rpmsg Message-ID: References: <20211218081543.3851-1-matthias.bgg@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20211218081543.3851-1-matthias.bgg@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 18 Dec 2021, matthias.bgg@kernel.org wrote: > From: Matthias Brugger > > The MediaTek rpmsg-name is defined as mediatek,rpmsg-name in > mtk,scp.yaml. Fix the binding documentation to match the new property > > Signed-off-by: Matthias Brugger > --- > Documentation/devicetree/bindings/mfd/google,cros-ec.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog