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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,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 A64BAC43381 for ; Thu, 28 Mar 2019 19:09:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 79AC320811 for ; Thu, 28 Mar 2019 19:09:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553800196; bh=SprQsEdRnbpNMH9Z51mIFuD7A0vDVpdtNwoNemDpD5c=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=M56glpSijgUhcN1pDrCIOnZ8ltcqer1SOgQ2gpxJZ+Jr0IGHzU9BX0I4LN/wvdQtZ MkuUdpvULVW+bzPsbuL1jw3VsrIsA05tiiBpGYWej2RFs8JRvVAa6jSOFGciA0gdr6 R44pkok/NKWsezKFNGlUF8WukylrTiYVX2zRFbEY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726428AbfC1TJw (ORCPT ); Thu, 28 Mar 2019 15:09:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:48450 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725852AbfC1TJv (ORCPT ); Thu, 28 Mar 2019 15:09:51 -0400 Received: from mail-qt1-f178.google.com (mail-qt1-f178.google.com [209.85.160.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 994112184E; Thu, 28 Mar 2019 19:09:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553800190; bh=SprQsEdRnbpNMH9Z51mIFuD7A0vDVpdtNwoNemDpD5c=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=ldtFI4OXhHJe7st9mhVOtyH5YnPmqc76bxdxPvOFecyqA+vN0DFfLI7T/ICl2bf0B kiCaH73+5a5r9WlD5Kr2QWsCHcFlVjQaqWvz2U/sRzQQI1HpBiIzt09Bx/kgVCEhhK KJgjgk7yaomEA67K0ZWZYe0076JDFsWMp2FS5+zA= Received: by mail-qt1-f178.google.com with SMTP id k2so24482880qtm.1; Thu, 28 Mar 2019 12:09:50 -0700 (PDT) X-Gm-Message-State: APjAAAU2/ZloPFNP0PFbR4DlT8k6qXTYTrxBkP8Tm8ldeyoPYv+2QyaZ NKpVZgqLvnoaMGStXyPZ5FMa/mHO9hyc2LmJJA== X-Google-Smtp-Source: APXvYqx5fUpR7gu+fayjaeAP2rETOBgF5evOFtfCbK33QT0vsqfLRfoUFlfmsZHhpFfmBn2HaYq0lEJzna81DRFkyvM= X-Received: by 2002:a0c:b018:: with SMTP id k24mr37635042qvc.218.1553800189858; Thu, 28 Mar 2019 12:09:49 -0700 (PDT) MIME-Version: 1.0 References: <20190323211612.860-1-fparent@baylibre.com> <20190323211612.860-12-fparent@baylibre.com> In-Reply-To: <20190323211612.860-12-fparent@baylibre.com> From: Rob Herring Date: Thu, 28 Mar 2019 14:09:38 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 11/24] dt-bindings: mediatek: topckgen: add support for MT8516 To: Fabien Parent Cc: Matthias Brugger , Mark Rutland , Sean Wang , Ryder Lee , Hsin-Hsiung Wang , Wenzhen Yu , Chaotian Jing , Yong Mao , jjian.zhou@mediatek.com, devicetree@vger.kernel.org, "linux-kernel@vger.kernel.org" , Linux I2C , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , "moderated list:ARM/Mediatek SoC support" , linux-mmc , "open list:GPIO SUBSYSTEM" , "open list:SERIAL DRIVERS" , linux-spi , LINUX-WATCHDOG , linux-clk , stephane.leprovost@mediatek.com Content-Type: text/plain; charset="UTF-8" Sender: linux-watchdog-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org On Sat, Mar 23, 2019 at 4:17 PM Fabien Parent wrote: > > Add binding documentation of topckgen for MT8516 SoC. > > Signed-off-by: Fabien Parent > --- > .../arm/mediatek/mediatek,topckgen.txt | 1 + > include/dt-bindings/clock/mt8516-clk.h | 192 ++++++++++++++++++ > 2 files changed, 193 insertions(+) > create mode 100644 include/dt-bindings/clock/mt8516-clk.h Acked-by: Rob Herring