Hello,
We are configuring P24 bank pins for below interfaces and below is the dts configurations for the same.
SCIF4:TX: P24_5 ALT5RX: P24_4 ALT5Below is the dts pinmux configuration: scif4_pins: scif4 { pinmux = <RZG2L_PORT_PINMUX(24, 5, 5)>, /* TxD */ <RZG2L_PORT_PINMUX(24, 4, 5)>; /* RxD */ };
CAN_B:TX: P24_2 ALT1RX: P24_3 ALT1Below is the dts pinmux configuration: canfd1_pins: can1 { pinmux = <RZG2L_PORT_PINMUX(24, 2, 1)>, /* TX */ <RZG2L_PORT_PINMUX(24, 3, 1)>; /* RX */ };
PWM (MTIOC4D):MTI0C4D: P24_0 Alt3Below is the dts pinmux configuration: mtu3_pins: mtu3 { pinmux = <RZG2L_PORT_PINMUX(17, 0, 4)>; /* MTIOC3A */ <RZG2L_PORT_PINMUX(24, 0, 3)>; /* MTI0C4D */ };
While booting we get errors as shown below.
[ 0.888759] pinctrl-rzg2l 11030000.pin-controller: pin 197 is not registered so it cannot be requested[ 0.898082] pinctrl-rzg2l 11030000.pin-controller: pin-197 (1004c800.serial) status -22[ 0.906071] pinctrl-rzg2l 11030000.pin-controller: could not request pin 197 (non-existing) from group scif4 on device pinctrl-rzg2l[ 0.955656] pinctrl-rzg2l 11030000.pin-controller: pin 194 is not registered so it cannot be requested[ 0.964975] pinctrl-rzg2l 11030000.pin-controller: pin-194 (10050000.can) status -22[ 0.972705] pinctrl-rzg2l 11030000.pin-controller: could not request pin 194 (non-existing) from group can1 on device pinctrl-rzg2l[ 1.539777] pinctrl-rzg2l 11030000.pin-controller: pin 192 is not registered so it cannot be requested[ 1.556594] pinctrl-rzg2l 11030000.pin-controller: pin-192 (10001200.timer) status -22[ 1.564530] pinctrl-rzg2l 11030000.pin-controller: could not request pin 192 (non-existing) from group mtu3 on device pinctrl-rzg2l
Is there any limitation in BSP, so that we are not able to use the P24 bank pins?
Regards.
Hello
We are waiting for the updated VLP release for RZ-V.
Can you please provide any information on when will be the next major VLP release for RZ-V?
You're off topic here as well. What do you mean by "major VLP release"?
P24 bank configuration issue is no solved in any of the patches provided and there is no update on the thread regarding that.
Since the VLP1.0 is the release for RZ-V, hence the question was asked about the new VLP.
So, if you have update on the upcoming VLP release for RZ-V, kinldy share
Again, it's RZ/Five not RZ/V.
P24 has been fixed in VLP3.0.4,