]> git.baikalelectronics.ru Git - uboot.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)
commitddc8663b10e89bb48123c5b328e5e9729a9baa6f
tree50ae7fc5b16cb3ec6d434306f7970b382be39391
parent8635a4972a12b68899231289c738cb2854f45303
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