From: Simon Glass Date: Mon, 7 Mar 2016 02:28:12 +0000 (-0700) Subject: x86: dts: link: Add board ID GPIOs X-Git-Tag: v2016.05-rc1~310 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=963a811ab42aac2fac6fc063dc7cc689a3336d28;p=u-boot x86: dts: link: Add board ID GPIOs At present the board ID GPIOs are hard-coded. Move them to the device tree so that we can use general SDRAM init code. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- diff --git a/arch/x86/dts/chromebook_link.dts b/arch/x86/dts/chromebook_link.dts index 12f315e66a..a702ea9d60 100644 --- a/arch/x86/dts/chromebook_link.dts +++ b/arch/x86/dts/chromebook_link.dts @@ -74,6 +74,8 @@ northbridge@0,0 { reg = <0x00000000 0 0 0 0>; compatible = "intel,bd82x6x-northbridge"; + board-id-gpios = <&gpio_b 9 0>, <&gpio_b 10 0>, + <&gpio_b 11 0>, <&gpio_a 10 0>; u-boot,dm-pre-reloc; spd { compatible = "memory-spd";