Loading arch/arm64/boot/dts/qcom/sdxprairie-gdsc.dtsi 0 → 100644 +36 −0 Original line number Diff line number Diff line /* * Copyright (c) 2018, 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. */ &soc { /* GDSCs in Global CC */ gdsc_usb30: qcom,gdsc@10b004 { compatible = "qcom,gdsc"; regulator-name = "gdsc_usb30"; reg = <0x10b004 0x4>; status = "disabled"; }; gdsc_emac: qcom,gdsc@147004 { compatible = "qcom,gdsc"; regulator-name = "gdsc_emac"; reg = <0x147004 0x4>; status = "disabled"; }; gdsc_pcie: qcom,qgdsc@137004 { compatible = "qcom,gdsc"; regulator-name = "gdsc_pcie"; reg = <0x137004 0x4>; status = "disabled"; }; }; arch/arm64/boot/dts/qcom/sdxprairie.dtsi +14 −0 Original line number Diff line number Diff line Loading @@ -258,3 +258,17 @@ #include "sdxprairie-ion.dtsi" #include "sdxprairie-bus.dtsi" #include "msm-arm-smmu-sdxprairie.dtsi" #include "sdxprairie-gdsc.dtsi" &gdsc_usb30 { status = "ok"; }; &gdsc_emac { status = "ok"; }; &gdsc_pcie { status = "ok"; }; Loading
arch/arm64/boot/dts/qcom/sdxprairie-gdsc.dtsi 0 → 100644 +36 −0 Original line number Diff line number Diff line /* * Copyright (c) 2018, 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. */ &soc { /* GDSCs in Global CC */ gdsc_usb30: qcom,gdsc@10b004 { compatible = "qcom,gdsc"; regulator-name = "gdsc_usb30"; reg = <0x10b004 0x4>; status = "disabled"; }; gdsc_emac: qcom,gdsc@147004 { compatible = "qcom,gdsc"; regulator-name = "gdsc_emac"; reg = <0x147004 0x4>; status = "disabled"; }; gdsc_pcie: qcom,qgdsc@137004 { compatible = "qcom,gdsc"; regulator-name = "gdsc_pcie"; reg = <0x137004 0x4>; status = "disabled"; }; };
arch/arm64/boot/dts/qcom/sdxprairie.dtsi +14 −0 Original line number Diff line number Diff line Loading @@ -258,3 +258,17 @@ #include "sdxprairie-ion.dtsi" #include "sdxprairie-bus.dtsi" #include "msm-arm-smmu-sdxprairie.dtsi" #include "sdxprairie-gdsc.dtsi" &gdsc_usb30 { status = "ok"; }; &gdsc_emac { status = "ok"; }; &gdsc_pcie { status = "ok"; };