Skip to content
Commit ca26a4bd authored by Erwan Gouriou's avatar Erwan Gouriou Committed by Kumar Gala
Browse files

dts/arm/st: Fix dtc warning in stm32 *-pinctrl.dtsi files



This change aims at fixing 'unit_address_vs_reg' warning in
stm32 *-pinctrl.dtsi files.
This warning pops up when a node name is made up with an address
(node_name@xx) but does not contain a reg property.
This case was encountered for led nodes for instance,
where a reg property has no meaning.
Fix this by changing node_name@xx to node_name_xx which removes the
guilty '@xx' syntax but preserves node_name uniqueness.

Signed-off-by: default avatarErwan Gouriou <erwan.gouriou@linaro.org>
parent 48dbffd3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment