]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: imx95-15x15-evk: Use phys to replace xceiver-supply
authorPeng Fan <peng.fan@nxp.com>
Fri, 12 Dec 2025 09:57:19 +0000 (17:57 +0800)
committerShawn Guo <shawnguo@kernel.org>
Tue, 30 Dec 2025 07:02:15 +0000 (15:02 +0800)
The TJA1051T/3 used on i.MX95-15x15-EVK is actually high-speed CAN
transceiver, not a regulator supply. So use phys to reflect the truth.

Reviewed-by: Frank Li <Frank.Li@nxp.com>
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts

index c1e245ecea9c16078cf5b59ac527721e156cf939..b934295bac15ee73c2a65a70c462b2cf75534cc1 100644 (file)
                gpio = <&pcal6524 0 GPIO_ACTIVE_LOW>;
        };
 
-       reg_can2_stby: regulator-can2-stby {
-               compatible = "regulator-fixed";
-               regulator-max-microvolt = <3300000>;
-               regulator-min-microvolt = <3300000>;
-               regulator-name = "can2-stby";
-               gpio = <&pcal6524 14 GPIO_ACTIVE_LOW>;
+       flexcan2_phy: can-phy {
+               compatible = "nxp,tja1051";
+               #phy-cells = <0>;
+               max-bitrate = <5000000>;
+               silent-gpios = <&pcal6524 14 GPIO_ACTIVE_HIGH>;
        };
 
        reg_m2_pwr: regulator-m2-pwr {
 &flexcan2 {
        pinctrl-0 = <&pinctrl_flexcan2>;
        pinctrl-names = "default";
-       xceiver-supply = <&reg_can2_stby>;
+       phys = <&flexcan2_phy>;
        status = "okay";
 };