diff options
author | Damien Riegel <damien.riegel@savoirfairelinux.com> | 2017-12-07 10:19:34 -0500 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2018-01-01 00:50:12 -0500 |
commit | 06c73e621319c7558ea99759f2cd4cef22e153bc (patch) | |
tree | 9db6d0c0560552ee2cfc68ad177f745bf4109072 | |
parent | 237f7bec2508e2bdfd658075b88e67575c160370 (diff) |
arm64: dts: qcom: msm8916-pins: remove assignments to bias-disable
Drop assignments to bias-disable as the documentation [1] states that
this property doesn't take a value. Other occurrences of this property
respect that.
[1] Documentation/devicetree/bindings/pinctrl/qcom,msm8916-pinctrl.txt
Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8916-pins.dtsi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8916-pins.dtsi b/arch/arm64/boot/dts/qcom/msm8916-pins.dtsi index 4cb0b5834143..c67ad8ed8b60 100644 --- a/arch/arm64/boot/dts/qcom/msm8916-pins.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8916-pins.dtsi | |||
@@ -278,7 +278,7 @@ | |||
278 | pinconf { | 278 | pinconf { |
279 | pins = "gpio6", "gpio7"; | 279 | pins = "gpio6", "gpio7"; |
280 | drive-strength = <16>; | 280 | drive-strength = <16>; |
281 | bias-disable = <0>; | 281 | bias-disable; |
282 | }; | 282 | }; |
283 | }; | 283 | }; |
284 | 284 | ||
@@ -290,7 +290,7 @@ | |||
290 | pinconf { | 290 | pinconf { |
291 | pins = "gpio6", "gpio7"; | 291 | pins = "gpio6", "gpio7"; |
292 | drive-strength = <2>; | 292 | drive-strength = <2>; |
293 | bias-disable = <0>; | 293 | bias-disable; |
294 | }; | 294 | }; |
295 | }; | 295 | }; |
296 | 296 | ||
@@ -302,7 +302,7 @@ | |||
302 | pinconf { | 302 | pinconf { |
303 | pins = "gpio14", "gpio15"; | 303 | pins = "gpio14", "gpio15"; |
304 | drive-strength = <16>; | 304 | drive-strength = <16>; |
305 | bias-disable = <0>; | 305 | bias-disable; |
306 | }; | 306 | }; |
307 | }; | 307 | }; |
308 | 308 | ||
@@ -314,7 +314,7 @@ | |||
314 | pinconf { | 314 | pinconf { |
315 | pins = "gpio14", "gpio15"; | 315 | pins = "gpio14", "gpio15"; |
316 | drive-strength = <2>; | 316 | drive-strength = <2>; |
317 | bias-disable = <0>; | 317 | bias-disable; |
318 | }; | 318 | }; |
319 | }; | 319 | }; |
320 | 320 | ||
@@ -326,7 +326,7 @@ | |||
326 | pinconf { | 326 | pinconf { |
327 | pins = "gpio22", "gpio23"; | 327 | pins = "gpio22", "gpio23"; |
328 | drive-strength = <16>; | 328 | drive-strength = <16>; |
329 | bias-disable = <0>; | 329 | bias-disable; |
330 | }; | 330 | }; |
331 | }; | 331 | }; |
332 | 332 | ||
@@ -338,7 +338,7 @@ | |||
338 | pinconf { | 338 | pinconf { |
339 | pins = "gpio22", "gpio23"; | 339 | pins = "gpio22", "gpio23"; |
340 | drive-strength = <2>; | 340 | drive-strength = <2>; |
341 | bias-disable = <0>; | 341 | bias-disable; |
342 | }; | 342 | }; |
343 | }; | 343 | }; |
344 | 344 | ||