Skip to content

Commit cd09193

Browse files
jlemondavem330
authored andcommitted
ptp: ocp: Add GND and VCC output selectors
These will provide constant outputs. Signed-off-by: Jonathan Lemon <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent be69087 commit cd09193

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/ptp/ptp_ocp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,8 @@ static struct ocp_selector ptp_ocp_sma_out[] = {
544544
{ .name = "GNSS2", .value = 0x08 },
545545
{ .name = "IRIG", .value = 0x10 },
546546
{ .name = "DCF", .value = 0x20 },
547+
{ .name = "GND", .value = 0x2000 },
548+
{ .name = "VCC", .value = 0x4000 },
547549
{ }
548550
};
549551

0 commit comments

Comments
 (0)