CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/07/13 14:42:44
Modified files:
sys/arch/arm/include: fdt.h
sys/arch/arm/mainbus: mainbus.c
sys/arch/arm/simplebus: simplebus.c
Log message:
The "#address-cells" and "#size-cells" properties define the size
of the memory address and length information. The root node passes
this information down to the children and it can be overwritten by
other nodes inbetween. Pass these properties as part of the fdt
attach args, so that we can grab that information quickly inside
the drivers.
ok kettenis@