mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-06 12:26:53 +07:00
arm: dts: mt2701: add pwm backlight device node
This patch adds the device node for MT2701 pwm backlight. Signed-off-by: Weiqing Kong <weiqing.kong@mediatek.com> Signed-off-by: Erin Lo <erin.lo@mediatek.com> Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
parent
2bd6bf03f4
commit
84f587ab59
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user