2015-07-14 04:20:17

by Ruchika Gupta

[permalink] [raw]
Subject: [PATCH][v2] ARM: ls1021a: dtsi: Add crypto node alias in device tree

U-boot patches up the device tree crypto node for the era property.

Signed-off-by: Ruchika Gupta <[email protected]>
---
Changes from v1:
Rearranged the crypto node in alphabetic sorted order as suggested by Shawn

arch/arm/boot/dts/ls1021a.dtsi | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
index c70bb27..42dffae 100644
--- a/arch/arm/boot/dts/ls1021a.dtsi
+++ b/arch/arm/boot/dts/ls1021a.dtsi
@@ -53,6 +53,7 @@
interrupt-parent = <&gic>;

aliases {
+ crypto = &crypto;
serial0 = &lpuart0;
serial1 = &lpuart1;
serial2 = &lpuart2;
--
1.8.1.4


2015-07-14 07:15:56

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH][v2] ARM: ls1021a: dtsi: Add crypto node alias in device tree

On Tue, Jul 14, 2015 at 09:43:15AM +0530, Ruchika Gupta wrote:
> U-boot patches up the device tree crypto node for the era property.
>
> Signed-off-by: Ruchika Gupta <[email protected]>

Applied, thanks.

2015-07-14 07:26:17

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH][v2] ARM: ls1021a: dtsi: Add crypto node alias in device tree

On Tue, Jul 14, 2015 at 09:43:15AM +0530, Ruchika Gupta wrote:
> U-boot patches up the device tree crypto node for the era property.
>
> Signed-off-by: Ruchika Gupta <[email protected]>
> ---
> Changes from v1:
> Rearranged the crypto node in alphabetic sorted order as suggested by Shawn
>
> arch/arm/boot/dts/ls1021a.dtsi | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
> index c70bb27..42dffae 100644
> --- a/arch/arm/boot/dts/ls1021a.dtsi
> +++ b/arch/arm/boot/dts/ls1021a.dtsi
> @@ -53,6 +53,7 @@
> interrupt-parent = <&gic>;
>
> aliases {
> + crypto = &crypto;

Wait. Did miss any prerequisite patch? I do not have the label in my
tree.

DTC arch/arm/boot/dts/ls1021a-qds.dtb
ERROR (path_references): Reference to non-existent node or label "crypto"

Patch dropped.

Shawn

> serial0 = &lpuart0;
> serial1 = &lpuart1;
> serial2 = &lpuart2;
> --
> 1.8.1.4
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> [email protected]
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>