Re: [PATCH 12/13] MIPS: boston: Migrate to OF_UPSTREAM

2024-05-16 Thread Sumit Garg
On Thu, 16 May 2024 at 17:29, Jiaxun Yang wrote: > > > > 在2024年5月14日五月 上午6:45,Sumit Garg写道: > > Hi Jiaxun, > > > [...] > >> @@ -0,0 +1,10 @@ > >> +// SPDX-License-Identifier: GPL-2.0+ > >> + > >> +&plat_regs { > >> + compatible = "img,boston-platform-regs", "syscon", "simple-mfd"; > >> +

Re: [PATCH 12/13] MIPS: boston: Migrate to OF_UPSTREAM

2024-05-16 Thread Jiaxun Yang
在2024年5月14日五月 上午6:45,Sumit Garg写道: > Hi Jiaxun, > [...] >> @@ -0,0 +1,10 @@ >> +// SPDX-License-Identifier: GPL-2.0+ >> + >> +&plat_regs { >> + compatible = "img,boston-platform-regs", "syscon", "simple-mfd"; >> + bootph-all; >> +}; >> + >> +&clk_boston { >> + bootph-all; >> +}

Re: [PATCH 12/13] MIPS: boston: Migrate to OF_UPSTREAM

2024-05-13 Thread Sumit Garg
Hi Jiaxun, On Mon, 13 May 2024 at 23:43, Jiaxun Yang wrote: > > We can now boot with upstream devicetree. > > Signed-off-by: Jiaxun Yang > --- > arch/mips/Kconfig| 1 + > arch/mips/dts/Makefile | 1 - > arch/mips/dts/boston-u-boot.dtsi | 10 ++ > arch/mips/dts/img

[PATCH 12/13] MIPS: boston: Migrate to OF_UPSTREAM

2024-05-13 Thread Jiaxun Yang
We can now boot with upstream devicetree. Signed-off-by: Jiaxun Yang --- arch/mips/Kconfig| 1 + arch/mips/dts/Makefile | 1 - arch/mips/dts/boston-u-boot.dtsi | 10 ++ arch/mips/dts/img,boston.dts | 222 --- board/imgtec/bos