Message ID | 20200210134331.14039-2-benjamin.gaignard@st.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | fccd6a577bb334286a8eac73b9ccdb01cacbb859 |
Headers | show |
Series | ARM: dts: stm32: Correct stmfx node name on stm32mp157c-ev1 board | expand |
Hi Benjamin On 2/10/20 2:43 PM, Benjamin Gaignard wrote: > Change stmfx node name to fit with yaml requirements. > > Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com> > --- > arch/arm/boot/dts/stm32mp157c-ev1.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/stm32mp157c-ev1.dts b/arch/arm/boot/dts/stm32mp157c-ev1.dts > index 228e35e16884..ffd4e0caeedc 100644 > --- a/arch/arm/boot/dts/stm32mp157c-ev1.dts > +++ b/arch/arm/boot/dts/stm32mp157c-ev1.dts > @@ -210,7 +210,7 @@ > interrupt-parent = <&gpioi>; > vdd-supply = <&v3v3>; > > - stmfx_pinctrl: stmfx-pin-controller { > + stmfx_pinctrl: pinctrl { > compatible = "st,stmfx-0300-pinctrl"; > gpio-controller; > #gpio-cells = <2>; > Applied on stm32-next. Thanks Alex
diff --git a/arch/arm/boot/dts/stm32mp157c-ev1.dts b/arch/arm/boot/dts/stm32mp157c-ev1.dts index 228e35e16884..ffd4e0caeedc 100644 --- a/arch/arm/boot/dts/stm32mp157c-ev1.dts +++ b/arch/arm/boot/dts/stm32mp157c-ev1.dts @@ -210,7 +210,7 @@ interrupt-parent = <&gpioi>; vdd-supply = <&v3v3>; - stmfx_pinctrl: stmfx-pin-controller { + stmfx_pinctrl: pinctrl { compatible = "st,stmfx-0300-pinctrl"; gpio-controller; #gpio-cells = <2>;
Change stmfx node name to fit with yaml requirements. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com> --- arch/arm/boot/dts/stm32mp157c-ev1.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)