libfdt: Sync fdt_for_each_subnode() with upstream
The signature for this macro has changed. Bring in the upstream version and adjust U-Boot's usages to suit. Signed-off-by: Simon Glass <sjg@chromium.org> Update to drivers/power/pmic/palmas.c: Signed-off-by: Keerthy <j-keerthy@ti.com> Change-Id: I6cc9021339bfe686f9df21d61a1095ca2b3776e8
This commit is contained in:
@@ -531,7 +531,7 @@ static int tegra_pcie_parse_dt(const void *fdt, int node, enum tegra_pci_id id,
|
||||
}
|
||||
#endif
|
||||
|
||||
fdt_for_each_subnode(fdt, subnode, node) {
|
||||
fdt_for_each_subnode(subnode, fdt, node) {
|
||||
unsigned int index = 0, num_lanes = 0;
|
||||
struct tegra_pcie_port *port;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user