Skip to content

Commit f149be4

Browse files
nxpfrankliShawn Guo
authored andcommitted
arm64: dts: imx8mm-phygate: fix typo pinctrcl-0
Fix typo pinctrcl-0 with pinctrl-0. Fix below warning: arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l-rs232-rs485.dtb: gpio@30220000: 'pinctrl-0' is a dependency of 'pinctrl-names' from schema $id: http://devicetree.org/schemas/pinctrl/pinctrl-consumer.yaml# arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l-rs232-rs485.dtb: uart4_rs485_en: $nodename:0: 'uart4_rs485_en' does not match '^(hog-[0-9]+|.+-hog(-[0-9]+)?)$ Fixes: 8d97083 ("arm64: dts: phygate-tauri-l: add overlays for RS232 and RS485") Reviewed-by: Teresa Remmet <[email protected]> Signed-off-by: Frank Li <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent d3c2b2a commit f149be4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l-rs232-rs232.dtso

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
&gpio3 {
2323
pinctrl-names = "default";
24-
pinctrcl-0 = <&pinctrl_gpio3_hog>;
24+
pinctrl-0 = <&pinctrl_gpio3_hog>;
2525

2626
uart4_rs485_en {
2727
gpio-hog;

arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l-rs232-rs485.dtso

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
&gpio3 {
2424
pinctrl-names = "default";
25-
pinctrcl-0 = <&pinctrl_gpio3_hog>;
25+
pinctrl-0 = <&pinctrl_gpio3_hog>;
2626

2727
uart4_rs485_en {
2828
gpio-hog;

0 commit comments

Comments
 (0)