Commit 84f587ab authored by Weiqing Kong's avatar Weiqing Kong Committed by Matthias Brugger

arm: dts: mt2701: add pwm backlight device node

This patch adds the device node for MT2701 pwm backlight.
Signed-off-by: default avatarWeiqing Kong <weiqing.kong@mediatek.com>
Signed-off-by: default avatarErin Lo <erin.lo@mediatek.com>
Signed-off-by: default avatarRyder Lee <ryder.lee@mediatek.com>
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 2bd6bf03
......@@ -530,6 +530,15 @@ mmsys: syscon@14000000 {
#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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment