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

ARM: dts: sun5i: add spi2 on A10s Olinuxino Micro

spi2 is available on the UEXT connector

Signed-off-by: Michal Suchanek <hramrach@gmail.com>
[Maxime: Fixed the node order]
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

authored by

Michal Suchanek and committed by
Maxime Ripard
b976e7be 5c7b7455

+7
+7
arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts
··· 248 248 status = "okay"; 249 249 }; 250 250 251 + &spi2 { 252 + pinctrl-names = "default"; 253 + pinctrl-0 = <&spi2_pins_a>, 254 + <&spi2_cs0_pins_a>; 255 + status = "okay"; 256 + }; 257 + 251 258 &uart0 { 252 259 pinctrl-names = "default"; 253 260 pinctrl-0 = <&uart0_pins_a>;