commit | 9f6a06a29dbef538a7d71b60454e764cda0918b1 | [log] [tgz] |
---|---|---|
author | Arnab Basu <arnab.basu@freescale.com> | Mon Sep 08 12:19:59 2014 -0700 |
committer | York Sun <yorksun@freescale.com> | Thu Sep 25 08:36:19 2014 -0700 |
tree | a5a2195993c3c9840e00bdc4891ebaca88585bd7 | |
parent | ae16fc8a2c00bce128d2025e7db6f8c88d2e0091 [diff] |
fdt_support: Make of_bus_default_count_cells non static of_bus_default_count_cells can be used to get the #address-cells and #size-cells defined by the current node's parent node. This is required when using of_read_number to read from FDT nodes that can be 32 or 64 bytes depending on values defined by the parent. Signed-off-by: Arnab Basu <arnab.basu@freescale.com> CC: Scott Wood <scottwood@freescale.com>