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

Merge tag 'qcom-dts-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into arm/dt

Qualcomm Device Tree Changes for v5.2

* Add gpio ranges for Qualcomm platforms
* Correct the IPQ4019 PCIe BAR range

* tag 'qcom-dts-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux:
ARM: dts: qcom: ipq4019: enlarge PCIe BAR range
ARM: dts: qcom: pma8084: add gpio-ranges
ARM: dts: qcom: msm8660: add gpio-ranges
ARM: dts: qcom: mdm9615: add gpio-ranges
ARM: dts: qcom: apq8064: add gpio-ranges

Signed-off-by: Olof Johansson <olof@lixom.net>

+6 -2
+1
arch/arm/boot/dts/qcom-apq8064.dtsi
··· 714 714 interrupt-controller; 715 715 #interrupt-cells = <2>; 716 716 gpio-controller; 717 + gpio-ranges = <&pm8921_gpio 0 0 44>; 717 718 #gpio-cells = <2>; 718 719 719 720 };
+2 -2
arch/arm/boot/dts/qcom-ipq4019.dtsi
··· 400 400 #address-cells = <3>; 401 401 #size-cells = <2>; 402 402 403 - ranges = <0x81000000 0 0x40200000 0x40200000 0 0x00100000 404 - 0x82000000 0 0x40300000 0x40300000 0 0x400000>; 403 + ranges = <0x81000000 0 0x40200000 0x40200000 0 0x00100000>, 404 + <0x82000000 0 0x40300000 0x40300000 0 0x00d00000>; 405 405 406 406 interrupts = <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>; 407 407 interrupt-names = "msi";
+1
arch/arm/boot/dts/qcom-mdm9615.dtsi
··· 326 326 interrupt-controller; 327 327 #interrupt-cells = <2>; 328 328 gpio-controller; 329 + gpio-ranges = <&pmicgpio 0 0 6>; 329 330 #gpio-cells = <2>; 330 331 }; 331 332 };
+1
arch/arm/boot/dts/qcom-msm8660.dtsi
··· 295 295 interrupt-controller; 296 296 #interrupt-cells = <2>; 297 297 gpio-controller; 298 + gpio-ranges = <&pm8058_gpio 0 0 44>; 298 299 #gpio-cells = <2>; 299 300 300 301 };
+1
arch/arm/boot/dts/qcom-pma8084.dtsi
··· 31 31 compatible = "qcom,pma8084-gpio", "qcom,spmi-gpio"; 32 32 reg = <0xc000>; 33 33 gpio-controller; 34 + gpio-ranges = <&pma8084_gpios 0 0 22>; 34 35 #gpio-cells = <2>; 35 36 interrupt-controller; 36 37 #interrupt-cells = <2>;