From 8edaf34cfe8b672a4b7e129e8b7c736e12ead24a Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Tue, 26 Feb 2019 01:52:21 -0800 Subject: [PATCH] x86: coreboot: Add the missing pc speaker node in the device tree This is currently missing and without it the i8254 beeper driver won't work. Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- 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