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 DF546C07E9D for ; Mon, 26 Sep 2022 05:09:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230168AbiIZFJo (ORCPT ); Mon, 26 Sep 2022 01:09:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54036 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232675AbiIZFJk (ORCPT ); Mon, 26 Sep 2022 01:09:40 -0400 Received: from mail-ej1-x632.google.com (mail-ej1-x632.google.com [IPv6:2a00:1450:4864:20::632]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1037D657C for ; Sun, 25 Sep 2022 22:09:38 -0700 (PDT) Received: by mail-ej1-x632.google.com with SMTP id y3so11637330ejc.1 for ; Sun, 25 Sep 2022 22:09:37 -0700 (PDT) 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; bh=vrb/QOBCOlwnil4xOu2RseRmD1KSKb1sCTEzWBoOr7A=; b=CjyMr8K5Wev1LqZH4hcWNR4hCa7hpv03fz6sO4CQoigIqQfzbByI+PeL62qb6OS5f6 B6/UPRBG20hOIgzFCctOTxKGY7MWWmlbPU/fK1U2S6LaPHoAmR3Xm7v0Rx0GkuSc2vyE VrIRqSRv6Ih1HnvvylK+fBM5Zj+XYDUmwevzo= 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; bh=vrb/QOBCOlwnil4xOu2RseRmD1KSKb1sCTEzWBoOr7A=; b=z+hnu8gpj4o0Z9lMvCuOi7nHcWSrZRx8708VEZkeXF3R4JfsMyhMzKWz6KeiL6pX05 Ped6pezSmPaqRY/N2BJ1PhGO/ThhNE9AsRTPlARKHG9A28ZYd6X73IZKHv+KWmC6UEus X0ku4x17FsTFX26puySErhVCyZ+y3Gt0/QfuoG2FnEO+4CuQadCEo9482QUJvDJ0Nyzf CBFZ02vBzdK1/ObRBj3DwbQW9a16w4AlfI0MaWo5xNKv9ketvXRyodxE+Ri4UuRcEWoA d/ZGlW4PeioBakcLbys/C+kDA7xi8TxCrsUF7IoLoE+wI9hcUhL6e9B8WGAVhPXpvb3y 9JBA== X-Gm-Message-State: ACrzQf35a6fYTn6KAAlVXaXl7n5OKPjGnWuDzXD4HYu459LUtEcyOcwE GXztrnxv9IGMf1kURa8lIrkvLhf93BzQV3qTRLqYZw== X-Google-Smtp-Source: AMsMyM7cfU1/JdOhkGvuQyhuRRKePnKXOOE9bin+YefFjefQP/PV7uR2GeazW9Tvxl2PgbNtWjbFZGX0+Elzhi37gGQ= X-Received: by 2002:a17:906:8455:b0:773:c45b:d970 with SMTP id e21-20020a170906845500b00773c45bd970mr16504544ejy.46.1664168976587; Sun, 25 Sep 2022 22:09:36 -0700 (PDT) MIME-Version: 1.0 References: <20220919-v1-0-4844816c9808@baylibre.com> <20220919-v1-2-4844816c9808@baylibre.com> In-Reply-To: <20220919-v1-2-4844816c9808@baylibre.com> From: Chen-Yu Tsai Date: Mon, 26 Sep 2022 13:09:24 +0800 Message-ID: Subject: Re: [PATCH v1 02/17] clk: mediatek: add VDOSYS1 clock To: Guillaume Ranquet Cc: Vinod Koul , Stephen Boyd , David Airlie , Rob Herring , Philipp Zabel , Krzysztof Kozlowski , Daniel Vetter , Chunfeng Yun , CK Hu , Jitao shi , Chun-Kuang Hu , Michael Turquette , Kishon Vijay Abraham I , Matthias Brugger , linux-mediatek@lists.infradead.org, dri-devel@lists.freedesktop.org, Pablo Sun , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Mattijs Korpershoek , linux-arm-kernel@lists.infradead.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 20, 2022 at 12:59 AM Guillaume Ranquet wrote: > > From: Pablo Sun > > Add the clock gate definition for the DPI1 hardware > in VDOSYS1. > > The parent clock "hdmi_txpll" is already defined in > `mt8195.dtsi`. > > Signed-off-by: Pablo Sun > Signed-off-by: Guillaume Ranquet Reviewed-by: Chen-Yu Tsai 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0F344C6FA82 for ; Mon, 26 Sep 2022 05:09:44 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id F2C8310E1F8; Mon, 26 Sep 2022 05:09:42 +0000 (UTC) Received: from mail-ej1-x636.google.com (mail-ej1-x636.google.com [IPv6:2a00:1450:4864:20::636]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7863D10E1F8 for ; Mon, 26 Sep 2022 05:09:38 +0000 (UTC) Received: by mail-ej1-x636.google.com with SMTP id nb11so11595030ejc.5 for ; Sun, 25 Sep 2022 22:09:38 -0700 (PDT) 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; bh=vrb/QOBCOlwnil4xOu2RseRmD1KSKb1sCTEzWBoOr7A=; b=CjyMr8K5Wev1LqZH4hcWNR4hCa7hpv03fz6sO4CQoigIqQfzbByI+PeL62qb6OS5f6 B6/UPRBG20hOIgzFCctOTxKGY7MWWmlbPU/fK1U2S6LaPHoAmR3Xm7v0Rx0GkuSc2vyE VrIRqSRv6Ih1HnvvylK+fBM5Zj+XYDUmwevzo= 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; bh=vrb/QOBCOlwnil4xOu2RseRmD1KSKb1sCTEzWBoOr7A=; b=Rl33pi49XS8v+dLxAW6zEIU2iFfBkNt0QCjfYu0OAKQu8/QYVNAizjQLMJKPDGHdjQ IHsUGUArPo52iaOYRbMFIfMm4ebv1nEguvDfbPplvUqFlcIziBOWG/GTFLWbBCeUpvYt lsh8oSCCfQ5a33AKQ3dBizyzws/2ucKxST8yrehxYdjZSr7H8xcc0kCFgT/07WG7i2M2 0PWxNLVgCyaak1uJlN60PqLVhMpJlUKMJAoOkjf1pxbkVX7ULRPmEGNrCYPdVkYsD/Up ExYpxNaFlOHAedAoYcc46NfCJ/xdWW2YXKEThMWCqDeLL1CCK6SZVJHLeeK+Agjc4cpE qQTQ== X-Gm-Message-State: ACrzQf03ZN1683Ycn/KIF4QI/6oCUBo29G+jUSI26cY5ZM+diUI4e0N3 0Qp5ErQBqc1ieqCCMhBeeNKQauKbh2pZbXwwguCmXg== X-Google-Smtp-Source: AMsMyM7cfU1/JdOhkGvuQyhuRRKePnKXOOE9bin+YefFjefQP/PV7uR2GeazW9Tvxl2PgbNtWjbFZGX0+Elzhi37gGQ= X-Received: by 2002:a17:906:8455:b0:773:c45b:d970 with SMTP id e21-20020a170906845500b00773c45bd970mr16504544ejy.46.1664168976587; Sun, 25 Sep 2022 22:09:36 -0700 (PDT) MIME-Version: 1.0 References: <20220919-v1-0-4844816c9808@baylibre.com> <20220919-v1-2-4844816c9808@baylibre.com> In-Reply-To: <20220919-v1-2-4844816c9808@baylibre.com> From: Chen-Yu Tsai Date: Mon, 26 Sep 2022 13:09:24 +0800 Message-ID: Subject: Re: [PATCH v1 02/17] clk: mediatek: add VDOSYS1 clock To: Guillaume Ranquet Content-Type: text/plain; charset="UTF-8" X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, David Airlie , Michael Turquette , dri-devel@lists.freedesktop.org, Krzysztof Kozlowski , linux-phy@lists.infradead.org, linux-clk@vger.kernel.org, Kishon Vijay Abraham I , Chun-Kuang Hu , Jitao shi , Chunfeng Yun , Rob Herring , linux-mediatek@lists.infradead.org, Matthias Brugger , linux-arm-kernel@lists.infradead.org, Stephen Boyd , Mattijs Korpershoek , linux-kernel@vger.kernel.org, Vinod Koul , Pablo Sun Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, Sep 20, 2022 at 12:59 AM Guillaume Ranquet wrote: > > From: Pablo Sun > > Add the clock gate definition for the DPI1 hardware > in VDOSYS1. > > The parent clock "hdmi_txpll" is already defined in > `mt8195.dtsi`. > > Signed-off-by: Pablo Sun > Signed-off-by: Guillaume Ranquet Reviewed-by: Chen-Yu Tsai 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id A9530C07E9D for ; Mon, 26 Sep 2022 05:09:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=xychajQSmT++Id/gChMzi6Xd6rpU5IhaG5KmyO4b//s=; b=yHD7Yc21yw/NQG e/eB7kY5DP4WUHLnD8Mo3HO/9w6ouffmyoaCSV7fexlX1Xn3gcfJaHEZOylVi0XvqfP8JZU/Q7T/a N+RoQE93ZSgpmOq+O0Jx1iJoy6ikN9Hbub0EK1cQG/krEZrSPsy1KicIqbWFUNmJAWCZoo4eRpMeU NPzJ0EeAAVjmOA6QsD8JSrodrIzvTD7L3lrjHaCCQzxaTjiuyDW5FvaKNuL6JiMWfK6QDBv0Ly19f D5lpuhDLr3MzPuFzU68TDV5ld07ECsNhaXVypZErPfZz9dHZjjBdeWozoDUdLXAiWhrwhsbEndGyF vrXS7CtwimUsLWrEilqg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ocgNK-001ued-4L; Mon, 26 Sep 2022 05:09:50 +0000 Received: from mail-ej1-x636.google.com ([2a00:1450:4864:20::636]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ocgN8-001uZ7-HX for linux-phy@lists.infradead.org; Mon, 26 Sep 2022 05:09:40 +0000 Received: by mail-ej1-x636.google.com with SMTP id hy2so11560932ejc.8 for ; Sun, 25 Sep 2022 22:09:37 -0700 (PDT) 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; bh=vrb/QOBCOlwnil4xOu2RseRmD1KSKb1sCTEzWBoOr7A=; b=CjyMr8K5Wev1LqZH4hcWNR4hCa7hpv03fz6sO4CQoigIqQfzbByI+PeL62qb6OS5f6 B6/UPRBG20hOIgzFCctOTxKGY7MWWmlbPU/fK1U2S6LaPHoAmR3Xm7v0Rx0GkuSc2vyE VrIRqSRv6Ih1HnvvylK+fBM5Zj+XYDUmwevzo= 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; bh=vrb/QOBCOlwnil4xOu2RseRmD1KSKb1sCTEzWBoOr7A=; b=fiCa6DeZAZErgYCTdPMufb5+AJajf42YdRwVukICTEup0VO/9bqkA3Dx1n6pVFc8Ei bGYwBuVQQ6OcmWZXrLAhRsj2X414S6DSNf0Kcy+wkTy9gnx/lgkxWLHEALj/D0J0ET9m yK37f2NQEjGlBp6So12WRWn3RiSk/lyIACQCJ8r3bBp53Ic6YUEeftiKVgPM3hoiWkuG sNMSV6oNTE5S6UX/hDJAue8q6N886HFAYrGCwP5RbjJkOAVCHNhQmbyKV08ZdH6c+ZX6 6/dvPcnpI8lzc1oD7HaLJ674S28YbYp1PowjANRVGoVVwtkEflfpUautdzHc83TJKBKT nJ/A== X-Gm-Message-State: ACrzQf1cU6OjX5MXvrNLLt/NtPrqEwSSKwk/E4fG+cUMq7fKGXDsRHkv pykb3ued9jX2PdfosGA31vH5wEopHoOutkeWMScwBA== X-Google-Smtp-Source: AMsMyM7cfU1/JdOhkGvuQyhuRRKePnKXOOE9bin+YefFjefQP/PV7uR2GeazW9Tvxl2PgbNtWjbFZGX0+Elzhi37gGQ= X-Received: by 2002:a17:906:8455:b0:773:c45b:d970 with SMTP id e21-20020a170906845500b00773c45bd970mr16504544ejy.46.1664168976587; Sun, 25 Sep 2022 22:09:36 -0700 (PDT) MIME-Version: 1.0 References: <20220919-v1-0-4844816c9808@baylibre.com> <20220919-v1-2-4844816c9808@baylibre.com> In-Reply-To: <20220919-v1-2-4844816c9808@baylibre.com> From: Chen-Yu Tsai Date: Mon, 26 Sep 2022 13:09:24 +0800 Message-ID: Subject: Re: [PATCH v1 02/17] clk: mediatek: add VDOSYS1 clock To: Guillaume Ranquet Cc: Vinod Koul , Stephen Boyd , David Airlie , Rob Herring , Philipp Zabel , Krzysztof Kozlowski , Daniel Vetter , Chunfeng Yun , CK Hu , Jitao shi , Chun-Kuang Hu , Michael Turquette , Kishon Vijay Abraham I , Matthias Brugger , linux-mediatek@lists.infradead.org, dri-devel@lists.freedesktop.org, Pablo Sun , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Mattijs Korpershoek , linux-arm-kernel@lists.infradead.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220925_220938_667155_730593EF X-CRM114-Status: UNSURE ( 9.69 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org On Tue, Sep 20, 2022 at 12:59 AM Guillaume Ranquet wrote: > > From: Pablo Sun > > Add the clock gate definition for the DPI1 hardware > in VDOSYS1. > > The parent clock "hdmi_txpll" is already defined in > `mt8195.dtsi`. > > Signed-off-by: Pablo Sun > Signed-off-by: Guillaume Ranquet Reviewed-by: Chen-Yu Tsai -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 7AD40C07E9D for ; Mon, 26 Sep 2022 05:11:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=GAej18+qZPi+8FdZjdjUnxBFCLdkJgxaxoxkYMo7U0Y=; b=Jb6LMKtkVpjLFY Hzv9gZmqDA2jjhXLCMqisnfs9KgeS1xyCBR6twiQ9ETqyRmZ6ICdvsDQRohQjZuu02PpHJRuVzugZ 0EDb9ESMlzOiFLzKRJDshIToR5nIH2BZRVNFaF9xB3DYlR+8HRyTX5vRCzCwimhc+LNwWjvVO+XsN Ps6jcGq9Rnbe5imUXiE49M9Dy2tEpyGQ3n9CSUfVuBlix9QtkB933+a22dYkQYsrNh0+xBZmRUa3u clrpsTo9vTQ7XgbDl12+8rcIfz6gJdnaEuPv6UsCfZv4FwCm2LNDM4TQXFgMGZLfAeP4qCQDlSu2h t+K5MSFnDQO43v+uGAig==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ocgNB-001ubZ-9M; Mon, 26 Sep 2022 05:09:41 +0000 Received: from mail-ej1-x631.google.com ([2a00:1450:4864:20::631]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ocgN8-001uZ8-HW for linux-arm-kernel@lists.infradead.org; Mon, 26 Sep 2022 05:09:40 +0000 Received: by mail-ej1-x631.google.com with SMTP id bj12so11531266ejb.13 for ; Sun, 25 Sep 2022 22:09:37 -0700 (PDT) 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; bh=vrb/QOBCOlwnil4xOu2RseRmD1KSKb1sCTEzWBoOr7A=; b=CjyMr8K5Wev1LqZH4hcWNR4hCa7hpv03fz6sO4CQoigIqQfzbByI+PeL62qb6OS5f6 B6/UPRBG20hOIgzFCctOTxKGY7MWWmlbPU/fK1U2S6LaPHoAmR3Xm7v0Rx0GkuSc2vyE VrIRqSRv6Ih1HnvvylK+fBM5Zj+XYDUmwevzo= 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; bh=vrb/QOBCOlwnil4xOu2RseRmD1KSKb1sCTEzWBoOr7A=; b=8O0d8ZIPRl0H9u8hgacWxk/0o6JhxZICRbz8j+e6zdlSnrIGOZb4lQERUoAC7FyOeH Gh+dS40ZLoe/aUY7CKapHMOFRw5IcwOFdHxlGnBcnRaYn3hYawm+0O8+naBzmhwfdMAX iZSefQLD5lqQBUBcFsHJUUvlfeo4ODrLKNjfmQ8HBv8ybvmlPSoL2sytcxgtvWvz5+aV FYfgXAbu8MmRH+M3uB8jN+D0GW63D+5jqCsTat2GSMWUjce4bWpppSl1B1nXQUlxT9R1 vcpdEzS6JIKiPG+3tf5N6pooG6K6PyWGZzOIN7y+zdqAV3/544fk+c2mAdhZXZiIKWnp ldJw== X-Gm-Message-State: ACrzQf14G378DX9Z/QsogriApKZoPCaWrSRJx+DlfPrySmHmdLDaiqm9 5SAGCsBDMRWC5rj1+AW/lULGxj056AZpdsFNXazf4A== X-Google-Smtp-Source: AMsMyM7cfU1/JdOhkGvuQyhuRRKePnKXOOE9bin+YefFjefQP/PV7uR2GeazW9Tvxl2PgbNtWjbFZGX0+Elzhi37gGQ= X-Received: by 2002:a17:906:8455:b0:773:c45b:d970 with SMTP id e21-20020a170906845500b00773c45bd970mr16504544ejy.46.1664168976587; Sun, 25 Sep 2022 22:09:36 -0700 (PDT) MIME-Version: 1.0 References: <20220919-v1-0-4844816c9808@baylibre.com> <20220919-v1-2-4844816c9808@baylibre.com> In-Reply-To: <20220919-v1-2-4844816c9808@baylibre.com> From: Chen-Yu Tsai Date: Mon, 26 Sep 2022 13:09:24 +0800 Message-ID: Subject: Re: [PATCH v1 02/17] clk: mediatek: add VDOSYS1 clock To: Guillaume Ranquet Cc: Vinod Koul , Stephen Boyd , David Airlie , Rob Herring , Philipp Zabel , Krzysztof Kozlowski , Daniel Vetter , Chunfeng Yun , CK Hu , Jitao shi , Chun-Kuang Hu , Michael Turquette , Kishon Vijay Abraham I , Matthias Brugger , linux-mediatek@lists.infradead.org, dri-devel@lists.freedesktop.org, Pablo Sun , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Mattijs Korpershoek , linux-arm-kernel@lists.infradead.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220925_220938_654108_63DC323E X-CRM114-Status: GOOD ( 11.10 ) 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Sep 20, 2022 at 12:59 AM Guillaume Ranquet wrote: > > From: Pablo Sun > > Add the clock gate definition for the DPI1 hardware > in VDOSYS1. > > The parent clock "hdmi_txpll" is already defined in > `mt8195.dtsi`. > > Signed-off-by: Pablo Sun > Signed-off-by: Guillaume Ranquet Reviewed-by: Chen-Yu Tsai _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel