
30 Nov
2017
30 Nov
'17
11:45 p.m.
On the RK3399-Q7, we want to trigger a full platform reset (so the various software stacks supported don't have to deal with the same complexities over and over again) in case that anything other than a power-on reset occurred.
To do so, this defines the /config/sysreset-gpio property and has it point to a GPIO that will perform a power-on reset of the entire platform.
Signed-off-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com Tested-by: Klaus Goger klaus.goger@theobroma-systems.com
Changes in v2: None
arch/arm/dts/rk3399-puma.dtsi | 5 +++++ 1 file changed, 5 insertions(+)
Applied to u-boot-rockchip, thanks!