diff options
| author | Arınç ÜNAL <arinc.unal@arinc9.com> | 2022-02-15 11:17:24 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-15 17:11:45 +0100 |
| commit | 25e4f5220efead592c83200241e098e757d37e1f (patch) | |
| tree | a90efa5ed8236ba89f79eae79b17d94bd5c61362 | |
| parent | 841b3f2fb6c685121f5f7b5f58c08a8f35569a63 (diff) | |
| download | linux-25e4f5220efead592c83200241e098e757d37e1f.tar.gz linux-25e4f5220efead592c83200241e098e757d37e1f.zip | |
staging: mt7621-dts: fix pinctrl-0 items to be size-1 items on ethernet
Fix pinctrl-0 items under the ethernet node to be size-1 items.
Current notation would be used on specifications with non-zero cells.
Fixes: 0a93c0d75809 ("staging: mt7621-dts: fix pinctrl properties for ethernet")
Reported-by: Sander Vanheule <sander@svanheule.net>
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Link: https://lore.kernel.org/r/20220215081725.3463-1-arinc.unal@arinc9.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/mt7621-dts/mt7621.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/mt7621-dts/mt7621.dtsi b/drivers/staging/mt7621-dts/mt7621.dtsi index 4ae744b96464..4da20da243e6 100644 --- a/drivers/staging/mt7621-dts/mt7621.dtsi +++ b/drivers/staging/mt7621-dts/mt7621.dtsi @@ -323,7 +323,7 @@ mediatek,ethsys = <&sysc>; pinctrl-names = "default"; - pinctrl-0 = <&rgmii1_pins &rgmii2_pins &mdio_pins>; + pinctrl-0 = <&mdio_pins>, <&rgmii1_pins>, <&rgmii2_pins>; gmac0: mac@0 { compatible = "mediatek,eth-mac"; |
