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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 48163C49EA7 for ; Thu, 24 Jun 2021 19:26:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2D644610C7 for ; Thu, 24 Jun 2021 19:26:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232846AbhFXT2Z (ORCPT ); Thu, 24 Jun 2021 15:28:25 -0400 Received: from mail-io1-f53.google.com ([209.85.166.53]:36643 "EHLO mail-io1-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232178AbhFXT2Y (ORCPT ); Thu, 24 Jun 2021 15:28:24 -0400 Received: by mail-io1-f53.google.com with SMTP id s19so9651869ioc.3; Thu, 24 Jun 2021 12:26:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=8eJH9Kzucu1Ik6hPDZiexVBLT3UFFKRlBapPfDjYMik=; b=te8kMvhnhEkqWMGZIwEfvUNKg/ccz4NRGGIP2/mTrcSEea2cDUJ8ftCKKhAOUH+C+8 XgFvsl68RBMD7po4apL8jpKqb+pwAGw1WyrfZ2rkvOsdINWgNVN6aihPtb2lpPkMG0Em 8jh5g2lQ/1xsmVGriCKQILoNHu96qgOZHicowQMrcbt53H0DjPUvFrM0pZTxk748zE4c rFSoDCMnEe5purG8LD3EJJDHIcvJOYDoAfhkqnIgk1sM0Q6xC78XZz9MjZhqiMkD6cEa ChSHyiWfF9hxUIHBaKDKUFob3xMojD4XWBLzr7TOl4L6ngrbSuhEG8uBOmNTIRz5u/sD UeKQ== X-Gm-Message-State: AOAM531VtLO4g9TtkATXD6gGubM9R1qbOiRdzxxF+aNfBicCBKzTbf23 nUeu9TlyRa58NWNsOHk8mA== X-Google-Smtp-Source: ABdhPJynEp8iidB0Ms4zMtG+7pm348cqKAyaVz5781K5HDDj72Nwl2G5wVst5E0aL87+JgqA7hhUsg== X-Received: by 2002:a02:5d0a:: with SMTP id w10mr5971532jaa.82.1624562764524; Thu, 24 Jun 2021 12:26:04 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id m2sm2225616ilf.6.2021.06.24.12.26.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Jun 2021 12:26:03 -0700 (PDT) Received: (nullmailer pid 1846282 invoked by uid 1000); Thu, 24 Jun 2021 19:26:00 -0000 Date: Thu, 24 Jun 2021 13:26:00 -0600 From: Rob Herring To: Hsin-Yi Wang Cc: linux-mediatek@lists.infradead.org, maoguang.meng@mediatek.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Matthias Brugger , yong.wu@mediatek.com, devicetree@vger.kernel.org Subject: Re: [PATCH v5 2/3] dt-bindings: mediatek: Add mediatek,mt8183-jpgenc compatible Message-ID: <20210624192600.GA1846233@robh.at.kernel.org> References: <20210612031853.3115482-1-hsinyi@chromium.org> <20210612031853.3115482-2-hsinyi@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210612031853.3115482-2-hsinyi@chromium.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 12 Jun 2021 11:18:52 +0800, Hsin-Yi Wang wrote: > Add mediatek,mt8183-jpgenc compatible to binding document. > > Signed-off-by: Hsin-Yi Wang > Reviewed-by: Matthias Brugger > --- > .../devicetree/bindings/media/mediatek-jpeg-encoder.yaml | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Rob Herring