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 6092AC433F5 for ; Tue, 10 May 2022 17:21:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347956AbiEJRZ0 (ORCPT ); Tue, 10 May 2022 13:25:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44554 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347920AbiEJRZR (ORCPT ); Tue, 10 May 2022 13:25:17 -0400 Received: from mail-oi1-f171.google.com (mail-oi1-f171.google.com [209.85.167.171]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F6E24616F; Tue, 10 May 2022 10:21:16 -0700 (PDT) Received: by mail-oi1-f171.google.com with SMTP id r1so19237888oie.4; Tue, 10 May 2022 10:21:16 -0700 (PDT) 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:in-reply-to; bh=h4ryxJ2jrSNExLhhmYzyKGyiel0OoRkU5ralwjePwSY=; b=xVSVdVkxNr+oW1V2xykyF61gjomYNyUsxn8mOG6ISz/BGzqVrnZsE2kKEQfpze27nY z9owEM+iZj8GaQr76an8qwnn2Q9dwdNeQ2IC4SwEpdSmchhcw3gKRnofRG6VAsbPvqkq sml+y/Bh/mQiaBXVXR8OfbiADlDK9zfGYEcpH7JqeZzxjHGYLoy6Rn3u9STpdyZfGVZE 7tR59wxevEWuHvUCUsSfWrk4viHWT9QbebaLr21YP3hhKZQStogT6R1QsWiFCoBV5+UD pXrXLdNCS2Up7j83gas0HpNk+Ar16wymaiBy04E4xQqLUDdrQZoiHHQuypE5qZML+DSP J+sg== X-Gm-Message-State: AOAM532N0N5QD4a7BqqqRdCsQcrRCo0tjeq1ThCmfWk3zHWyZeLdQHMB FYXCFhC3hDTy2OP+Q1gYvg== X-Google-Smtp-Source: ABdhPJxSViFtXleX6ACNx+piFFh2WquKpHvKnusM+eQztCmHieA6RVfY/Tq4ItgXWYejlF4c1oqxQg== X-Received: by 2002:a05:6808:150e:b0:328:ab8e:fcfe with SMTP id u14-20020a056808150e00b00328ab8efcfemr314666oiw.120.1652203275435; Tue, 10 May 2022 10:21:15 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id s7-20020a0568301c6700b006060322123bsm5886462otg.11.2022.05.10.10.21.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 10 May 2022 10:21:14 -0700 (PDT) Received: (nullmailer pid 2232154 invoked by uid 1000); Tue, 10 May 2022 17:21:14 -0000 Date: Tue, 10 May 2022 12:21:14 -0500 From: Rob Herring To: Allen-KH Cheng Cc: Matthias Brugger , Krzysztof Kozlowski , Ryder Lee , hsinyi@chromium.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring , Chen-Yu Tsai , Project_Global_Chrome_Upstream_Group@mediatek.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v10 3/4] dt-bindings: arm: Add compatible for MediaTek MT8186 Message-ID: References: <20220510075233.5426-1-allen-kh.cheng@mediatek.com> <20220510075233.5426-4-allen-kh.cheng@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220510075233.5426-4-allen-kh.cheng@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 10 May 2022 15:52:32 +0800, Allen-KH Cheng wrote: > This commit adds dt-binding documentation for the MediaTek MT8186 > reference board. > > Signed-off-by: Allen-KH Cheng > --- > Documentation/devicetree/bindings/arm/mediatek.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > Acked-by: Rob Herring