Hi Fabio, On 2/8/2026 10:26 PM, Fabio Estevam wrote: > From: Fabio Estevam <[email protected]> > > Add the necessary devicetrees to support the RV1103B Omega4 board. > > The RV1103B is a Rockchip SoC that is still not supported in Linux > mainline. > > The initial RV1103B support has already been submitted to Linux kernel > and it is under review. > > Once the Linux RV1103 devicetrees are upstreamed, the OF_UPSTREAM mechanism > can be enabled.
Please address my upstream DT review and give it some more time before adding DTs that cannot be picked to dts/upstream in U-Boot. For the past two years the Rockchip platform has only allowed adding arch and boards using DTs that come from dts/upstream. So please give a good explanation why your arch/board cannot wait until that is the case and need exception from this. > Signed-off-by: Fabio Estevam <[email protected]> > --- > Changes since v1: > - Used the devicetrees submitted to upstream Linux. > > arch/arm/dts/rv1103b-omega4-u-boot.dtsi | 10 + > arch/arm/dts/rv1103b-omega4.dts | 105 +++ > arch/arm/dts/rv1103b-pinctrl.dtsi | 831 ++++++++++++++++++ > arch/arm/dts/rv1103b-u-boot.dtsi | 4 + > arch/arm/dts/rv1103b.dtsi | 266 ++++++ > .../dt-bindings/clock/rockchip,rv1103b-cru.h | 220 +++++ > 6 files changed, 1436 insertions(+) > create mode 100644 arch/arm/dts/rv1103b-omega4-u-boot.dtsi > create mode 100644 arch/arm/dts/rv1103b-omega4.dts Please split patch 7/7 in two, one that add rv1103b arch support and a second that add the omega4 board. Then please move the board DTs to the patch that adds support for the omega4 board. > create mode 100644 arch/arm/dts/rv1103b-pinctrl.dtsi > create mode 100644 arch/arm/dts/rv1103b-u-boot.dtsi The soc u-boot.dtsi is better to add in the patch that add rv1103b arch support, i.e. this patch should only include DTs and headers that is a drop in replacement for future files that are expected to land in dts/upstream. Regards, Jonas > create mode 100644 arch/arm/dts/rv1103b.dtsi > create mode 100644 include/dt-bindings/clock/rockchip,rv1103b-cru.h [snip]

