Re: [PATCH 1/2] dt-bindings: phy: ti,tcan104x-can: Document TI TCAN1046

From: Frank Li
Date: Mon Dec 08 2025 - 11:01:15 EST


On Mon, Dec 08, 2025 at 03:50:18PM +0000, Prabhakar wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx>
>
> Document the TI TCAN1046 automotive CAN transceiver. The TCAN1046
> provides dual high-speed CAN channels and includes STB1/2 control
> lines.
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/phy/ti,tcan104x-can.yaml | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/phy/ti,tcan104x-can.yaml b/Documentation/devicetree/bindings/phy/ti,tcan104x-can.yaml
> index c686d06f5f56..c53c4f703102 100644
> --- a/Documentation/devicetree/bindings/phy/ti,tcan104x-can.yaml
> +++ b/Documentation/devicetree/bindings/phy/ti,tcan104x-can.yaml
> @@ -23,6 +23,7 @@ properties:
> - enum:
> - ti,tcan1042
> - ti,tcan1043
> + - ti,tcan1046

according to patch2, which is the compatible as nxp,tja1048. why not allow
ti,tcan1046 fallback to nxp,tja1048.

So needn't change driver code.

Frank
> - nxp,tja1048
> - nxp,tja1051
> - nxp,tja1057
> @@ -84,7 +85,9 @@ allOf:
> properties:
> compatible:
> contains:
> - const: nxp,tja1048
> + enum:
> + - ti,tcan1046
> + - nxp,tja1048
> then:
> properties:
> '#phy-cells':
> --
> 2.52.0
>