mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-22 23:13:01 +02:00
arm64: dts: renesas: rzg2lc-smarc: Disable CAN-FD channel0
[ Upstream commit ae014fbc99c7f986ee785233e7a5336834e39af4 ]
On RZ/G2LC SMARC EVK, CAN-FD channel0 is not populated, and currently we
are deleting a wrong and nonexistent node. Fixing the wrong node would
invoke a dtb warning message, as channel0 is a required property.
Disable CAN-FD channel0 instead of deleting the node.
Fixes: 46da632734
("arm64: dts: renesas: rzg2lc-smarc: Enable CANFD channel 1")
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/20250801121959.267424-1-biju.das.jz@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
db82a94b0c
commit
0401de6d16
|
@ -38,7 +38,10 @@
|
|||
#if (SW_SCIF_CAN || SW_RSPI_CAN)
|
||||
&canfd {
|
||||
pinctrl-0 = <&can1_pins>;
|
||||
/delete-node/ channel@0;
|
||||
|
||||
channel0 {
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
#else
|
||||
&canfd {
|
||||
|
|
Loading…
Reference in New Issue
Block a user