On 09.05.2016 09:44, Geert Uytterhoeven wrote:
On Mon, May 9, 2016 at 9:14 AM, Dirk Behme <[email protected]> wrote:
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -1102,6 +1102,11 @@
                        #power-domain-cells = <0>;
                };

+               modemr: modemr@e6160060 {
+                       compatible = "renesas,modemr";
+                       reg = <0 0xe6160060 0 0x4>;
+               };
+

This should be a node for the complete RST module, not just for the RST module's
MODEMR register.


You mean

reset: reset@e6160000 {
        compatible = "renesas,reset";
        reg = <0 0xe6160000 0 0x200>;
};

and then use anything like

#define MODEMR 0x60

in the code?

Best regards

Dirk




Reply via email to