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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 A98C2C352A4 for ; Wed, 12 Feb 2020 23:44:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 806A421734 for ; Wed, 12 Feb 2020 23:44:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581551096; bh=1M3lO/lf9AWfvIAE3n4hv4ebm9MsTlrPuI3pVt0XwiI=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=X7mkcPDKfqtjCBOLFYyzr6LY7PPsmUDTpzxSrdnF+eBc48Dtc0Fx7zgJ7QqFZGh54 Ll9GKNetId6+REyDbRAkSK4ZuMVHTg1iUjHCtp781Qqfn4/5oYVybRsq4wq8ucEY1Y t6BxgZxZPw28Sj4eQR16G8f5fqNRqEScVBhuv3dM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729103AbgBLXow (ORCPT ); Wed, 12 Feb 2020 18:44:52 -0500 Received: from mail.kernel.org ([198.145.29.99]:59294 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727117AbgBLXow (ORCPT ); Wed, 12 Feb 2020 18:44:52 -0500 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0F90E206B6; Wed, 12 Feb 2020 23:44:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581551092; bh=1M3lO/lf9AWfvIAE3n4hv4ebm9MsTlrPuI3pVt0XwiI=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=gKNmOOaSejM7SuOkKHEMPhUSEUcyDAyifJf7mJT5rapx5BcH6wMPBNWB+oG4mmjET 2x/6JgGAIVsMk6Pk35WyNYIXY6DkSk5SnurlOnEoCI3dt6Kn0CivuXKQ+wdi+ZRdTY DaWev8mu0p5NdeznMlDVKHnePkgFoCvSZwd8lHjI= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <1581067250-12744-1-git-send-email-macpaul.lin@mediatek.com> References: <1581067250-12744-1-git-send-email-macpaul.lin@mediatek.com> Subject: Re: [PATCH v7 0/7] Add basic SoC support for mt6765 From: Stephen Boyd Cc: Mediatek WSD Upstream , CC Hwang , Loda Chou To: Catalin Marinas , Chunfeng Yun , Evan Green , Fabien Parent , Joerg Roedel , Macpaul Lin , Marc Zyngier , Mark Rutland , Mars Cheng , Matthias Brugger , Michael Turquette , Owen Chen , Rob Herring , Ryder Lee , Sean Wang , Shawn Guo , Weiyi Lu , Will Deacon , Yong Wu , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, mtk01761 Date: Wed, 12 Feb 2020 15:44:51 -0800 Message-ID: <158155109134.184098.10100489231587620578@swboyd.mtv.corp.google.com> User-Agent: alot/0.9 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Macpaul Lin (2020-02-07 01:20:43) > This patch adds basic SoC support for Mediatek's new 8-core SoC, > MT6765, which is mainly for smartphone application. Clock patches look OK to me. Can you resend them without the defconfig and dts patches and address Matthias' question?