From patchwork Wed Oct 7 19:35:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Marek_Beh=C3=BAn?= X-Patchwork-Id: 11821673 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id BE87F17D2 for ; Wed, 7 Oct 2020 19:35:29 +0000 (UTC) Received: by mail.kernel.org (Postfix) id B802B21734; Wed, 7 Oct 2020 19:35:29 +0000 (UTC) Delivered-To: soc@kernel.org Received: from dellmb.labs.office.nic.cz (nat-1.nic.cz [217.31.205.1]) (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 37B5720B1F; Wed, 7 Oct 2020 19:35:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602099329; bh=9T4RHx3EMUy1jRMQcYEU6MffPCS0zEnjtaTKunQOcik=; h=From:To:List-Id:Cc:Subject:Date:In-Reply-To:References:From; b=WFXt4NugKL4LsPad+jCgR7RXkx85peumgNtKiECqn7gvIKQFhs9k/JHlfDvda0PYg be96dcHJAd3rY4rShka6lGd37YMysSRW+t/vBRYXikBFakXvGDSKkgl89+LmpCuiXH 4+4l2bYMbiZqbn2X+oA/kHHGfUUBaTzD3fgMvyh4= From: =?utf-8?q?Marek_Beh=C3=BAn?= To: Gregory CLEMENT List-Id: Cc: pali@kernel.org, soc@kernel.org, linux-arm-kernel@lists.infradead.org, arm@kernel.org, =?utf-8?q?Marek_Beh=C3=BAn?= , Miquel Raynal Subject: [PATCH mvebu 1/3] arm64: dts: marvell: armada-37xx: fix syscon compatible to NB clk node Date: Wed, 7 Oct 2020 21:35:20 +0200 Message-Id: <20201007193522.9265-2-kabel@kernel.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20201007193522.9265-1-kabel@kernel.org> References: <20201007193522.9265-1-kabel@kernel.org> MIME-Version: 1.0 Add "syscon" compatible to the North Bridge clocks node to allow the cpufreq driver to access these registers via syscon API. This is needed for a fix of cpufreq driver. Signed-off-by: Marek BehĂșn Fixes: e8d66e7927b2a ("arm64: dts: marvell: armada-37xx: add nodes...") Cc: Gregory CLEMENT Cc: Miquel Raynal --- arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi index 2bbc69b4dc99..d8cb2a0284c8 100644 --- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi @@ -156,7 +156,8 @@ uart1: serial@12200 { }; nb_periph_clk: nb-periph-clk@13000 { - compatible = "marvell,armada-3700-periph-clock-nb"; + compatible = "marvell,armada-3700-periph-clock-nb", + "syscon"; reg = <0x13000 0x100>; clocks = <&tbg 0>, <&tbg 1>, <&tbg 2>, <&tbg 3>, <&xtalclk>;