On Mon 29 Jul 2019 at 19:39, Carlo Caione <ccaione@xxxxxxxxxxxx> wrote: > The former is going to use the latter to retrieve the efuses data. Actually, if you really want to not break bisect, this change must be merged before the driver change (patch 4). I'm a bit surpised to see only the axg and g12a here ? Doesn't it apply to gxbb/gxl as well ? > > Signed-off-by: Carlo Caione <ccaione@xxxxxxxxxxxx> > --- > arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 1 + > arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi > index 6219337033a0..b8244efb85fa 100644 > --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi > +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi > @@ -117,6 +117,7 @@ > #address-cells = <1>; > #size-cells = <1>; > read-only; > + secure-monitor = <&sm>; > }; > > psci { > diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi > index f8d43e3dcf20..2b07752e034f 100644 > --- a/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi > +++ b/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi > @@ -100,6 +100,7 @@ > #address-cells = <1>; > #size-cells = <1>; > read-only; > + secure-monitor = <&sm>; > }; > > psci { > -- > 2.20.1