ptp: ocp: Add GND and VCC output selectors
These will provide constant outputs. Signed-off-by: Jonathan Lemon <jonathan.lemon@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
be69087ce6
commit
cd09193ffb
@ -544,6 +544,8 @@ static struct ocp_selector ptp_ocp_sma_out[] = {
|
||||
{ .name = "GNSS2", .value = 0x08 },
|
||||
{ .name = "IRIG", .value = 0x10 },
|
||||
{ .name = "DCF", .value = 0x20 },
|
||||
{ .name = "GND", .value = 0x2000 },
|
||||
{ .name = "VCC", .value = 0x4000 },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user