Re: [PATCH v2] arm64: dts: Added syscon-reboot node for FSL's LS2085A SoC

2015-10-30 Thread Arnd Bergmann
On Friday 30 October 2015 16:34:26 Stuart Yoder wrote: > My suggestion is to perhaps make that more explicit in the proposed > device tree node, by making the reg size "4" and naming it > as per the register name > >rstcr: rstcr@1E6 { >compatible = "syscon"; >

RE: [PATCH v2] arm64: dts: Added syscon-reboot node for FSL's LS2085A SoC

2015-10-30 Thread Stuart Yoder
er...@vger.kernel.org; Sharma Bhupesh-B45370; Li Yang-Leo-R58472; Yoder > Stuart-B08248 > Subject: Re: [PATCH v2] arm64: dts: Added syscon-reboot node for FSL's > LS2085A SoC > > On Wednesday 28 October 2015 16:09:44 J. German Rivera wrote: > > + rst_ccsr: rstccsr@1E6

Re: [PATCH v2] arm64: dts: Added syscon-reboot node for FSL's LS2085A SoC

2015-10-29 Thread Arnd Bergmann
On Wednesday 28 October 2015 16:09:44 J. German Rivera wrote: > + rst_ccsr: rstccsr@1E6 { > + compatible = "syscon"; > + reg = <0x0 0x1E6 0x0 0x1>; > + }; > + > What does 'rstccsr' stand for? Is this by chance a reset controller? If so, we prob

[PATCH v2] arm64: dts: Added syscon-reboot node for FSL's LS2085A SoC

2015-10-28 Thread J. German Rivera
Added sys-reboot node to the FSL's LS2085A SoC DT to leverage the ARM-generic reboot mechanism for this SoC. This mechanism is enabled through CONFIG_POWER_RESET_SYSCON. Signed-off-by: J. German Rivera --- CHANGE HISTORY Changes in v2: - Address comment form Stuart Yoder: * Removed "@" from re