[PATCH v5 2/4] ARM: dts: rockchip: Add support for RV1103B

Fabio Estevam festevam at gmail.com
Tue Mar 10 16:26:12 PDT 2026


Hi Heiko,

On Mon, Mar 9, 2026 at 6:24 PM Heiko Stuebner <heiko at sntech.de> wrote:

> > +             cru: clock-controller at 20000000 {
> > +                     compatible = "rockchip,rv1103b-cru";
> > +                     reg = <0x20000000 0x81000>;
> > +                     #clock-cells = <1>;
> > +                     #reset-cells = <1>;
> > +                     bootph-all;
>
> I don't think we want u-boot-specific properties in mainline.
> They are normally kept in separate -u-boot.dtsi files

If I keep them in -u-boot.dtsi, then Tom Rini will ask me to upstream them :-)

These booth-* properties are all part of the dt-schema, and many SoC
vendors (NXP, Renesas, TI, RiscV) are upstreaming them.

Just some examples:

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v7.0-rc3&id=256feb5be482315a91c1bd1a1808276f57ef76dd

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v7.0-rc3&id=e05f6566bc778bc1215283e667e18692d16b25f5

Would you be willing to accept these bootph-* properties for the
Rockchip device trees?

Thanks



More information about the Linux-rockchip mailing list