dts/st: dtc v1.4.6 warnings: pin-c... node has a reg ... no unit name
To prepare to upcoming dtc v1.4.6, fix warnings in dts files. This commit addresses the following warning: Warning (unit_address_vs_reg): Node /soc/pin-controller has a reg or ranges property, but no unit name Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
acc20e24d6
commit
986f249f03
25 changed files with 25 additions and 25 deletions
|
@ -14,7 +14,7 @@
|
|||
};
|
||||
|
||||
soc {
|
||||
pinctrl: pin-controller {
|
||||
pinctrl: pin-controller@40020000 {
|
||||
reg = <0x40020000 0x2400>;
|
||||
|
||||
gpiof: gpio@40021400 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue