Has this slipped through? On 3/20/2019 2:57 PM, Horia Geantă wrote: > crypto node alias is needed by U-boot to identify the node and > perform fix-ups, like adding "fsl,sec-era" property. > > Signed-off-by: Horia Geantă <horia.geanta@xxxxxxx> > --- > arch/powerpc/boot/dts/fsl/b4qds.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/powerpc/boot/dts/fsl/b4qds.dtsi b/arch/powerpc/boot/dts/fsl/b4qds.dtsi > index 999efd3bc167..05be919f3545 100644 > --- a/arch/powerpc/boot/dts/fsl/b4qds.dtsi > +++ b/arch/powerpc/boot/dts/fsl/b4qds.dtsi > @@ -40,6 +40,7 @@ > interrupt-parent = <&mpic>; > > aliases { > + crypto = &crypto; > phy_sgmii_10 = &phy_sgmii_10; > phy_sgmii_11 = &phy_sgmii_11; > phy_sgmii_1c = &phy_sgmii_1c; >