Skip to content

Commit

Permalink
Don't warn about missing size-cells on PMAC
Browse files Browse the repository at this point in the history
  • Loading branch information
mpe committed Nov 23, 2024
1 parent 4f78185 commit 0eb97df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/of/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ static bool __of_node_is_type(const struct device_node *np, const char *type)

#define EXCLUDED_DEFAULT_CELLS_PLATFORMS ( \
IS_ENABLED(CONFIG_SPARC) \
|| IS_ENABLED(CONFIG_PPC_PMAC) \
)

int of_bus_n_addr_cells(struct device_node *np)
Expand Down

0 comments on commit 0eb97df

Please sign in to comment.