2023-08-07 12:02:18

by MD Danish Anwar

[permalink] [raw]
Subject: [PATCH v2 2/5] dt-bindings: net: Add iep property in ICSSG dt binding

Add iep node in ICSSG driver dt binding document.

Signed-off-by: MD Danish Anwar <[email protected]>
---
Documentation/devicetree/bindings/net/ti,icssg-prueth.yaml | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/ti,icssg-prueth.yaml b/Documentation/devicetree/bindings/net/ti,icssg-prueth.yaml
index 8ec30b3eb760..36870238f92f 100644
--- a/Documentation/devicetree/bindings/net/ti,icssg-prueth.yaml
+++ b/Documentation/devicetree/bindings/net/ti,icssg-prueth.yaml
@@ -52,6 +52,12 @@ properties:
description:
phandle to MII_RT module's syscon regmap

+ ti,iep:
+ $ref: /schemas/types.yaml#/definitions/phandle-array
+ maxItems: 2
+ description:
+ phandle to IEP (Industrial Ethernet Peripheral) for ICSSG driver
+
interrupts:
maxItems: 2
description:
@@ -155,6 +161,7 @@ examples:
"tx1-0", "tx1-1", "tx1-2", "tx1-3",
"rx0", "rx1";
ti,mii-g-rt = <&icssg2_mii_g_rt>;
+ ti,iep = <&icssg2_iep0>, <&icssg2_iep1>;
interrupt-parent = <&icssg2_intc>;
interrupts = <24 0 2>, <25 1 3>;
interrupt-names = "tx_ts0", "tx_ts1";
--
2.34.1



2023-08-08 17:36:47

by Anwar, Md Danish

[permalink] [raw]
Subject: Re: [PATCH v2 2/5] dt-bindings: net: Add iep property in ICSSG dt binding

On 08/08/23 4:12 pm, Roger Quadros wrote:
>
>
> On 07/08/2023 14:00, MD Danish Anwar wrote:
>> Add iep node in ICSSG driver dt binding document.
>
> s/iep/IEP here and in subject
> s/dt/DT here and in subject
>

Sure Roger, will do this.

>>
>> Signed-off-by: MD Danish Anwar <[email protected]>
>> ---
>> Documentation/devicetree/bindings/net/ti,icssg-prueth.yaml | 7 +++++++
>> 1 file changed, 7 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/net/ti,icssg-prueth.yaml b/Documentation/devicetree/bindings/net/ti,icssg-prueth.yaml
>> index 8ec30b3eb760..36870238f92f 100644
>> --- a/Documentation/devicetree/bindings/net/ti,icssg-prueth.yaml
>> +++ b/Documentation/devicetree/bindings/net/ti,icssg-prueth.yaml
>> @@ -52,6 +52,12 @@ properties:
>> description:
>> phandle to MII_RT module's syscon regmap
>>
>> + ti,iep:
>> + $ref: /schemas/types.yaml#/definitions/phandle-array
>> + maxItems: 2
>> + description:
>> + phandle to IEP (Industrial Ethernet Peripheral) for ICSSG driver
>> +
>> interrupts:
>> maxItems: 2
>> description:
>> @@ -155,6 +161,7 @@ examples:
>> "tx1-0", "tx1-1", "tx1-2", "tx1-3",
>> "rx0", "rx1";
>> ti,mii-g-rt = <&icssg2_mii_g_rt>;
>> + ti,iep = <&icssg2_iep0>, <&icssg2_iep1>;
>> interrupt-parent = <&icssg2_intc>;
>> interrupts = <24 0 2>, <25 1 3>;
>> interrupt-names = "tx_ts0", "tx_ts1";
>

--
Thanks and Regards,
Danish.

2023-08-08 19:10:25

by Roger Quadros

[permalink] [raw]
Subject: Re: [PATCH v2 2/5] dt-bindings: net: Add iep property in ICSSG dt binding



On 07/08/2023 14:00, MD Danish Anwar wrote:
> Add iep node in ICSSG driver dt binding document.

s/iep/IEP here and in subject
s/dt/DT here and in subject

>
> Signed-off-by: MD Danish Anwar <[email protected]>
> ---
> Documentation/devicetree/bindings/net/ti,icssg-prueth.yaml | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/net/ti,icssg-prueth.yaml b/Documentation/devicetree/bindings/net/ti,icssg-prueth.yaml
> index 8ec30b3eb760..36870238f92f 100644
> --- a/Documentation/devicetree/bindings/net/ti,icssg-prueth.yaml
> +++ b/Documentation/devicetree/bindings/net/ti,icssg-prueth.yaml
> @@ -52,6 +52,12 @@ properties:
> description:
> phandle to MII_RT module's syscon regmap
>
> + ti,iep:
> + $ref: /schemas/types.yaml#/definitions/phandle-array
> + maxItems: 2
> + description:
> + phandle to IEP (Industrial Ethernet Peripheral) for ICSSG driver
> +
> interrupts:
> maxItems: 2
> description:
> @@ -155,6 +161,7 @@ examples:
> "tx1-0", "tx1-1", "tx1-2", "tx1-3",
> "rx0", "rx1";
> ti,mii-g-rt = <&icssg2_mii_g_rt>;
> + ti,iep = <&icssg2_iep0>, <&icssg2_iep1>;
> interrupt-parent = <&icssg2_intc>;
> interrupts = <24 0 2>, <25 1 3>;
> interrupt-names = "tx_ts0", "tx_ts1";

--
cheers,
-roger