mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-04-03 12:05:13 +02:00
arm64: dts: renesas: rzg2lc-smarc: Disable CAN-FD channel0
[ Upstream commitae014fbc99] 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:
committed by
Greg Kroah-Hartman
parent
e1a5a3a8ab
commit
aec49ec4bb
@@ -48,7 +48,10 @@
|
||||
#if (SW_SCIF_CAN || SW_RSPI_CAN)
|
||||
&canfd {
|
||||
pinctrl-0 = <&can1_pins>;
|
||||
/delete-node/ channel@0;
|
||||
|
||||
channel0 {
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
#else
|
||||
&canfd {
|
||||
|
||||
Reference in New Issue
Block a user