Re: [PATCH v2 3/4] ARM: dts: imx6ull: Add dcp node

From: Fabio Estevam
Date: Mon Oct 15 2018 - 10:03:30 EST


On Mon, Oct 15, 2018 at 10:28 AM Leonard Crestez
<leonard.crestez@xxxxxxx> wrote:

> diff --git a/arch/arm/boot/dts/imx6ull.dtsi b/arch/arm/boot/dts/imx6ull.dtsi
> index 796ed35d4ac9..be610339e933 100644
> --- a/arch/arm/boot/dts/imx6ull.dtsi
> +++ b/arch/arm/boot/dts/imx6ull.dtsi
> @@ -37,10 +37,20 @@
> #address-cells = <1>;
> #size-cells = <1>;
> reg = <0x02200000 0x100000>;
> ranges;
>
> + dcp: dcp@2280000 {

Node names should be generic, so it would be better to use:

dcp: crypto@2280000 {