Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1674512

[PATCH v3 2/4] arm: dts: mt2701: Add display bls related nodes for MT2701

From Erin Lo <erin.lo@mediatek.com>
Newsgroups linux.kernel
Subject [PATCH v3 2/4] arm: dts: mt2701: Add display bls related nodes for MT2701
Date 2017-06-26 10:00 +0200
Message-ID <tWx69-7Yt-3@gated-at.bofh.it> (permalink)
References <tWx69-7Yt-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 91ed40d..8e574a0 100644
--- a/arch/arm/boot/dts/mt2701.dtsi
+++ b/arch/arm/boot/dts/mt2701.dtsi
@@ -366,6 +366,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 | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v3 0/4] Add some DT nodes for Mediatek MT2701 Erin Lo <erin.lo@mediatek.com> - 2017-06-26 10:00 +0200
  [PATCH v3 2/4] arm: dts: mt2701: Add display bls related nodes for MT2701 Erin Lo <erin.lo@mediatek.com> - 2017-06-26 10:00 +0200
  [PATCH v3 4/4] arm: dts: mt2701: Add display subsystem related nodes for MT2701 Erin Lo <erin.lo@mediatek.com> - 2017-06-26 10:00 +0200
  [PATCH v3 1/4] arm: dts: mt2701: Add ethernet device node Erin Lo <erin.lo@mediatek.com> - 2017-06-26 10:00 +0200
  [PATCH v3 3/4] arm: dts: mt2701: Add display bls related nodes for MT2701 Erin Lo <erin.lo@mediatek.com> - 2017-06-26 10:00 +0200

csiph-web