From mboxrd@z Thu Jan 1 00:00:00 1970 From: scott.branden@broadcom.com (Scott Branden) Date: Mon, 17 Oct 2016 16:27:05 -0700 Subject: [PATCH 3/3] arm64: dts: Update Broadcom NS2 to generic IOMMU binding In-Reply-To: <6f96a6cc-7e12-6827-ce88-65e2accda576@broadcom.com> References: <6f96a6cc-7e12-6827-ce88-65e2accda576@broadcom.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Florian, Could you add this to the queue? On 16-10-17 02:50 PM, Ray Jui wrote: > Hi Robin, > > On 10/17/2016 5:13 AM, Robin Murphy wrote: >> With the "mmu-masters" property now deprecated and optional, the >> generic binding offers a more efficient way to specify no masters. >> >> CC: Ray Jui >> CC: Scott Branden >> CC: Jon Mason >> Signed-off-by: Robin Murphy >> --- >> arch/arm64/boot/dts/broadcom/ns2.dtsi | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/arch/arm64/boot/dts/broadcom/ns2.dtsi >> b/arch/arm64/boot/dts/broadcom/ns2.dtsi >> index d95dc408629a..65530e193e8a 100644 >> --- a/arch/arm64/boot/dts/broadcom/ns2.dtsi >> +++ b/arch/arm64/boot/dts/broadcom/ns2.dtsi >> @@ -248,7 +248,7 @@ >> , >> , >> ; >> - mmu-masters; >> + #iommu-cells = <1>; >> }; >> >> pinctrl: pinctrl at 6501d130 { >> > > Thanks! > > Acked-by: Ray Jui Thanks, Scott