From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-db5eur01on0110.outbound.protection.outlook.com ([104.47.2.110]:63491 "EHLO EUR01-DB5-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S941366AbcKOJSU (ORCPT ); Tue, 15 Nov 2016 04:18:20 -0500 From: Cor Peters To: CC: Subject: [PATCH 2/2] ARM: am33xx.dtsi: Added syscon compatible prcm_dev device Date: Tue, 15 Nov 2016 09:44:04 +0100 Message-ID: <3071466.kDDk30H73u@corpeters> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org This patch adds the PRM_DEV as a syscon compatible device to am33xx.dtsi. This is needed for the watchdog bootstatus patch. Signed-off-by: Cor Peters --- arch/arm/boot/dts/am33xx.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 194d884..e8faf19 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -115,6 +115,7 @@ prcm: prcm@200000 { compatible = "ti,am3-prcm"; reg = <0x200000 0x4000>; + ranges = <0 0x200000 0x4000>; prcm_clocks: clocks { #address-cells = <1>; @@ -123,6 +124,11 @@ prcm_clockdomains: clockdomains { }; + + prcm_wkup: prcm-wkup@f00 { + compatible = "ti,omap3-prcm-dev", "syscon"; + reg = <0xf00 0xff>; + }; }; scm: scm@210000 { -- 1.9.1