Loading arch/arm64/boot/dts/qcom/Makefile +5 −2 Original line number Diff line number Diff line Loading @@ -394,7 +394,8 @@ dtbo-$(CONFIG_ARCH_SDM429) += sdm429-mtp-overlay.dtbo \ sdm429-cdp-overlay.dtbo \ sdm429-qrd-overlay.dtbo \ sdm429-spyro-qrd-evt-overlay.dtbo \ sdm429-spyro-qrd-dvt-overlay.dtbo sdm429-spyro-qrd-dvt-overlay.dtbo \ sdm429-spyro-qrd-wdp-overlay.dtbo msm8940-mtp-overlay.dtbo-base := msm8940-pmi8950.dtb \ msm8940-pmi8937.dtb \ Loading Loading @@ -515,6 +516,7 @@ sdm429-qrd-overlay.dtbo-base := sdm429.dtb \ msm8937-interposer-sdm429.dtb sdm429-spyro-qrd-evt-overlay.dtbo-base := sdm429-spyro.dtb sdm429-spyro-qrd-dvt-overlay.dtbo-base := sdm429-spyro-dvt.dtb sdm429-spyro-qrd-wdp-overlay.dtbo-base := sdm429-spyro-wdp.dtb else dtb-$(CONFIG_ARCH_MSM8953) += msm8953-cdp.dtb \ msm8953-mtp.dtb \ Loading Loading @@ -647,7 +649,8 @@ dtb-$(CONFIG_ARCH_SDM429) += sdm429-mtp.dtb \ sda429-mtp.dtb \ sda429-cdp.dtb \ sdm429-spyro.dtb \ sdm429-spyro-dvt.dtb sdm429-spyro-dvt.dtb \ sdm429-spyro-wdp.dtb endif Loading arch/arm64/boot/dts/qcom/sdm429-spyro-dvt.dts +1 −1 Original line number Diff line number Diff line Loading @@ -19,6 +19,6 @@ model = "Qualcomm Technologies, Inc. SDM429 QRD DVT Spyro"; compatible = "qcom,sdm429w-qrd", "qcom,sdm429w", "qcom,qrd"; qcom,msm-id = <416 0x0>; qcom,board-id = <0x01000b 6>; qcom,board-id = <0x00010b 6>; qcom,pmic-id = <0x0002001b 0x0 0x0 0x0>; }; arch/arm64/boot/dts/qcom/sdm429-spyro-qrd-dvt-overlay.dts +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ model = "Qualcomm Technologies, Inc. SDM429 QRD Spyro DVT Overlay"; compatible = "qcom,sdm429w-qrd", "qcom,sdm429w", "qcom,qrd"; qcom,msm-id = <416 0x0>; qcom,board-id = <0x01000b 6>; qcom,board-id = <0x00010b 6>; qcom,pmic-id = <0x0002001b 0x0 0x0 0x0>; }; Loading arch/arm64/boot/dts/qcom/sdm429-spyro-qrd-wdp-overlay.dts 0 → 100644 +37 −0 Original line number Diff line number Diff line /* * Copyright (c) 2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ /dts-v1/; /plugin/; #include "sdm429-spyro-qrd-evt.dtsi" / { model = "Qualcomm Technologies, Inc. SDM429 QRD Spyro WDP Overlay"; compatible = "qcom,sdm429w-qrd", "qcom,sdm429w", "qcom,qrd"; qcom,msm-id = <416 0x0>; qcom,board-id = <0x01000b 6>; qcom,pmic-id = <0x0002001b 0x0 0x0 0x0>; }; &usb_otg { HSUSB_3p3-supply = <&L16A>; }; &msm_dig_codec { cdc-vdd-digital-supply = <&pm660_l11>; }; &ext_smart_pa { dvdd-supply = <&pm660_l11>; }; arch/arm64/boot/dts/qcom/sdm429-spyro-wdp.dts 0 → 100644 +24 −0 Original line number Diff line number Diff line /* * Copyright (c) 2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ /dts-v1/; #include "sdm429-spyro.dtsi" / { model = "Qualcomm Technologies, Inc. SDM429 QRD Spyro WDP"; compatible = "qcom,sdm429w-qrd", "qcom,sdm429w", "qcom,qrd"; qcom,msm-id = <416 0x0>; qcom,board-id = <0x01000b 6>; qcom,pmic-id = <0x0002001b 0x0 0x0 0x0>; }; Loading
arch/arm64/boot/dts/qcom/Makefile +5 −2 Original line number Diff line number Diff line Loading @@ -394,7 +394,8 @@ dtbo-$(CONFIG_ARCH_SDM429) += sdm429-mtp-overlay.dtbo \ sdm429-cdp-overlay.dtbo \ sdm429-qrd-overlay.dtbo \ sdm429-spyro-qrd-evt-overlay.dtbo \ sdm429-spyro-qrd-dvt-overlay.dtbo sdm429-spyro-qrd-dvt-overlay.dtbo \ sdm429-spyro-qrd-wdp-overlay.dtbo msm8940-mtp-overlay.dtbo-base := msm8940-pmi8950.dtb \ msm8940-pmi8937.dtb \ Loading Loading @@ -515,6 +516,7 @@ sdm429-qrd-overlay.dtbo-base := sdm429.dtb \ msm8937-interposer-sdm429.dtb sdm429-spyro-qrd-evt-overlay.dtbo-base := sdm429-spyro.dtb sdm429-spyro-qrd-dvt-overlay.dtbo-base := sdm429-spyro-dvt.dtb sdm429-spyro-qrd-wdp-overlay.dtbo-base := sdm429-spyro-wdp.dtb else dtb-$(CONFIG_ARCH_MSM8953) += msm8953-cdp.dtb \ msm8953-mtp.dtb \ Loading Loading @@ -647,7 +649,8 @@ dtb-$(CONFIG_ARCH_SDM429) += sdm429-mtp.dtb \ sda429-mtp.dtb \ sda429-cdp.dtb \ sdm429-spyro.dtb \ sdm429-spyro-dvt.dtb sdm429-spyro-dvt.dtb \ sdm429-spyro-wdp.dtb endif Loading
arch/arm64/boot/dts/qcom/sdm429-spyro-dvt.dts +1 −1 Original line number Diff line number Diff line Loading @@ -19,6 +19,6 @@ model = "Qualcomm Technologies, Inc. SDM429 QRD DVT Spyro"; compatible = "qcom,sdm429w-qrd", "qcom,sdm429w", "qcom,qrd"; qcom,msm-id = <416 0x0>; qcom,board-id = <0x01000b 6>; qcom,board-id = <0x00010b 6>; qcom,pmic-id = <0x0002001b 0x0 0x0 0x0>; };
arch/arm64/boot/dts/qcom/sdm429-spyro-qrd-dvt-overlay.dts +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ model = "Qualcomm Technologies, Inc. SDM429 QRD Spyro DVT Overlay"; compatible = "qcom,sdm429w-qrd", "qcom,sdm429w", "qcom,qrd"; qcom,msm-id = <416 0x0>; qcom,board-id = <0x01000b 6>; qcom,board-id = <0x00010b 6>; qcom,pmic-id = <0x0002001b 0x0 0x0 0x0>; }; Loading
arch/arm64/boot/dts/qcom/sdm429-spyro-qrd-wdp-overlay.dts 0 → 100644 +37 −0 Original line number Diff line number Diff line /* * Copyright (c) 2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ /dts-v1/; /plugin/; #include "sdm429-spyro-qrd-evt.dtsi" / { model = "Qualcomm Technologies, Inc. SDM429 QRD Spyro WDP Overlay"; compatible = "qcom,sdm429w-qrd", "qcom,sdm429w", "qcom,qrd"; qcom,msm-id = <416 0x0>; qcom,board-id = <0x01000b 6>; qcom,pmic-id = <0x0002001b 0x0 0x0 0x0>; }; &usb_otg { HSUSB_3p3-supply = <&L16A>; }; &msm_dig_codec { cdc-vdd-digital-supply = <&pm660_l11>; }; &ext_smart_pa { dvdd-supply = <&pm660_l11>; };
arch/arm64/boot/dts/qcom/sdm429-spyro-wdp.dts 0 → 100644 +24 −0 Original line number Diff line number Diff line /* * Copyright (c) 2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ /dts-v1/; #include "sdm429-spyro.dtsi" / { model = "Qualcomm Technologies, Inc. SDM429 QRD Spyro WDP"; compatible = "qcom,sdm429w-qrd", "qcom,sdm429w", "qcom,qrd"; qcom,msm-id = <416 0x0>; qcom,board-id = <0x01000b 6>; qcom,pmic-id = <0x0002001b 0x0 0x0 0x0>; };