X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/ms2-kexec/blobdiff_plain/47984ac761a6891af13f184790b927b3cf682b2b..981f7356eac92de156d2ef7995ab9390b6ea3ef1:/omap2_serial.c diff --git a/omap2_serial.c b/omap2_serial.c index 9d20bcc..380e100 100644 --- a/omap2_serial.c +++ b/omap2_serial.c @@ -40,7 +40,7 @@ #define OMAP_CTRL_REGADDR(reg) (OMAP2_L4_IO_ADDRESS(OMAP343X_CTRL_BASE) + (reg)) -static int (*my_pwrdm_clkdm_state_switch)(struct clockdomain *) = (int (*)(struct clockdomain *))0xc0041370; +static int (*my_pwrdm_clkdm_state_switch)(struct clockdomain *) = (int (*)(struct clockdomain *))0xc0042458; void omap_ctrl_writew(u16 val, u16 offset)