Platform setup via DTS

Anton D. Kachalov mouse at yandex-team.ru
Thu Aug 11 21:39:55 AEST 2016


Instead of:

>                             /* write((read() &~ 0) | 0xcb000000) */
>                            <AST_BASE_SCU | 0x80, 0xcb000000, 0>,

have to be:

                             /* write((read() &~ 0xffffffff) | 0xcb000000) */
                            <AST_BASE_SCU | 0x80, 0xcb000000, 0xffffffff>,


More information about the openbmc mailing list