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 79BC3C61DA4 for ; Mon, 6 Feb 2023 11:12:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229865AbjBFLMp (ORCPT ); Mon, 6 Feb 2023 06:12:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60916 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229930AbjBFLMl (ORCPT ); Mon, 6 Feb 2023 06:12:41 -0500 Received: from mail-vs1-xe2f.google.com (mail-vs1-xe2f.google.com [IPv6:2607:f8b0:4864:20::e2f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 21B891EBC8 for ; Mon, 6 Feb 2023 03:12:40 -0800 (PST) Received: by mail-vs1-xe2f.google.com with SMTP id d66so12204011vsd.9 for ; Mon, 06 Feb 2023 03:12:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=Dx0rL/jZPMLeHFNkdGq3B0lHEAtTAwxRwYVBdLrzGf4=; b=RpSQ3qkKIePil2cxOGelPztIhxlANWmbbwU9RhBul5avvUPj+q0M4uLMEDT1sHKyEz mjG/rfEWMAlTbf8tcDgE3qtg1IZh5leZoM6yiEzP+c3SziJCoQzPCVrZT7H7+zBMiFqf B7aDf+yrPUXxtDA7GvjM0Qk87Haq0JB4MmbXw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=Dx0rL/jZPMLeHFNkdGq3B0lHEAtTAwxRwYVBdLrzGf4=; b=FdsxFu8MtETxrMYRqFvjaqMQMikM2hskysMWWhd7/GZdNf4owjWu6By58o853RSusJ IWBoR0J1E0n7cX2FNpu9Oi1XV+3ap+tk/PnIPMuoTxx4sT19dPlSUbAeHflyjhwcS0Dh lG2xnUdtH3k3658G/S7LcKj/wT5BXIcoiLRxznD0CP5Qyssh4lh+VmcYbglhPWT7r6WP Mp8PHVHVtNzvZ1eZOvHRaAid6QoyIeKwfVvZ2wlippW15Pg/RrbesGHaTsyBarPurAXh YbJzbUvE2QpX7H8y1pjgMNelwI4O1CQ0OUGHbr0sPsI7uOUUF93m2fiysI8AUZHajAFQ ZpXA== X-Gm-Message-State: AO0yUKVmyOgz/Y1zlSE+m66tll0odCvtL8HfyYjKUPESGeET4RsjjkHD 90os1VGWGvqXVL7nLrWme3bA5fRe5PJbRjJL/bhM4w== X-Google-Smtp-Source: AK7set9deAUpwZvkISTP2kzU9X7LTaqj94p/drhOTgA6z/VsK90cwJfx1qsalSnu41+dWRZbIWESyD/aiCDW4pwFflw= X-Received: by 2002:a05:6102:322a:b0:3fe:ae88:d22 with SMTP id x10-20020a056102322a00b003feae880d22mr2920661vsf.65.1675681959294; Mon, 06 Feb 2023 03:12:39 -0800 (PST) MIME-Version: 1.0 References: <20230206091109.1324-1-moudy.ho@mediatek.com> <20230206091109.1324-3-moudy.ho@mediatek.com> In-Reply-To: <20230206091109.1324-3-moudy.ho@mediatek.com> From: Chen-Yu Tsai Date: Mon, 6 Feb 2023 19:12:28 +0800 Message-ID: Subject: Re: [PATCH v7 2/6] arm64: dts: mediatek: mt8195: add MMSYS configuration for VPPSYS To: Moudy Ho Cc: Rob Herring , Krzysztof Kozlowski , Matthias Brugger , Michael Turquette , Stephen Boyd , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-clk@vger.kernel.org, Project_Global_Chrome_Upstream_Group@mediatek.com, "Roy-CW.Yeh" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 6, 2023 at 5:11 PM Moudy Ho wrote: > > From: "Roy-CW.Yeh" > > With the change of the MMSYS binding file for MT8195, the compatible > name of VPPSYS in dts need to be fixed to match the definition. > > Signed-off-by: Roy-CW.Yeh > Signed-off-by: Moudy Ho Reviewed-by: Chen-Yu Tsai Tested-by: Chen-Yu Tsai