Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74d60180 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add GPU properties for MSM8909-qhd"

parents 42f5cb50 dc13e411
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#include "msm8909-pm8909.dtsi"
#include "msm8909-pm8909-cdp.dtsi"
#include "msm8208.dtsi"
#include "msm8909-gpu-qhd.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MSM8208 QHD CDP";
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#include "msm8909-pm8909.dtsi"
#include "msm8909-pm8909-cdp.dtsi"
#include "msm8208.dtsi"
#include "msm8909-gpu-qhd.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MSM8208 QHD RCM";
+36 −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.
 */

&msm_gpu {

	/* Power levels */
	qcom,gpu-pwrlevels {

		qcom,gpu-pwrlevel@0 {
			reg = <0>;
			qcom,gpu-freq = <307200000>;
			qcom,bus-freq = <3>;
		};

		qcom,gpu-pwrlevel@1 {
			reg = <1>;
			qcom,gpu-freq = <200000000>;
			qcom,bus-freq = <1>;
		};

		qcom,gpu-pwrlevel@2 {
			reg = <2>;
			qcom,gpu-freq = <19200000>;
			qcom,bus-freq = <0>;
		};
	};
};
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
#include "msm8909-cdp.dtsi"
#include "msm8909-pm8909.dtsi"
#include "msm8909-pm8909-cdp.dtsi"
#include "msm8909-gpu-qhd.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MSM8909-PM8909 QHD CDP";
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
#include "msm8909-cdp.dtsi"
#include "msm8909-pm8909.dtsi"
#include "msm8909-pm8909-cdp.dtsi"
#include "msm8909-gpu-qhd.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. MSM8909-PM8909 QHD RCM";