From: Cédric Le Goater Date: Wed, 22 Mar 2017 16:04:43 +0000 (+0100) Subject: ARM: dts: aspeed: Add SPI controller bindings to Romulus X-Git-Tag: v4.12-rc1~56^2~10^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1142aea9ff9d9f86fc88e6637f7c6edd25adc39c;p=karo-tx-linux.git ARM: dts: aspeed: Add SPI controller bindings to Romulus Romulus systems have one MX25L25635 (32768 Kbytes) flash module for the BMC firmware and other MT25QL512A (65536 Kbytes) for the host. Signed-off-by: Cédric Le Goater Signed-off-by: Joel Stanley --- diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts index 7a3b2b50c884..7a020440034a 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts @@ -31,6 +31,25 @@ }; }; +&fmc { + status = "okay"; + flash@0 { + status = "okay"; + label = "bmc"; + }; +}; + +&spi1 { + status = "okay"; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_spi1_default>; + + flash@0 { + status = "okay"; + label = "pnor"; + }; +}; + &uart5 { status = "okay"; };