Hi Jonas On Thu, 9 May 2024 at 21:38, Jonas Karlman <jo...@kwiboo.se> wrote: > > Hi, > > On 2024-05-09 17:26, Anand Moon wrote: > > Migrate RV1126 boards that exists in Linux v6.8 to use OF_UPSTREAM. > > > > Following targets is not migrated to use OF_UPSTREAM: >
Ok, will update the commit message in the future. > At first I got a little bit confused about the "not migrated", but see > now that these are the boards that is migrated. > > > - rv1126-edgeble-neu2 : Board is an industrial form factor > > IO board. > > - sonoff-ihost-rv1126 : Gateway device designed to provide a > > Smart Home Hub. > > > > Cc: Tim Lunn <t...@feathertop.org> > > Cc: Jagan Teki <ja...@edgeble.ai> > > Signed-off-by: Anand Moon <linux.am...@gmail.com> > > --- > > Tested on neu2 edgable board. > > --- > > arch/arm/dts/Makefile | 3 - > > arch/arm/dts/rv1126-edgeble-neu2-io.dts | 112 ----- > > arch/arm/dts/rv1126-edgeble-neu2.dtsi | 345 ------------- > > arch/arm/dts/rv1126-pinctrl.dtsi | 341 ------------- > > arch/arm/dts/rv1126-sonoff-ihost.dts | 29 -- > > arch/arm/dts/rv1126-sonoff-ihost.dtsi | 404 --------------- > > arch/arm/dts/rv1126.dtsi | 623 ------------------------ > > arch/arm/mach-rockchip/Kconfig | 1 + > > configs/neu2-io-rv1126_defconfig | 2 +- > > configs/sonoff-ihost-rv1126_defconfig | 2 +- > > 10 files changed, 3 insertions(+), 1859 deletions(-) > > delete mode 100644 arch/arm/dts/rv1126-edgeble-neu2-io.dts > > delete mode 100644 arch/arm/dts/rv1126-edgeble-neu2.dtsi > > delete mode 100644 arch/arm/dts/rv1126-pinctrl.dtsi > > delete mode 100644 arch/arm/dts/rv1126-sonoff-ihost.dts > > delete mode 100644 arch/arm/dts/rv1126-sonoff-ihost.dtsi > > delete mode 100644 arch/arm/dts/rv1126.dtsi > > Following should also be removed: > - include/dt-bindings/clock/rockchip,rv1126-cru.h > - include/dt-bindings/power/rockchip,rv1126-power.h > > Side note, following is remaining after the rv1108 migration and should > probably also be removed: > - include/dt-bindings/clock/rv1108-cru.h > I will check if any drivers are using this if not I will remove them. will address this in V2. > Regards, > Jonas Thanks -Anand