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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 19E17C433F5 for ; Tue, 24 May 2022 11:25:53 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 26EA383AF6; Tue, 24 May 2022 13:25:51 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="tY10wq20"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id F1600830A0; Tue, 24 May 2022 13:25:48 +0200 (CEST) Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 61EDB83D90 for ; Tue, 24 May 2022 13:25:46 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org 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 08476B81883; Tue, 24 May 2022 11:25:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9F0ECC385AA; Tue, 24 May 2022 11:25:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653391544; bh=NlXMT3Q11l5rY1MpXIAsezzlGPU9P04T8+cUmr2yXng=; h=From:To:Cc:Subject:Date:From; b=tY10wq20sXlSeiRKn/XRGzz0ciuSYdojOgYnExjzxBK3TU1XljJdHS4Q6aN+/SIpP +5viVg0i4j7PT/9Tke09k/ECes2VxSWU22Ef5ihwyDu7/6d6tGW+65MjrQM9jO14D+ mnKzczIDT6iraRfJ3ovQ1CCOkHtUqhRM82erP8WgGlRXAG7kRwEEX1ntC04xU8c7tx KKhDoTe06mqdnTpZfQZbFwIkP4hLX0JDAJD1CycllJ+2n/3Fbxm0zN/mERHQj8478t 6ILCVX8emhIwetdTfKZV6Wp4MYzVh9dfB1LRrLofFS+Rnsho51S5CC+a7p17s3DCzY x7WyuRa3ppGvA== Received: by pali.im (Postfix) id EBEDE9ED; Tue, 24 May 2022 13:25:41 +0200 (CEST) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Priyanka Jain , Wolfgang Denk , Sinan Akman Cc: u-boot@lists.denx.de Subject: [PATCH] powerpc: dts: p2020: Define PMC node Date: Tue, 24 May 2022 13:24:59 +0200 Message-Id: <20220524112459.32158-1-pali@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean Copy definition of PMC node from upstream Linux kernel P2020 dts files. Signed-off-by: Pali Rohár --- arch/powerpc/dts/p2020-post.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/powerpc/dts/p2020-post.dtsi b/arch/powerpc/dts/p2020-post.dtsi index d281bed5afd5..0d0cd2273cd4 100644 --- a/arch/powerpc/dts/p2020-post.dtsi +++ b/arch/powerpc/dts/p2020-post.dtsi @@ -104,6 +104,11 @@ reg = <0xe0000 0x1000>; fsl,has-rstcr; }; + + pmc: power@e0070 { + compatible = "fsl,mpc8548-pmc"; + reg = <0xe0070 0x20>; + }; }; /* PCIe controller base address 0x8000 */ -- 2.20.1