Re: [U-Boot] [PATCH 3/4] x86: coreboot: Add the missing pc speaker node in the device tree

2019-03-11 Thread Bin Meng
On Mon, Mar 11, 2019 at 5:51 AM Simon Glass wrote: > > On Tue, 26 Feb 2019 at 02:47, Bin Meng wrote: > > > > This is currently missing and without it the i8254 beeper driver > > won't work. > > > > Signed-off-by: Bin Meng > > --- > > > > arch/x86/dts/coreboot.dts | 1 + > > 1 file changed, 1

Re: [U-Boot] [PATCH 3/4] x86: coreboot: Add the missing pc speaker node in the device tree

2019-03-10 Thread Simon Glass
On Tue, 26 Feb 2019 at 02:47, Bin Meng wrote: > > This is currently missing and without it the i8254 beeper driver > won't work. > > Signed-off-by: Bin Meng > --- > > arch/x86/dts/coreboot.dts | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Simon Glass

[U-Boot] [PATCH 3/4] x86: coreboot: Add the missing pc speaker node in the device tree

2019-02-26 Thread Bin Meng
This is currently missing and without it the i8254 beeper driver won't work. Signed-off-by: Bin Meng --- arch/x86/dts/coreboot.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/dts/coreboot.dts b/arch/x86/dts/coreboot.dts index e212f3d..a88da6e 100644 ---