Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Beniamino Galvani and committed by
Carlo Caione
03bb9512 c517d838

+9
+9
arch/arm/boot/dts/meson.dtsi
··· 150 150 interrupts = <0 15 1>; 151 151 status = "disabled"; 152 152 }; 153 + 154 + spifc: spi@c1108c80 { 155 + compatible = "amlogic,meson6-spifc"; 156 + reg = <0xc1108c80 0x80>; 157 + #address-cells = <1>; 158 + #size-cells = <0>; 159 + clocks = <&clk81>; 160 + status = "disabled"; 161 + }; 153 162 }; 154 163 }; /* end of / */