From 03bb95124e100ecccd62604f3261584c6977f1e5 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Sun, 1 Mar 2015 20:39:51 +0100 Subject: [PATCH] ARM: dts: meson: add node for SPIFC This adds a node for the SPI Flash Controller to the Amlogic Meson DTS. Signed-off-by: Beniamino Galvani Signed-off-by: Carlo Caione Acked-by: Mark Brown --- arch/arm/boot/dts/meson.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/meson.dtsi b/arch/arm/boot/dts/meson.dtsi index b67ede515bcd..43b78967a881 100644 --- a/arch/arm/boot/dts/meson.dtsi +++ b/arch/arm/boot/dts/meson.dtsi @@ -150,5 +150,14 @@ ir_receiver: ir-receiver@c8100480 { interrupts = <0 15 1>; status = "disabled"; }; + + spifc: spi@c1108c80 { + compatible = "amlogic,meson6-spifc"; + reg = <0xc1108c80 0x80>; + #address-cells = <1>; + #size-cells = <0>; + clocks = <&clk81>; + status = "disabled"; + }; }; }; /* end of / */ -- 2.45.2