Skip to content

Commit f8db993

Browse files
mathieuchopstmnashif
authored andcommitted
dts: arm: st: stm32n6: change pinctrl binding
Use the new and appropriate "st,stm32n6-pinctrl" compatible for the pinctrl in DTSI for STM32N6 series. Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
1 parent 5b1c7b2 commit f8db993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/st/n6/stm32n6.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
};
267267

268268
pinctrl: pin-controller@56020000 {
269-
compatible = "st,stm32-pinctrl";
269+
compatible = "st,stm32n6-pinctrl", "st,stm32-pinctrl";
270270
#address-cells = <1>;
271271
#size-cells = <1>;
272272
reg = <0x56020000 0x2000>;

0 commit comments

Comments
 (0)