[PATCH 3/3] arm: dts: j7200: dtb sync with Linux 6.5-rc1

reidt reidt at ti.com
Thu Sep 7 17:57:48 CEST 2023


On 10:03-20230907, Manorit Chawdhry wrote:
> Hi Reid,
> 
> On 13:13-20230905, Reid Tonking wrote:
> > Sync j7200 device tree files with Linux 6.5-rc1
> > 
> > - k3-j7200-r5-common-proc-board.dts now inherits from
> >   k3-j7200-common-proc-board.dts instead of k3-j7200-som-p0.dtsi. This
> >   allows us to trim down the r5 file considerably by using existing
> >   properties.
> > 
> > - remove pimux nodes from r5 file
> > 
> > - remove duplicate nodes & node properties from r5/u-boot files
> > 
> > - mcu_timer0 now used instead of timer1
> > 
> >   mcu_timer0 device id added to dev-data.c file in order to work
> > 
> > - remove cpsw node
> > 
> >   This node is no longer required since the compatible is now fixed
> > 
> > - remove dummy_clock_19_2_mhz
> > 
> >   This node wasn't being used anyhere, so it was removed.
> > 
> > - remove dummy_clock_200mhz
> > 
> >   main_sdhci0 & main_sdhci1 no longer need dummy clock for eMMC/SD
> > 
> > - fix secure proxy node
> > 
> >   mcu_secproxy changed to used secure_prxy_mcu which is already
> >   defined in k3-j7200-mcu-wakeup.dtsi
> > 
> > Signed-off-by: Reid Tonking <reidt at ti.com>
> > ---
> >  .../k3-j7200-common-proc-board-u-boot.dtsi    | 160 +++---
> >  arch/arm/dts/k3-j7200-common-proc-board.dts   | 170 ++++--
> >  arch/arm/dts/k3-j7200-main.dtsi               | 512 +++++++++++++++++-
> >  arch/arm/dts/k3-j7200-mcu-wakeup.dtsi         | 265 ++++++++-
> >  .../arm/dts/k3-j7200-r5-common-proc-board.dts | 301 +---------
> >  arch/arm/dts/k3-j7200-som-p0.dtsi             | 153 ++++--
> >  arch/arm/dts/k3-j7200-thermal.dtsi            |  47 ++
> >  arch/arm/dts/k3-j7200.dtsi                    |  30 +-
> >  8 files changed, 1150 insertions(+), 488 deletions(-)
> >  create mode 100644 arch/arm/dts/k3-j7200-thermal.dtsi
> > 
> > diff --git a/arch/arm/dts/k3-j7200-common-proc-board-u-boot.dtsi b/arch/arm/dts/k3-j7200-common-proc-board-u-boot.dtsi
> > index f25c7136c9..c32df00e9c 100644
> > --- a/arch/arm/dts/k3-j7200-common-proc-board-u-boot.dtsi
> > +++ b/arch/arm/dts/k3-j7200-common-proc-board-u-boot.dtsi

[...]

> > @@ -78,10 +63,6 @@
> >  
> >  &dmsc {
> >  	bootph-pre-ram;
> > -	k3_sysreset: sysreset-controller {
> > -		compatible = "ti,sci-sysreset";
> > -		bootph-pre-ram;
> > -	};
> 
> This is required for resetting the board in U-boot I believe, can only
> see the compatible present in U-boot.
> 
> Regards,
> Manorit
> 

Thanks for catching that, I'll add that back in for v3. 

Thanks,
Reid


More information about the U-Boot mailing list