On 29/11/2023 04:35, Jacky Huang wrote:
This solves nothing. It's the same placement.I will move the 'pcfg_default: pin-default' from dtsi to dts, like this:Hm, I see your bindings indeed allow pin-.* and unit addresses, so it isBest regards,Yes, it did pass the 'dtbs_check'. I guess the tool does not detect such
Krzysztof
issues.
Anyway, I will fix it in the next version.
the binding issue.
The examples you used as reference - xlnx,zynqmp-pinctrl.yaml and
realtek,rtd1315e-pinctrl.yaml - do not mix these as you do.
I don't understand why do you need them yet. I don't see any populate of
children. There are no compatibles, either.
Which part of your driver uses them exactly?
Best regards,
Krzysztof
&pinctrl {
pcfg_default: pin-default {
slew-rate = <0>;
input-schmitt-disable;
bias-disable;
power-source = <1>;
drive-strength = <17100>;
};
Best regards,
Krzysztof