From 87f4cd3a308b0bcffd8f9b5e7121fdb086c080f5 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 20 Apr 2015 07:07:03 -0600 Subject: x86: link: Add PCH driver to support SPI Flash U-Boot on coreboot does not have a driver for the PCH so cannot see the SPI peripheral now that it has moved inside the PCH. Add a simple driver so that SPI flash works again. Signed-off-by: Simon Glass --- arch/x86/dts/chromebook_link.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/x86/dts/chromebook_link.dts') diff --git a/arch/x86/dts/chromebook_link.dts b/arch/x86/dts/chromebook_link.dts index b450c3c..7c7034c 100644 --- a/arch/x86/dts/chromebook_link.dts +++ b/arch/x86/dts/chromebook_link.dts @@ -181,7 +181,7 @@ pch { reg = <0x0000f800 0 0 0 0>; - compatible = "intel,bd82x6x"; + compatible = "intel,bd82x6x", "intel,pch"; u-boot,dm-pre-reloc; #address-cells = <1>; #size-cells = <1>; -- cgit v1.1