Skip to content

Commit

Permalink
arm64: dts: qcom: Correct "gpiio" typo in msm8996-pins
Browse files Browse the repository at this point in the history
gpiio5 is missspelt in msm8996-pins.dtsi, fix that.

Signed-off-by: Jakob Wuhrer <jakobwuhrer@airmail.cc>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
  • Loading branch information
Jakob Wuhrer authored and Andy Gross committed Jan 14, 2019
1 parent af61bef commit ff10032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/msm8996-pins.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
};

pinconf {
pins = "gpio4", "gpiio5", "gpio6", "gpio7";
pins = "gpio4", "gpio5", "gpio6", "gpio7";
drive-strength = <2>;
bias-disable;
};
Expand Down

0 comments on commit ff10032

Please sign in to comment.