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 591B4C6379F for ; Wed, 15 Feb 2023 20:50:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230318AbjBOUuo (ORCPT ); Wed, 15 Feb 2023 15:50:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34318 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229906AbjBOUt5 (ORCPT ); Wed, 15 Feb 2023 15:49:57 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1556945F4B; Wed, 15 Feb 2023 12:47:36 -0800 (PST) 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 sin.source.kernel.org (Postfix) with ESMTPS id DB5B8CE26DA; Wed, 15 Feb 2023 20:46:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DC13BC4339E; Wed, 15 Feb 2023 20:46:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676494002; bh=Z0PzYopMvld8hIqcCvPQk+dsSd8NzcJ4wpMrwJ6x/NA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=OZ2oDrzDbCCJsBJoM0Y4FWkNJstW7jSUd4OfrKza4tMTAEIORN6yTXt2iYOgHUaBp ym62rF1jurrt9UMonJS/LsYfzpOPMId8kBRPn3Ww2v/b1V7z1qJg6l9LXOeYAWhGqI fv/zyHdyy5dpFp6wxC9cGStE5fJY5RFZTV7cjuAJRFaEhoO9Hyhy+RtkebAcpvdFp0 spr61/TGBJanFZLEXvGPaaRwaQZd8BtAqNNoEzA2DIb5a5LNcXAw+FVuWIsvgvQ3p3 42mlD5asmAZEWHw3CzSvsrJVb6SkGWm7YOJueqHQGdQPtQuqiI52PTlYmAyBfaKyye E98E07kBlQWow== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Johan Jonker , Heiko Stuebner , Sasha Levin , robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org Subject: [PATCH AUTOSEL 5.15 04/12] ARM: dts: rockchip: add power-domains property to dp node on rk3288 Date: Wed, 15 Feb 2023 15:46:26 -0500 Message-Id: <20230215204637.2761073-4-sashal@kernel.org> X-Mailer: git-send-email 2.39.0 In-Reply-To: <20230215204637.2761073-1-sashal@kernel.org> References: <20230215204637.2761073-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Johan Jonker [ Upstream commit 80422339a75088322b4d3884bd12fa0fe5d11050 ] The clocks in the Rockchip rk3288 DisplayPort node are included in the power-domain@RK3288_PD_VIO logic, but the power-domains property in the dp node is missing, so fix it. Signed-off-by: Johan Jonker Link: https://lore.kernel.org/r/dab85bfb-9f55-86a1-5cd5-7388c43e0ec5@gmail.com Signed-off-by: Heiko Stuebner Signed-off-by: Sasha Levin --- arch/arm/boot/dts/rk3288.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 66ff5db53c5a9..8670c948ca8da 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -1180,6 +1180,7 @@ edp: dp@ff970000 { clock-names = "dp", "pclk"; phys = <&edp_phy>; phy-names = "dp"; + power-domains = <&power RK3288_PD_VIO>; resets = <&cru SRST_EDP>; reset-names = "dp"; rockchip,grf = <&grf>; -- 2.39.0