Skip to content

Commit 5854d0a

Browse files
LorenzoBianconivinodkoul
authored andcommitted
dt-bindings: phy: airoha: Add dtime and Rx AEQ IO registers
Introduce Tx-Rx detection time and Rx AEQ mappings in Airoha EN7581 PCIe-PHY binding. This change is not introducing any backward compatibility issue since the EN7581 dts is not upstream yet. Signed-off-by: Lorenzo Bianconi <[email protected]> Acked-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/a018329ff9678f3360bc6381294f95c62d34f3e3.1719682943.git.lorenzo@kernel.org Signed-off-by: Vinod Koul <[email protected]>
1 parent e245c72 commit 5854d0a

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

Documentation/devicetree/bindings/phy/airoha,en7581-pcie-phy.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,18 @@ properties:
2121
- description: PCIE analog base address
2222
- description: PCIE lane0 base address
2323
- description: PCIE lane1 base address
24+
- description: PCIE lane0 detection time base address
25+
- description: PCIE lane1 detection time base address
26+
- description: PCIE Rx AEQ base address
2427

2528
reg-names:
2629
items:
2730
- const: csr-2l
2831
- const: pma0
2932
- const: pma1
33+
- const: p0-xr-dtime
34+
- const: p1-xr-dtime
35+
- const: rx-aeq
3036

3137
"#phy-cells":
3238
const: 0
@@ -52,7 +58,12 @@ examples:
5258
#phy-cells = <0>;
5359
reg = <0x0 0x1fa5a000 0x0 0xfff>,
5460
<0x0 0x1fa5b000 0x0 0xfff>,
55-
<0x0 0x1fa5c000 0x0 0xfff>;
56-
reg-names = "csr-2l", "pma0", "pma1";
61+
<0x0 0x1fa5c000 0x0 0xfff>,
62+
<0x0 0x1fc10044 0x0 0x4>,
63+
<0x0 0x1fc30044 0x0 0x4>,
64+
<0x0 0x1fc15030 0x0 0x104>;
65+
reg-names = "csr-2l", "pma0", "pma1",
66+
"p0-xr-dtime", "p1-xr-dtime",
67+
"rx-aeq";
5768
};
5869
};

0 commit comments

Comments
 (0)