On 6/22/20 5:05 AM, Kurt Kanzenbach wrote:
> On Fri Jun 19 2020, Kurt Kanzenbach wrote:
>> On Thu Jun 18 2020, Florian Fainelli wrote:
>>> On 6/17/2020 11:40 PM, Kurt Kanzenbach wrote:
Add basic documentation and example.
Signed-off-by: Kurt Kanzenbach
---
.../devicetree/
On Mon Jun 22 2020, Andrew Lunn wrote:
> On Mon, Jun 22, 2020 at 02:02:19PM +0200, Kurt Kanzenbach wrote:
>> On Fri Jun 19 2020, Andrew Lunn wrote:
>> >> > The switch is 100/100Mbps right? The MAC is only Fast ethernet. Do you
>> >> > need some properties in the port@0 node to tell the switch to on
On Mon, Jun 22, 2020 at 02:02:19PM +0200, Kurt Kanzenbach wrote:
> On Fri Jun 19 2020, Andrew Lunn wrote:
> >> > The switch is 100/100Mbps right? The MAC is only Fast ethernet. Do you
> >> > need some properties in the port@0 node to tell the switch to only use
> >> > 100Mbps? I would expect it to
On Fri Jun 19 2020, Kurt Kanzenbach wrote:
> On Thu Jun 18 2020, Florian Fainelli wrote:
>> On 6/17/2020 11:40 PM, Kurt Kanzenbach wrote:
>>> Add basic documentation and example.
>>>
>>> Signed-off-by: Kurt Kanzenbach
>>> ---
>>> .../devicetree/bindings/net/dsa/hellcreek.txt | 72 +++
On Fri Jun 19 2020, Andrew Lunn wrote:
>> > The switch is 100/100Mbps right? The MAC is only Fast ethernet. Do you
>> > need some properties in the port@0 node to tell the switch to only use
>> > 100Mbps? I would expect it to default to 1G. Not looked at the code
>> > yet...
>>
>> No, that is not
> > The switch is 100/100Mbps right? The MAC is only Fast ethernet. Do you
> > need some properties in the port@0 node to tell the switch to only use
> > 100Mbps? I would expect it to default to 1G. Not looked at the code
> > yet...
>
> No, that is not needed. That is a hardware configuration and
Hi Florian,
On Thu Jun 18 2020, Florian Fainelli wrote:
> On 6/17/2020 11:40 PM, Kurt Kanzenbach wrote:
>> Add basic documentation and example.
>>
>> Signed-off-by: Kurt Kanzenbach
>> ---
>> .../devicetree/bindings/net/dsa/hellcreek.txt | 72 +++
>> 1 file changed, 72 insertions
Hi Andrew,
On Thu Jun 18 2020, Andrew Lunn wrote:
>> +Ethernet switch connected memory mapped to the host, CPU port wired to
>> gmac0:
>> +
>> +soc {
>> +switch0: switch@0xff24 {
>> +compatible = "hirschmann,hellcreek";
>> +status = "okay";
>> +
On 6/17/2020 11:40 PM, Kurt Kanzenbach wrote:
> Add basic documentation and example.
>
> Signed-off-by: Kurt Kanzenbach
> ---
> .../devicetree/bindings/net/dsa/hellcreek.txt | 72 +++
> 1 file changed, 72 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/ne
> +Ethernet switch connected memory mapped to the host, CPU port wired to gmac0:
> +
> +soc {
> +switch0: switch@0xff24 {
> +compatible = "hirschmann,hellcreek";
> +status = "okay";
> +reg = <0xff24 0x1000 /* TSN base */
> +
Add basic documentation and example.
Signed-off-by: Kurt Kanzenbach
---
.../devicetree/bindings/net/dsa/hellcreek.txt | 72 +++
1 file changed, 72 insertions(+)
create mode 100644 Documentation/devicetree/bindings/net/dsa/hellcreek.txt
diff --git a/Documentation/devicetree/bind
11 matches
Mail list logo