diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-04-14 22:55:30 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-05-02 09:30:45 +0200 |
commit | 8c371730a70504dc84a065a97757386ccc06ec80 (patch) | |
tree | 61793d233872e27998d04345503d4efa088638c4 /arch/arm/boot/dts/imx6ull.dtsi | |
parent | ARM: dts: imx6: RDU2: add eGalax touchscreen (diff) | |
download | linux-8c371730a70504dc84a065a97757386ccc06ec80.tar.xz linux-8c371730a70504dc84a065a97757386ccc06ec80.zip |
ARM: dts: imx6ul: Add CAAM support
Add CAAM support on i.MX6UL.
Also, since CAAM is not available on i.MX6ULL the CAAM node
needs to be deleted in the imx6ull.dtsi.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ull.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ull.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ull.dtsi b/arch/arm/boot/dts/imx6ull.dtsi index 571ddd71cdba..ebc25c98e5e1 100644 --- a/arch/arm/boot/dts/imx6ull.dtsi +++ b/arch/arm/boot/dts/imx6ull.dtsi @@ -45,6 +45,8 @@ /* Delete UART8 in AIPS-1 (i.MX6UL specific) */ /delete-node/ &uart8; +/* Delete CAAM node in AIPS-2 (i.MX6UL specific) */ +/delete-node/ &crypto; / { soc { |