diff options
Diffstat (limited to 'arch/arm/boot/dts/msm8960-cdp.dts')
| -rw-r--r-- | arch/arm/boot/dts/msm8960-cdp.dts | 28 | 
1 files changed, 14 insertions, 14 deletions
diff --git a/arch/arm/boot/dts/msm8960-cdp.dts b/arch/arm/boot/dts/msm8960-cdp.dts index 9e621b5ad3d..2e4d87a125d 100644 --- a/arch/arm/boot/dts/msm8960-cdp.dts +++ b/arch/arm/boot/dts/msm8960-cdp.dts @@ -15,20 +15,14 @@  		      < 0x02002000 0x1000 >;  	}; -	timer@200a004 { -		compatible = "qcom,msm-gpt", "qcom,msm-timer"; -		interrupts = <1 2 0x301>; -		reg = <0x0200a004 0x10>; -		clock-frequency = <32768>; -		cpu-offset = <0x80000>; -	}; - -	timer@200a024 { -		compatible = "qcom,msm-dgt", "qcom,msm-timer"; -		interrupts = <1 1 0x301>; -		reg = <0x0200a024 0x10>, -		      <0x0200a034 0x4>; -		clock-frequency = <6750000>; +	timer@200a000 { +		compatible = "qcom,kpss-timer", "qcom,msm-timer"; +		interrupts = <1 1 0x301>, +			     <1 2 0x301>, +			     <1 3 0x301>; +		reg = <0x0200a000 0x100>; +		clock-frequency = <27000000>, +				  <32768>;  		cpu-offset = <0x80000>;  	}; @@ -38,4 +32,10 @@  		      <0x16400000 0x1000>;  		interrupts = <0 154 0x0>;  	}; + +	qcom,ssbi@500000 { +		compatible = "qcom,ssbi"; +		reg = <0x500000 0x1000>; +		qcom,controller-type = "pmic-arbiter"; +	};  };  |