Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Device Tree sources




> On Dec 1, 2018, at 7:13 AM, Robert Swindells <rjs%fdy2.co.uk@localhost> wrote:
> 
> 
> Is there a plan to follow for updating dts files ?

src/sys/external/gpl2/dts/dts2netbsd

Comment at the top:

# dts2netbsd:  prepare the dts source files and headers for import into the
# netbsd dts source tree, under src/sys/external/gpl2/dts/dist,
# based on the other *2netbsd scripts in the NetBSD source tree
#
# Instructions for importing new dts release:
#
#       $ cd /some/where/temporary
#       $ ftp https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.x.y.tar.xz
#       $ tar -jxvf linux-4.x.y.tar.xz
#       $ DTSSRCS=$(pwd)/linux-4.x.y
#       $ WRKDIR=/an/other/temporary
#       $ sh /usr/src/sys/external/gpl2/dts/dts2netbsd $DTSSRCS $WRKDIR
#       $ cd $WRKDIR
#       $ cvs -d cvs.netbsd.org:/cvsroot import -m "Import dts from Linux 4.x.y" src/sys/external/gpl2/dts/dist LINUX linux-4_x_y
#

> 
> There are some extra nodes defined in the latest Linux sources for
> several of the Allwinner systems. Things like the crypto and video
> accelerators.
> 
> Is it best to just put the new nodes into arch/arm/dts for now ?
> 
> Robert Swindells
> 
> 
> 
> 
> 

-- thorpej



Home | Main Index | Thread Index | Old Index