Re: [RFC PATCH 01/10] dt-bindings: net: ti: Adds device tree binding for DUAL-EMAC mode support on PRU-ICSS2 for AM57xx SOCs
From: Andrew Lunn
Date: Thu Jan 09 2025 - 11:03:19 EST
> + ti,no-half-duplex:
> + type: boolean
> + description:
> + Disable half duplex operation on ICSSM MII port.
I already asked this in the next patch, but why have this property? Is
it because the hardware is broken? Or is this some sort of policy?
Policy should not be in DT, DT describes the hardware, not the policy
of how you use the hardware.
Andrew