From: heiko@sntech.de (Heiko Stuebner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v7 5/5] ARM: dts: rockchip: add support mipi panel tv080wum-nl0
Date: Wed, 20 Jan 2016 23:25:03 +0100 [thread overview]
Message-ID: <4804270.fNNME6HN13@phil> (raw)
In-Reply-To: <569EDE2F.6060400@rock-chips.com>
Am Mittwoch, 20. Januar 2016, 09:09:03 schrieb Chris Zhong:
> Hi Heiko
>
> On 01/20/2016 03:26 AM, Heiko Stuebner wrote:
> > Hi Chris,
> >
> > Am Mittwoch, 6. Januar 2016, 12:03:57 schrieb Chris Zhong:
> >> This tv080wum-nl0 panel is a mipi panel, it can use in MIPI_TX socket
> >> of rk3288 evb board.
> >>
> >> Signed-off-by: Chris Zhong <zyw@rock-chips.com>
> >
> > [...]
> >
> >> diff --git a/arch/arm/boot/dts/rk3288-evb-act8846.dts
> >> b/arch/arm/boot/dts/rk3288-evb-act8846.dts index e662147..7d5475b
> >> 100644
> >> --- a/arch/arm/boot/dts/rk3288-evb-act8846.dts
> >> +++ b/arch/arm/boot/dts/rk3288-evb-act8846.dts
> >> @@ -50,6 +50,8 @@
> >>
> >> gpio = <&gpio7 3 GPIO_ACTIVE_HIGH>;
> >> pinctrl-names = "default";
> >> pinctrl-0 = <&lcd_en>;
> >>
> >> + regulator-always-on;
> >> + regulator-boot-on;
> >
> > Is this only needed for the panel itself and can you try to get the
> > panel
> > supplies set up correctly instead in that case please?
>
> It is not only for panel, LCDC_VDD need this supply too.
> And rk3288-evb-rk808.dts has set this regulator to always on, so I do
> the same thing in here.
ok, so we keep the regulator-always-on for now, but could probably still add
the supply to the panel as well? That way once vcc_lcd handling is complete
in the future, we don't get surprises :-)
I guess I can add that power-supply property myself when applying.
Heiko
>
> >> regulator-name = "vcc_lcd";
> >> vin-supply = <&vcc_io>;
> >>
> >> };
> >>
> >> diff --git a/arch/arm/boot/dts/rk3288-evb.dtsi
> >> b/arch/arm/boot/dts/rk3288-evb.dtsi index 4faabdb..0c91858 100644
> >> --- a/arch/arm/boot/dts/rk3288-evb.dtsi
> >> +++ b/arch/arm/boot/dts/rk3288-evb.dtsi
> >> @@ -47,7 +47,7 @@
> >>
> >> reg = <0x0 0x80000000>;
> >>
> >> };
> >>
> >> - backlight {
> >> + backlight: backlight {
> >>
> >> compatible = "pwm-backlight";
> >> brightness-levels = <
> >>
> >> 0 1 2 3 4 5 6 7
> >>
> >> @@ -183,6 +183,16 @@
> >>
> >> status = "okay";
> >>
> >> };
> >>
> >> +&mipi_dsi {
> >> + status = "okay";
> >> + panel {
> >> + compatible ="boe,tv080wum-nl0";
> >> + reg = <0>;
> >> + backlight = <&backlight>;
> >> + status = "okay";
> >
> > in the evb-schematics I see, vcc_lcd as supply for the panel.
> >
> > So I'd think the panel node here should have a
> >
> > power-supply = <&vcc_lcd>;
> >
> > instead of having the always-on above?
> >
> >
> > Thanks
> > Heiko
> >
> >> + };
> >> +};
> >> +
> >>
> >> &sdmmc {
> >>
> >> bus-width = <4>;
> >> cap-mmc-highspeed;
next prev parent reply other threads:[~2016-01-20 22:25 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-06 4:03 [PATCH v7 0/5] Add mipi dsi support for rk3288 Chris Zhong
2016-01-06 4:03 ` [PATCH v7 1/5] drm/rockchip: return a true clock rate to adjusted_mode Chris Zhong
2016-01-06 4:03 ` [PATCH v7 2/5] Documentation: dt-bindings: Add bindings for rk3288 DW MIPI DSI driver Chris Zhong
2016-01-06 4:03 ` [PATCH v7 3/5] drm: rockchip: Support Synopsys DW MIPI DSI Chris Zhong
2016-01-06 6:30 ` Mark yao
2016-01-06 7:12 ` [PATCH v7.1 " Chris Zhong
2016-01-06 8:12 ` [PATCH v7.2 " Chris Zhong
2016-01-06 4:03 ` [PATCH v7 4/5] ARM: dts: rockchip: add rk3288 mipi_dsi nodes Chris Zhong
2016-01-19 15:29 ` Heiko Stuebner
2016-01-20 0:50 ` Chris Zhong
2016-01-06 4:03 ` [PATCH v7 5/5] ARM: dts: rockchip: add support mipi panel tv080wum-nl0 Chris Zhong
2016-01-19 19:26 ` Heiko Stuebner
2016-01-20 1:09 ` Chris Zhong
2016-01-20 22:25 ` Heiko Stuebner [this message]
2016-01-06 8:39 ` [PATCH v7 0/5] Add mipi dsi support for rk3288 Mark yao
2016-02-08 10:12 ` Archit Taneja
2016-02-08 10:52 ` Heiko Stuebner
2016-02-08 12:26 ` Archit Taneja
2016-02-24 9:38 ` Xinliang Liu
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=4804270.fNNME6HN13@phil \
--to=heiko@sntech.de \
--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).