[PATCH v5 5/9] rtc: at91sam9: make use of syscon/regmap to access GPBR registers
From: johan@kernel.org (Johan Hovold)
Date: 2014-09-22 15:21:28
Also in:
linux-devicetree, linux-rtc, lkml
From: johan@kernel.org (Johan Hovold)
Date: 2014-09-22 15:21:28
Also in:
linux-devicetree, linux-rtc, lkml
On Mon, Sep 22, 2014 at 11:10:54AM +0200, Boris BREZILLON wrote:
The GPBR registers are not part of the RTT block and thus should not be defined in the reg property of the rtt node. Use syscon to provide a proper DT representation and reference the GPBR syscon device in a new "atmel,time-reg" property which store both the
You forgot to update the commit message with the new property name. Johan