Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1320918 > unrolled thread
| Started by | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |
|---|---|
| First post | 2016-01-28 18:50 +0100 |
| Last post | 2016-01-28 18:50 +0100 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH v2 0/9] arm64: apq8016: dt patches. Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2016-01-28 18:50 +0100
[PATCH v2 5/9] arm64: dts: qcom: add lable for smd rpm regulators Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2016-01-28 18:50 +0100
| From | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |
|---|---|
| Date | 2016-01-28 18:50 +0100 |
| Subject | [PATCH v2 0/9] arm64: apq8016: dt patches. |
| Message-ID | <qVYRH-6R2-7@gated-at.bofh.it> |
Hi Andy, Here are the reworked regulator patches with some additional dt patches for spi. Changes since v1: - Moved regulators under smd_rpm_regulators label. - Added few spi related fixes thanks, srini Srinivas Kandagatla (9): arm64: dts: qcom: remove redundant spi cs pins from pinconf arm64: dts: qcom: add correct drive strenght on cs pins arm64: dts: apq8016-sbc: Add aliases to spi device. arm64: dts: remove s2 regulator from smd regulators. arm64: dts: qcom: add lable for smd rpm regulators arm64: dts: apq8016-sbc: add regulators support arm64: dts: apq8016-sbc: make 1.8v available on LS expansion arm64: dts: apq8016-sbc: move sdhci node under soc node arm64: dts: apq8016-sbc: Add real regulators and pinctrl for sdhc arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 132 ++++++++++++++++++++++++++++- arch/arm64/boot/dts/qcom/msm8916-pins.dtsi | 24 +++--- arch/arm64/boot/dts/qcom/msm8916.dtsi | 3 +- 3 files changed, 143 insertions(+), 16 deletions(-) -- 1.9.1
[toc] | [next] | [standalone]
| From | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |
|---|---|
| Date | 2016-01-28 18:50 +0100 |
| Subject | [PATCH v2 5/9] arm64: dts: qcom: add lable for smd rpm regulators |
| Message-ID | <qVYRJ-6R2-43@gated-at.bofh.it> |
| In reply to | #1320918 |
This patch adds label to smd rpm regulators so that the board level file
can use the label directly to populate the regulators, rather than
having deep nesting.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
arch/arm64/boot/dts/qcom/msm8916.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index 405ea67..ff7ca44 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -515,7 +515,7 @@
compatible = "qcom,rpm-msm8916";
qcom,smd-channels = "rpm_requests";
- pm8916-regulators {
+ smd_rpm_regulators: pm8916-regulators {
compatible = "qcom,rpm-pm8916-regulators";
pm8916_s1: s1 {};
--
1.9.1
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web