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

ARM: dts: sun5i: Add emac_pins_b definition

The emac pins on an A10s can also be routed to the outside through
PORTD rather then through PORTA, add a pinctrl node for this.

Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

authored by

Jelle van der Waa and committed by
Maxime Ripard
bea9b7bc f49243f1

+11
+11
arch/arm/boot/dts/sun5i-a10s.dtsi
··· 222 222 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; 223 223 }; 224 224 225 + emac_pins_b: emac0@1 { 226 + allwinner,pins = "PD6", "PD7", "PD10", 227 + "PD11", "PD12", "PD13", "PD14", 228 + "PD15", "PD18", "PD19", "PD20", 229 + "PD21", "PD22", "PD23", "PD24", 230 + "PD25", "PD26", "PD27"; 231 + allwinner,function = "emac"; 232 + allwinner,drive = <SUN4I_PINCTRL_10_MA>; 233 + allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; 234 + }; 235 + 225 236 mmc1_pins_a: mmc1@0 { 226 237 allwinner,pins = "PG3", "PG4", "PG5", 227 238 "PG6", "PG7", "PG8";