diff options
author | Beniamino Galvani <b.galvani@gmail.com> | 2015-03-01 22:39:51 +0300 |
---|---|---|
committer | Carlo Caione <carlo@endlessm.com> | 2015-03-02 13:00:49 +0300 |
commit | 03bb95124e100ecccd62604f3261584c6977f1e5 (patch) | |
tree | f0a3c69d8ad812e5dfdcf99eaf6ba4dd78a1d834 /arch/arm/boot/dts/meson.dtsi | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) | |
download | linux-03bb95124e100ecccd62604f3261584c6977f1e5.tar.xz |
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 <b.galvani@gmail.com>
Signed-off-by: Carlo Caione <carlo@endlessm.com>
Acked-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/meson.dtsi')
-rw-r--r-- | arch/arm/boot/dts/meson.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ 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 / */ |