linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: wxt@rock-chips.com (Caesar Wang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: dts: jaq: add the power-supply for backlight and panel
Date: Mon,  7 Dec 2015 21:11:09 +0800	[thread overview]
Message-ID: <1449493869-32151-2-git-send-email-wxt@rock-chips.com> (raw)
In-Reply-To: <1449493869-32151-1-git-send-email-wxt@rock-chips.com>

Add a fixed regulator and reference it for the backlight and panle
power supply on rk3288 jaq board.

Signed-off-by: Caesar Wang <wxt@rock-chips.com>

---

Changes in v1:
- Add this series patches are working with ykk'EDP patches
  on rk3288-jaq board.

 arch/arm/boot/dts/rk3288-veyron-jaq.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/rk3288-veyron-jaq.dts b/arch/arm/boot/dts/rk3288-veyron-jaq.dts
index 991b717..9367a4c 100644
--- a/arch/arm/boot/dts/rk3288-veyron-jaq.dts
+++ b/arch/arm/boot/dts/rk3288-veyron-jaq.dts
@@ -123,6 +123,11 @@
 		232 233 234 235 236 237 238 239
 		240 241 242 243 244 245 246 247
 		248 249 250 251 252 253 254 255>;
+	power-supply = <&backlight_regulator>;
+};
+
+&panel {
+	power-supply = <&panel_regulator>;
 };
 
 &rk808 {
-- 
1.9.1

  reply	other threads:[~2015-12-07 13:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-07 13:11 [PATCH 1/2] ARM: dts: modify rk3288 jaq backlight-level Caesar Wang
2015-12-07 13:11 ` Caesar Wang [this message]
2015-12-14 21:46 ` Heiko Stübner
2015-12-15  0:48   ` Caesar Wang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1449493869-32151-2-git-send-email-wxt@rock-chips.com \
    --to=wxt@rock-chips.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).