kernel->dts:promote lcdc driver power
This commit is contained in:
@ -607,7 +607,8 @@
|
||||
<LCDC0_HSYNC_GPIO1D>,
|
||||
<LCDC0_VSYNC_GPIO1D>;
|
||||
rockchip,pull = <VALUE_PULL_DISABLE>;
|
||||
rockchip,drive = <VALUE_DRV_DEFAULT>;
|
||||
//rockchip,drive = <VALUE_DRV_DEFAULT>;
|
||||
rockchip,drive = <VALUE_DRV_8MA>;
|
||||
};
|
||||
|
||||
lcdc0_gpio:lcdc0-gpio {
|
||||
@ -617,7 +618,8 @@
|
||||
<FUNC_TO_GPIO(LCDC0_HSYNC_GPIO1D)>,
|
||||
<FUNC_TO_GPIO(LCDC0_VSYNC_GPIO1D)>;
|
||||
rockchip,pull = <VALUE_PULL_DISABLE>;
|
||||
rockchip,drive = <VALUE_DRV_DEFAULT>;
|
||||
//rockchip,drive = <VALUE_DRV_DEFAULT>;
|
||||
rockchip,drive = <VALUE_DRV_8MA>;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user