Hi,
This patch contains following fixes:
- [bus] default implementation of get_attach_type should iterate over device tree before panic. May be it worth to implement it only for BHND(4) bus (bcma / siba).
- [chipc] correct IRQ lines for UART (to fix IRQ lookup in future)
- [chipc] check device unit in resource assignment during chipc_add_child
- [chipc] if hint->size is RM_MAX_END, resource end should be same as window end
- [chipc] clear reference from resource list entry to resource in case of resource release
- [chipc] add get_caps implementation
- [chipc] correct flash constants (to be unshifted)
- [chipc] def implementation for BHND_CHIPC_GET_CAPS inside bhnd_chipc_if.m