Re: [PATCH 1/1] riscv: add DT binding for BOOT button on Maix board

2020-09-11 Thread Heinrich Schuchardt
On 11.09.20 09:14, Bin Meng wrote: > On Thu, Sep 3, 2020 at 4:12 AM Heinrich Schuchardt wrote: >> >> Add a device tree binding for the BOOT button on the Maix board. >> >> Signed-off-by: Heinrich Schuchardt >> --- >> Together with >> [PATCH 1/1] cmd/button: return button status >> https://lists.d

Re: [PATCH 1/1] riscv: add DT binding for BOOT button on Maix board

2020-09-11 Thread Bin Meng
On Thu, Sep 3, 2020 at 4:12 AM Heinrich Schuchardt wrote: > > Add a device tree binding for the BOOT button on the Maix board. > > Signed-off-by: Heinrich Schuchardt > --- > Together with > [PATCH 1/1] cmd/button: return button status > https://lists.denx.de/pipermail/u-boot/2020-September/425221

[PATCH 1/1] riscv: add DT binding for BOOT button on Maix board

2020-09-02 Thread Heinrich Schuchardt
Add a device tree binding for the BOOT button on the Maix board. Signed-off-by: Heinrich Schuchardt --- Together with [PATCH 1/1] cmd/button: return button status https://lists.denx.de/pipermail/u-boot/2020-September/425221.html we can use the button status to decide which program to boot. --- a