From: Bin Meng Date: Tue, 26 Feb 2019 09:52:21 +0000 (-0800) Subject: x86: coreboot: Add the missing pc speaker node in the device tree X-Git-Tag: v2019.04-rc4~9^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8edaf34cfe8b672a4b7e129e8b7c736e12ead24a;p=platform%2Fkernel%2Fu-boot.git 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 --- 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"