ARM: dts: sun9i: Remove deprecated pinctrl properties

We switched to the generic pinctrl binding some time ago, yet the GMAC
pinctrl node apparently slipped through. Fix this.

Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
Maxime Ripard 2019-03-25 14:52:49 +01:00
parent d4fe5b1507
commit a79668c176
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5
1 changed files with 4 additions and 5 deletions

View File

@ -961,11 +961,10 @@ pio: pinctrl@6000800 {
#gpio-cells = <3>; #gpio-cells = <3>;
gmac_rgmii_pins: gmac-rgmii-pins { gmac_rgmii_pins: gmac-rgmii-pins {
allwinner,pins = "PA0", "PA1", "PA2", "PA3", pins = "PA0", "PA1", "PA2", "PA3", "PA4", "PA5",
"PA4", "PA5", "PA7", "PA8", "PA7", "PA8", "PA9", "PA10", "PA12",
"PA9", "PA10", "PA12", "PA13", "PA13", "PA15", "PA16", "PA17";
"PA15", "PA16", "PA17"; function = "gmac";
allwinner,function = "gmac";
/* /*
* data lines in RGMII mode use DDR mode * data lines in RGMII mode use DDR mode
* and need a higher signal drive strength * and need a higher signal drive strength