Re: [PATCH] arm-smmu: check for generic bindings first

2019-08-28 Thread Stefano Stabellini
On Wed, 28 Aug 2019, Robin Murphy wrote: > On 28/08/2019 18:38, Stefano Stabellini wrote: > > From: Stefano Stabellini > > > > Today, the arm-smmu driver checks for mmu-masters on device tree, the > > legacy property, if it is absent it assumes that we are using the new > > bindings. If it is pre

Re: [PATCH] arm-smmu: check for generic bindings first

2019-08-28 Thread Robin Murphy
On 28/08/2019 18:38, Stefano Stabellini wrote: From: Stefano Stabellini Today, the arm-smmu driver checks for mmu-masters on device tree, the legacy property, if it is absent it assumes that we are using the new bindings. If it is present it assumes that we are using the legacy bindings. All ar

[PATCH] arm-smmu: check for generic bindings first

2019-08-28 Thread Stefano Stabellini
From: Stefano Stabellini Today, the arm-smmu driver checks for mmu-masters on device tree, the legacy property, if it is absent it assumes that we are using the new bindings. If it is present it assumes that we are using the legacy bindings. All arm-smmus need to use the same bindings: legacy or