Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1700684
| From | Erin Lo <erin.lo@mediatek.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/5] arm: dts: mt2701: Add display bls related nodes for MT2701 |
| Date | 2017-08-01 09:10 +0200 |
| Message-ID | <u9ztw-9s-17@gated-at.bofh.it> (permalink) |
| References | <u9ztv-9s-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Weiqing Kong <weiqing.kong@mediatek.com>
This patch adds the device node of display backlight for MT2701
Signed-off-by: Weiqing Kong <weiqing.kong@mediatek.com>
Signed-off-by: Erin Lo <erin.lo@mediatek.com>
---
arch/arm/boot/dts/mt2701.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/arm/boot/dts/mt2701.dtsi b/arch/arm/boot/dts/mt2701.dtsi
index 0619b86..2bcf739 100644
--- a/arch/arm/boot/dts/mt2701.dtsi
+++ b/arch/arm/boot/dts/mt2701.dtsi
@@ -529,6 +529,15 @@
#clock-cells = <1>;
};
+ bls: bls@1400a000 {
+ compatible = "mediatek,mt2701-disp-pwm";
+ reg = <0 0x1400a000 0 0x1000>;
+ #pwm-cells = <2>;
+ clocks = <&mmsys CLK_MM_MDP_BLS_26M>, <&mmsys CLK_MM_DISP_BLS>;
+ clock-names = "main", "mm";
+ status = "disabled";
+ };
+
larb0: larb@14010000 {
compatible = "mediatek,mt2701-smi-larb";
reg = <0 0x14010000 0 0x1000>;
--
1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/5] Add some DT nodes for Mediatek MT2701 Erin Lo <erin.lo@mediatek.com> - 2017-08-01 09:10 +0200
[PATCH 1/5] arm: dts: mt2701: Add ethernet device node Erin Lo <erin.lo@mediatek.com> - 2017-08-01 09:10 +0200
[PATCH 2/5] arm: dts: mt2701: Add display bls related nodes for MT2701 Erin Lo <erin.lo@mediatek.com> - 2017-08-01 09:10 +0200
[PATCH 5/5] arm: dts: mt2701: Add usb3 device nodes Erin Lo <erin.lo@mediatek.com> - 2017-08-01 09:10 +0200
Re: [PATCH 0/5] Add some DT nodes for Mediatek MT2701 Matthias Brugger <matthias.bgg@gmail.com> - 2017-08-01 16:10 +0200
Re: [PATCH 0/5] Add some DT nodes for Mediatek MT2701 Erin Lo <erin.lo@mediatek.com> - 2017-08-02 07:00 +0200
csiph-web