Pincontrol driver issue

Hi Team,

I am trying to migrate kernel version 5.10.41 to 6.1 using proprietary drivers. I have integrated my dts files & pincontrol driver. But I am facing this problem as mentioned below.

Target same as unmatched machine.

[ 2.467505] pinctrl- 4f0016000.pinctrl: unsupported configuration parameter ‘15’
[ 2.467525] pinctrl- 4f0016000.pinctrl: unsupported configuration parameter ‘15’
[ 2.467535] pinctrl- 4f0016000.pinctrl: unsupported configuration parameter ‘15’
[ 2.475230] pinctrl- 4f0016000.pinctrl: unsupported configuration parameter ‘15’
[ 2.475268] pinctrl- 4f0016000.pinctrl: unsupported configuration parameter ‘15’
[ 2.475279] pinctrl- 4f0016000.pinctrl: unsupported configuration parameter ‘15’
[ 2.480278] pinctrl- 4f0016000.pinctrl: unsupported configuration parameter ‘15’
[ 2.480297] pinctrl- 4f0016000.pinctrl: unsupported configuration parameter ‘15’
[ 2.480306] pinctrl- 4f0016000.pinctrl: unsupported configuration parameter ‘15’

How can I fix this issue? Could you please suggest me any solution for this problem.

Regards,
Sateesh

AFAIK there’s no pinctrl device at 4f0016000 on a HiFive Unmatched? What’s your full dmesg?

Hi Jessica Clarke,

Thanks for the response. I am using custom board target(nb2) same as unmatched machine.

Regards,
Sateesh

See, you’re contradicting yourself there. It’s not a HiFive Unmatched board, it’s a LeapFive NB2. It uses the same cores as the HiFive Unmatched and the StarFive VisionFive 2, but it is not the same board, nor even the same SoC as either of them, so whatever issues you’re seeing with drivers relating to the SoC are not in any way relevant to this forum. Go ask LeapFive or the Linux kernel community. Or if they are your own drivers then that is your own problem, not theirs to solve (though the communities may be able to help you understand the error).

I have fixed this issue. Thank you for your valuable suggestions.