From babb5112e24779c660b1b04e85315023b42a831b Mon Sep 17 00:00:00 2001 From: Cor Peters Date: Mon, 14 Nov 2016 08:58:35 +0100 Subject: [PATCH] ARM: dts: am33xx: add syscon compatible prm_dev device https://github.com/victronenergy/venus/issues/10 --- arch/arm/boot/dts/am33xx-l4.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/am33xx-l4.dtsi b/arch/arm/boot/dts/am33xx-l4.dtsi index 7a9eb2b0d45b01..75923ad74aad17 100644 --- a/arch/arm/boot/dts/am33xx-l4.dtsi +++ b/arch/arm/boot/dts/am33xx-l4.dtsi @@ -108,6 +108,11 @@ prcm_clockdomains: clockdomains { }; + + prm_dev: prm_dev@f00 { + compatible = "ti,omap3-rst", "syscon"; + reg = <0xf00 0x20>; + }; }; };