]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: rk3288: Add OF board setup
authorJagan Teki <jagan@amarulasolutions.com>
Tue, 21 Jul 2020 06:46:38 +0000 (12:16 +0530)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 22 Jul 2020 12:55:13 +0000 (20:55 +0800)
commiteab5c50a3bcd484b46e5c1f32b755bb4d83fcfeb
tree50ae7fc5b16cb3ec6d434306f7970b382be39391
parentc60d1c4e17ee14910e1f11192b34e33984de972d
rockchip: rk3288: Add OF board setup

The new rk3288 revision rk3288w has some changes with respect
to legacy rk3288 like hclk_vio in cru and usb host0 ohci.

Linux clock driver already handle this via rockchip,rk3288w-cru
compatible.

USB ohci host can enable via dts for rk3288w based boards.

So, add fdt board setup code to update cru compatible with
rk3288w-cru compatible if the SOC revision is RK3288W.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/Kconfig
arch/arm/mach-rockchip/rk3288/rk3288.c