diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-02-27 17:01:20 +0100 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@st.com> | 2019-04-12 16:09:13 +0200 |
commit | 9a2ba2838bda7baef73b0a4852918415a5d1d442 (patch) | |
tree | 8c826666120ebba3a00db716d5cff3c27a9fe669 /configs/spear600_usbtty_nand_defconfig | |
parent | 4633fd51c5d7f355be792d795467a9222be96c48 (diff) | |
download | u-boot-9a2ba2838bda7baef73b0a4852918415a5d1d442.tar.gz u-boot-9a2ba2838bda7baef73b0a4852918415a5d1d442.tar.bz2 u-boot-9a2ba2838bda7baef73b0a4852918415a5d1d442.zip |
stm32mp1: support forced boot mode
The boot mode can be forced by key press
or by TAMP register, requested in kernel by syscon-reboot-mode
tamp: tamp@5c00a000 {
compatible = "simple-bus", "syscon", "simple-mfd";
reg = <0x5c00a000 0x400>;
reboot-mode {
compatible = "syscon-reboot-mode";
offset = <0x150>; /* reg20 */
mask = <0xff>;
mode-normal = <0>;
mode-fastboot = <0x1>;
mode-recovery = <0x2>;
mode-stm32cubeprogrammer = <0x3>;
mode-ums_mmc0 = <0x10>;
mode-ums_mmc1 = <0x11>;
mode-ums_mmc2 = <0x12>;
};
};
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'configs/spear600_usbtty_nand_defconfig')
0 files changed, 0 insertions, 0 deletions