[U-Boot] [PATCH 3/4] x86: coreboot: Add the missing pc speaker node in the device tree
Bin Meng
bmeng.cn at gmail.com
Tue Feb 26 09:52:21 UTC 2019
This is currently missing and without it the i8254 beeper driver
won't work.
Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
---
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
--- a/arch/x86/dts/coreboot.dts
+++ b/arch/x86/dts/coreboot.dts
@@ -10,6 +10,7 @@
/include/ "skeleton.dtsi"
/include/ "serial.dtsi"
/include/ "keyboard.dtsi"
+/include/ "pcspkr.dtsi"
/include/ "reset.dtsi"
/include/ "rtc.dtsi"
/include/ "tsc_timer.dtsi"
--
2.7.4
More information about the U-Boot
mailing list