10000 MLK-12880 arm: dts: imx7d: correct the PAD_GPIO1_IO01 pin ctrl setting · codebug8/linux-imx@bbe0e5a · GitHub
[go: up one dir, main page]

Skip to content

Commit bbe0e5a

Browse files
committed
MLK-12880 arm: dts: imx7d: correct the PAD_GPIO1_IO01 pin ctrl setting
PAD_GPIO1_IO01 bit[31:7] are reserved, remove the setting mapping to this reserved field. Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
1 parent c29dda8 commit bbe0e5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm/boot/dts/imx7d-12x12-lpddr3-arm2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@
840840
imx7d-12x12-lpddr3-arm2 {
841841
pinctrl_pwm1: pwm1grp {
842842
fsl,pins = <
843-
MX7D_PAD_GPIO1_IO01__PWM1_OUT 0x110b0
843+
MX7D_PAD_GPIO1_IO01__PWM1_OUT 0x30
844844
>;
845845
};
846846
};

arch/arm/boot/dts/imx7d-sdb.dts

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

10531053
pinctrl_pwm1: pwm1grp {
10541054
fsl,pins = <
1055-
MX7D_PAD_GPIO1_IO01__PWM1_OUT 0x110b0
1055+
MX7D_PAD_GPIO1_IO01__PWM1_OUT 0x30
10561056
>;
10571057
};
10581058

0 commit comments

Comments
 (0)
0