mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 10:47:14 +01:00
9d65dbf1cb
see Devicetree Specification, section 2.3.5 #address-cells and #size-cells The #address-cells and #size-cells properties may be used in any device node that has children in the devicetree hierarchy and describes how child device nodes should be addressed. The #address-cells and #size-cells properties are not inherited from ancestors in the devicetree. They shall be explicitly defined. If missing, a client program should assume a default value of 2 for #address-cells, and a value of 1 for #size-cells. Change-Id: Iafed49358540f8ac7aa673c3dc0191c9b580250b Reviewed-on: https://review.haiku-os.org/c/haiku/+/5144 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>