diff options
author | Weiqing Kong <[email protected]> | 2017-09-26 10:02:52 +0800 |
---|---|---|
committer | Matthias Brugger <[email protected]> | 2017-10-19 18:33:47 +0200 |
commit | 84f587ab59daab99330c4a4b3cc6e7ebd05ee095 (patch) | |
tree | 13dfcb86eab826de3a3ef207d4e4658341aae9ef | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e (diff) |
arm: dts: mt2701: add pwm backlight device node
This patch adds the device node for MT2701 pwm backlight.
Signed-off-by: Weiqing Kong <[email protected]>
Signed-off-by: Erin Lo <[email protected]>
Signed-off-by: Ryder Lee <[email protected]>
Signed-off-by: Matthias Brugger <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/mt2701.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/mt2701.dtsi b/arch/arm/boot/dts/mt2701.dtsi index afe12e5b51f9..3c85879c6ef6 100644 --- a/arch/arm/boot/dts/mt2701.dtsi +++ b/arch/arm/boot/dts/mt2701.dtsi @@ -530,6 +530,15 @@ #clock-cells = <1>; }; + bls: pwm@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>; |