Enable can1 interface at a nanopc-t6 board #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A nanopc-t6 board has 40-pin GPIO. The can1 interface is connected to pin 29-CAN_RX_M0 and 31-CAN_TX_M0. But it can't use in kernel 6.1.
It has three issue.
Issue 1. Did not port driver code from kernel 5.10 to kernel 6.1.
Issue 2. Did not enable device in dtb.
Issue 3. Did not enable driver by kernel configs.
This PR fix issue 1 and 2. The issue 3 shall fix by user configuration.
A rockchip_can.c did not test my self. Because nanopc-t6 board - rk5588 uses rockchip_canfd.c only. It could not test in this board.