Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37c1651f authored by Oliver Wang's avatar Oliver Wang
Browse files

ARM: dts: msm: fix the typo error of the device tree for apds9930



Fix the typo error of the drive-strength property in
pinctrl device tree configuration of apds9930.

Change-Id: I691319785bc4c70d1a82953d101e161318def405
Signed-off-by: default avatarOliver Wang <mengmeng@codeaurora.org>
parent 39e3e1e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
		qcom,num-grp-pins = <1>;
		label = "apds9930-irq";
		apds9930_default: apds9930_default {
			drive-strenghth = <6>;
			drive-strength = <6>;
			bias-pull-up;
		};
	};