commit | b53667fb1f11149e1f88ffe982bae7af9827414e | [log] [tgz] |
---|---|---|
author | Chris Morgan <macromorgan@hotmail.com> | Thu Aug 05 11:48:48 2021 -0500 |
committer | Kever Yang <kever.yang@rock-chips.com> | Fri Oct 15 20:56:09 2021 +0800 |
tree | 71a1e88c0b41b7fa75015688c6e87b47892cc695 | |
parent | b959910af2dd1e078d8fb8cec1a6c7a85934a560 [diff] |
rockchip: board: remove SCLK_GPU from U-Boot DT Starting with commit 92f1e9a4b31c ("clk: Detect failure to set defaults") the clk driver for the PX30 would fail to probe for the Odroid Go Advance. This patch is to remove the clock for the GPU from the U-Boot specific devicetree, as that clock is not supported by the U-Boot clk_px30 driver. Signed-off-by: Chris Morgan <macromorgan@hotmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>