diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-03-01 02:22:55 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-01 02:22:54 -0800 |
| commit | f6dd3a3c0d9e7cd5c4391388f03475151f8a5fd7 (patch) | |
| tree | 2ea2ff910b705c1124f9684fdd9e52d721d743a9 | |
| parent | c48a82429f4cd049814e83a38769a6effc7f71c6 (diff) | |
| parent | 12b74de0fef6b20d297eb6d75b954d527e62cbe6 (diff) | |
Merge "ARM: dts: msm: Add PBS client node for PM660"
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm-pm660l.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msm-pm660l.dtsi b/arch/arm/boot/dts/qcom/msm-pm660l.dtsi index 20016c7ac6ec..f39cc96ea9a6 100644 --- a/arch/arm/boot/dts/qcom/msm-pm660l.dtsi +++ b/arch/arm/boot/dts/qcom/msm-pm660l.dtsi @@ -26,6 +26,11 @@ reg = <0x100 0x100>; }; + pm660l_pbs: qcom,pbs@7300 { + compatible = "qcom,qpnp-pbs"; + reg = <0x7300 0x100>; + }; + qcom,power-on@800 { compatible = "qcom,qpnp-power-on"; reg = <0x800 0x100>; |
