Convert to live dt for kernel dtb, display driver will depends on
OF_LIVE after this patch.
Change-Id: I536e936d551c0320f30dca82c9cf376e77589ffc
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
The video DM need to bind video driver before relocate in order to
get the size need by video driver, which is fixed in rockchip platform,
we can get it without bind the driver.
With this patch, we don't need to enable the video/display nodes
in pre-reloc, and we can get all these nodes from kernel dtb.
Change-Id: I02d86b69e8c10bbf47e6b421c41b6dae20667a33
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
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>
Because charge animation requires screen off when system
power is extrem low. Logo show should be behind after
charge animation, so remove it from probe.
Change-Id: I136416de96acc09b5f3a477890ec3489d8dde96b
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>