Skip to content

Commit

Permalink
fix: add "can1" to "exclusive" for rk3576 can1 dtbo
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Chen <[email protected]>
  • Loading branch information
RadxaStephen authored and RadxaYuntian committed Dec 14, 2024
1 parent f96f9c6 commit 975c14e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/overlays/rk3576-can1-m1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
title = "Enable CAN1-M1";
compatible = "radxa,cm4-rpi-cm4-io";
category = "misc";
exclusive = "GPIO4_C6", "GPIO4_C7";
exclusive = "GPIO4_C6", "GPIO4_C7", "can1";
description = "Enable CAN1-M1.
On Radxa CM4-RPI-CM4-IO this is TX pin 28 and Rx pin 27.";
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/overlays/rk3576-can1-m3.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
title = "Enable CAN1-M3";
compatible = "radxa,cm4-rpi-cm4-io";
category = "misc";
exclusive = "GPIO3_A2", "GPIO3_A3";
exclusive = "GPIO3_A2", "GPIO3_A3", "can1";
description = "Enable CAN1-M3.
On Radxa CM4-RPI-CM4-IO this is TX pin 29 and Rx pin 37.";
};
Expand Down

0 comments on commit 975c14e

Please sign in to comment.