]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: px30/rk3326: migrate to OF_UPSTREAM
authorQuentin Schulz <quentin.schulz@cherry.de>
Fri, 24 May 2024 09:23:33 +0000 (11:23 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 14 Jun 2024 09:10:42 +0000 (17:10 +0800)
commitf087f7fd277d095484d371609c3a76c45dc4764d
tree91cfe146511cbad94ff2d244da41c1a5c2507464
parentc1fe76604675d5d1b0f05301ea28ff19d1d7c753
rockchip: px30/rk3326: migrate to OF_UPSTREAM

Migrate PX30/RK3326 boards that exists in Linux v6.8 to use OF_UPSTREAM.

firefly-px30 is not migrated to OF_UPSTREAM because there's no Device
Tree in the Linux kernel.

Differences between U-Boot's Odroid-Go2 and Linux's are now moved to the
-u-boot.dtsi, though I have a gut feeling that the existing cru
overrides aren't necessary (anymore?).

The U-Boot GPIO led-0 is on GPIO0_C1 but such is the pin of PWM3 which
is used for Linux's PWM led-2 so keep Linux's.

I also doubt vcc_cam is actually used, though the Odroid-Go2 Black
Edition uses this dcdc regulator for WiFi, so let's just move it to the
-u-boot.dtsi to play it safe.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
21 files changed:
arch/arm/dts/Makefile
arch/arm/dts/px30-engicam-common.dtsi [deleted file]
arch/arm/dts/px30-engicam-ctouch2.dtsi [deleted file]
arch/arm/dts/px30-engicam-edimm2.2.dtsi [deleted file]
arch/arm/dts/px30-engicam-px30-core-ctouch2-of10.dts [deleted file]
arch/arm/dts/px30-engicam-px30-core-ctouch2.dts [deleted file]
arch/arm/dts/px30-engicam-px30-core-edimm2.2.dts [deleted file]
arch/arm/dts/px30-engicam-px30-core.dtsi [deleted file]
arch/arm/dts/px30-evb.dts [deleted file]
arch/arm/dts/px30-ringneck-haikou.dts [deleted file]
arch/arm/dts/px30-ringneck.dtsi [deleted file]
arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi
arch/arm/dts/rk3326-odroid-go2.dts [deleted file]
arch/arm/mach-rockchip/Kconfig
configs/evb-px30_defconfig
configs/firefly-px30_defconfig
configs/odroid-go2_defconfig
configs/px30-core-ctouch2-of10-px30_defconfig
configs/px30-core-ctouch2-px30_defconfig
configs/px30-core-edimm2.2-px30_defconfig
configs/ringneck-px30_defconfig