Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25ee0793 authored by Baruch Siach's avatar Baruch Siach Committed by David S. Miller
Browse files

net: phy: sfp: rename dt properties to match the binding



Make the Rx rate select control gpio property name match the documented
binding. This would make the addition of 'rate-select1-gpios' for SFP+
support more natural.

Also, make the MOD-DEF0 gpio property name match the documentation.

Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3ef37140
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -58,11 +58,11 @@ enum {
};
};


static const char *gpio_of_names[] = {
static const char *gpio_of_names[] = {
	"moddef0",
	"mod-def0",
	"los",
	"los",
	"tx-fault",
	"tx-fault",
	"tx-disable",
	"tx-disable",
	"rate-select",
	"rate-select0",
};
};


static const enum gpiod_flags gpio_flags[] = {
static const enum gpiod_flags gpio_flags[] = {