From 078d0da57a4f59cf26e57647897ef79e8556669e Mon Sep 17 00:00:00 2001 From: Li Jun Date: Fri, 9 Jan 2015 14:27:07 +0800 Subject: [PATCH] MLK-10085-2 ARM: imx6: add usb anatop phandle at usbotg node Add anatop phandle at usbotg node to access anatop register. Signed-off-by: Peter Chen --- arch/arm/boot/dts/imx6qdl.dtsi | 1 + arch/arm/boot/dts/imx6sl.dtsi | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index c93631a843e3..ca632fc94aa9 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -942,6 +942,7 @@ ahb-burst-config = <0x0>; tx-burst-size-dword = <0x10>; rx-burst-size-dword = <0x10>; + fsl,anatop = <&anatop>; status = "disabled"; }; diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi index cdebbf3ce380..6916835c9639 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi @@ -770,6 +770,7 @@ ahb-burst-config = <0x0>; tx-burst-size-dword = <0x10>; rx-burst-size-dword = <0x10>; + fsl,anatop = <&anatop>; status = "disabled"; }; -- 2.17.1