diff options
author | Bin Meng | 2019-02-26 01:52:21 -0800 |
---|---|---|
committer | Bin Meng | 2019-03-11 22:55:01 +0800 |
commit | 8edaf34cfe8b672a4b7e129e8b7c736e12ead24a (patch) | |
tree | 5fc4b3b3664b66984f9fdb7a24c9a1263d003f6a | |
parent | 9b2c8c30668c2d3ea8637cdce436be67241981b3 (diff) |
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 <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | arch/x86/dts/coreboot.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/dts/coreboot.dts b/arch/x86/dts/coreboot.dts index e212f3dc7db..a88da6eafd6 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" |