boards: st: stm32h745i_disco: fix CAN phy devicetree representation

On this board, the CAN transceivers are not GPIO controlled, but passive,
and should not be represented by the "can-transceiver-gpio" compatible (as
this leads to driver compilation warnings due to missing GPIO properties).

Fixes: c8faa1e380

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2024-05-15 08:13:22 +00:00 committed by Henrik Brix Andersen
commit ed53fdd431

View file

@ -33,18 +33,6 @@
};
};
transceiver0: can-phy0 {
compatible = "microchip,mcp2562fd", "can-transceiver-gpio";
max-bitrate = <5000000>;
#phy-cells = <0>;
};
transceiver1: can-phy1 {
compatible = "microchip,mcp2562fd", "can-transceiver-gpio";
max-bitrate = <5000000>;
#phy-cells = <0>;
};
/* RM0455 - 23.6 External device address mapping */
sdram2: sdram@d0000000 {
compatible = "zephyr,memory-region", "mmio-sram";
@ -218,7 +206,10 @@
bus-speed-data = <1000000>;
sample-point = <875>;
sample-point-data = <875>;
phys = <&transceiver0>;
can-transceiver {
max-bitrate = <5000000>;
};
};
&fdcan2 {
@ -229,7 +220,10 @@
bus-speed-data = <1000000>;
sample-point = <875>;
sample-point-data = <875>;
phys = <&transceiver1>;
can-transceiver {
max-bitrate = <5000000>;
};
};
&fmc {