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 551BDC433F5 for ; Thu, 5 May 2022 07:01:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231975AbiEEHEq (ORCPT ); Thu, 5 May 2022 03:04:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42536 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243630AbiEEHEp (ORCPT ); Thu, 5 May 2022 03:04:45 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CADDE41313; Thu, 5 May 2022 00:01:06 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 830DCB829A1; Thu, 5 May 2022 07:01:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3DD76C385A4; Thu, 5 May 2022 07:00:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651734064; bh=RulggmURxy/bgRQzjRpAUTqqCwOOUaZLn1ElIm5Tdfc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Fm9/lQ71IxtV7BW4/czpysKhiaMBIlnIfJx2QQ7WyP4Enyky/tcu3rappH2zQpi99 +ZrMa7sAwfDsnhDAbjFRurOr/D8D8PmdPf6jWlJaxIJsuHObo0aVVJZ2QCCDfx3vN8 B673M9AL8rDVRm6a+vHE42XWp65hWrzsomO/avTrKhAZ41oxF1Mym2k58VrYM4PnEO soBjavjrXVPTWLCsuskQ4ACuBj1PrqpjtS1X1HDZCs87GiG5V6fbuN4cJf6c6GAiCY Sfe5iTEq9MBhmFf1N7XR/2Opo9Vr9wzf3WwS/bfH0XCn2j3xZAPSkLFCQ09oFwqx9F ooRSqcI8DRQ1A== Date: Thu, 5 May 2022 15:00:50 +0800 From: Shawn Guo To: Tim Harvey Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Fabio Estevam , NXP Linux Team Subject: Re: [PATCH v2] arm64: dts: imx8mm-venice-gw7902: fix pcie bindings Message-ID: <20220505070050.GZ14615@dragon> References: <20220429161347.7947-1-tharvey@gateworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220429161347.7947-1-tharvey@gateworks.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, Apr 29, 2022 at 09:13:47AM -0700, Tim Harvey wrote: > Update the pcie bindings to the correct dt bindings: > pcie_phy: > - use pcie0_refclk > - add required clock-names > pcie: > - remove pcie_phy clock as it comes from phy driver > > Signed-off-by: Tim Harvey Applied, thanks!