| 8f7c3164 | 16-Nov-2017 |
Algea Cao <algea.cao@rock-chips.com> |
drm/rockchip: Using get device function to get display device.
If the uclass_find_device_by_of_offset display device probe function won't be called. Display device's pinctrl will not take effect. SO
drm/rockchip: Using get device function to get display device.
If the uclass_find_device_by_of_offset display device probe function won't be called. Display device's pinctrl will not take effect. SO we use uclass_get_device_by_of_offset to get display device.
Change-Id: I1329eb5b5ffca7609dfc52bcc5623476f99bc8b0 Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
show more ...
|
| 0849a734 | 27-Oct-2017 |
Joseph Chen <chenjh@rock-chips.com> |
video: lvds: fix iomux setting error
1. GPIO2_B2 is LCD_EN; 2. GPIO2_B1 is SPK_CTL; 3. GPIO2_C5, GPIO2_C4 are I2C2.
Change-Id: Ic3b0ffce0cd15caaffe5ed9994b41f8d0a580d26 Signed-off-by: Joseph Chen <
video: lvds: fix iomux setting error
1. GPIO2_B2 is LCD_EN; 2. GPIO2_B1 is SPK_CTL; 3. GPIO2_C5, GPIO2_C4 are I2C2.
Change-Id: Ic3b0ffce0cd15caaffe5ed9994b41f8d0a580d26 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|