Re: [RFC v2 2/2] arm,smmu: add support for generic DT bindings

2020-07-29 Thread Julien Grall
Hi Brian, On 22/07/2020 05:00, Brian Woods wrote: Restructure some of the code and add supporting functions for adding generic device tree (DT) binding support. It feels to me you want to split the patch in two: 1) Restructure the code 2) Add support for DT bindings This will allow

[RFC v2 2/2] arm,smmu: add support for generic DT bindings

2020-07-21 Thread Brian Woods
Restructure some of the code and add supporting functions for adding generic device tree (DT) binding support. This will allow for using current Linux device trees with just modifying the chosen field to enable Xen. Signed-off-by: Brian Woods --- Just realized that I'm fairly sure I need to do