Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'qcom-dts-for-4.16' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/agross/linux into next/dt

Pull "Qualcomm Device Tree Changes for v4.16" from Andy Gross:

* Add uSD slot nodes on msm8974-FP2 board

* tag 'qcom-dts-for-4.16' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/agross/linux:
ARM: dts: msm8974-FP2: Add uSD slot nodes

+34
+34
arch/arm/boot/dts/qcom-msm8974-fairphone-fp2.dts
··· 265 265 bias-pull-up; 266 266 }; 267 267 }; 268 + 269 + sdhc2_cd_pin_a: sdhc2-cd-pin-active { 270 + pins = "gpio62"; 271 + function = "gpio"; 272 + 273 + drive-strength = <2>; 274 + bias-disable; 275 + }; 276 + 277 + sdhc2_pin_a: sdhc2-pin-active { 278 + clk { 279 + pins = "sdc2_clk"; 280 + drive-strength = <10>; 281 + bias-disable; 282 + }; 283 + 284 + cmd-data { 285 + pins = "sdc2_cmd", "sdc2_data"; 286 + drive-strength = <6>; 287 + bias-pull-up; 288 + }; 289 + }; 268 290 }; 269 291 270 292 sdhci@f9824900 { ··· 300 278 301 279 pinctrl-names = "default"; 302 280 pinctrl-0 = <&sdhc1_pin_a>; 281 + }; 282 + 283 + sdhci@f98a4900 { 284 + status = "ok"; 285 + 286 + vmmc-supply = <&pm8941_l21>; 287 + vqmmc-supply = <&pm8941_l13>; 288 + 289 + bus-width = <4>; 290 + 291 + pinctrl-names = "default"; 292 + pinctrl-0 = <&sdhc2_pin_a>, <&sdhc2_cd_pin_a>; 303 293 }; 304 294 305 295 usb@f9a55000 {