On Thu, 7 Mar 2024 at 01:39, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx> wrote: > > Add reset-names property to the ethernet@20000 node. This patch does > not change behavior on Linux, but it is needed for U-Boot, as it tries > to find the reset by name, not by index. > > Signed-off-by: Volodymyr Babchuk <volodymyr_babchuk@xxxxxxxx> > --- > arch/arm64/boot/dts/qcom/sm8150.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi > index 761a6757dc26f..c2e65d6a2ac62 100644 > --- a/arch/arm64/boot/dts/qcom/sm8150.dtsi > +++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi > @@ -951,6 +951,7 @@ ethernet: ethernet@20000 { > > power-domains = <&gcc EMAC_GDSC>; > resets = <&gcc GCC_EMAC_BCR>; > + resets-names = "emac"; I suppose you meant reset-names here instead? -Sumit > > iommus = <&apps_smmu 0x3c0 0x0>; > > -- > 2.43.0