Loading arch/arm/boot/dts/qcom/msm8994-mdss-pll.dtsi 0 → 100644 +63 −0 Original line number Diff line number Diff line /* Copyright (c) 2014, 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 { mdss_dsi0_pll: qcom,mdss_dsi_pll@fd998300 { compatible = "qcom,mdss_dsi_pll_8994"; label = "MDSS DSI 0 PLL"; cell-index = <0>; #clock-cells = <1>; reg = <0xfd998300 0x500>; reg-names = "pll_base"; gdsc-supply = <&gdsc_mdss>; vddio-supply = <&pm8994_l12>; vcca-supply = <&pm8994_l28>; clocks = <&clock_mmss clk_mdss_ahb_clk>; clock-names = "iface_clk"; clock-rate = <0>; qcom,platform-supply-entries { #address-cells = <1>; #size-cells = <0>; qcom,platform-supply-entry@0 { reg = <0>; qcom,supply-name = "gdsc"; qcom,supply-min-voltage = <0>; qcom,supply-max-voltage = <0>; qcom,supply-enable-load = <0>; qcom,supply-disable-load = <0>; }; qcom,platform-supply-entry@1 { reg = <1>; qcom,supply-name = "vddio"; qcom,supply-min-voltage = <1800000>; qcom,supply-max-voltage = <1800000>; qcom,supply-enable-load = <100000>; qcom,supply-disable-load = <100>; }; qcom,platform-supply-entry@2 { reg = <2>; qcom,supply-name = "vcca"; qcom,supply-min-voltage = <1000000>; qcom,supply-max-voltage = <1000000>; qcom,supply-enable-load = <10000>; qcom,supply-disable-load = <100>; }; }; }; }; arch/arm/boot/dts/qcom/msm8994.dtsi +1 −0 Original line number Diff line number Diff line Loading @@ -202,6 +202,7 @@ #include "msm8994-ipcrouter.dtsi" #include "msm8994-coresight.dtsi" #include "msm8994-mdss.dtsi" #include "msm8994-mdss-pll.dtsi" #include "msm8994-bus.dtsi" &soc { Loading Loading
arch/arm/boot/dts/qcom/msm8994-mdss-pll.dtsi 0 → 100644 +63 −0 Original line number Diff line number Diff line /* Copyright (c) 2014, 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 { mdss_dsi0_pll: qcom,mdss_dsi_pll@fd998300 { compatible = "qcom,mdss_dsi_pll_8994"; label = "MDSS DSI 0 PLL"; cell-index = <0>; #clock-cells = <1>; reg = <0xfd998300 0x500>; reg-names = "pll_base"; gdsc-supply = <&gdsc_mdss>; vddio-supply = <&pm8994_l12>; vcca-supply = <&pm8994_l28>; clocks = <&clock_mmss clk_mdss_ahb_clk>; clock-names = "iface_clk"; clock-rate = <0>; qcom,platform-supply-entries { #address-cells = <1>; #size-cells = <0>; qcom,platform-supply-entry@0 { reg = <0>; qcom,supply-name = "gdsc"; qcom,supply-min-voltage = <0>; qcom,supply-max-voltage = <0>; qcom,supply-enable-load = <0>; qcom,supply-disable-load = <0>; }; qcom,platform-supply-entry@1 { reg = <1>; qcom,supply-name = "vddio"; qcom,supply-min-voltage = <1800000>; qcom,supply-max-voltage = <1800000>; qcom,supply-enable-load = <100000>; qcom,supply-disable-load = <100>; }; qcom,platform-supply-entry@2 { reg = <2>; qcom,supply-name = "vcca"; qcom,supply-min-voltage = <1000000>; qcom,supply-max-voltage = <1000000>; qcom,supply-enable-load = <10000>; qcom,supply-disable-load = <100>; }; }; }; };
arch/arm/boot/dts/qcom/msm8994.dtsi +1 −0 Original line number Diff line number Diff line Loading @@ -202,6 +202,7 @@ #include "msm8994-ipcrouter.dtsi" #include "msm8994-coresight.dtsi" #include "msm8994-mdss.dtsi" #include "msm8994-mdss-pll.dtsi" #include "msm8994-bus.dtsi" &soc { Loading