Message ID | 20190729183941.18164-6-ccaione@baylibre.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Rework secure-monitor driver | expand |
On Mon 29 Jul 2019 at 19:39, Carlo Caione <ccaione@baylibre.com> 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@baylibre.com> > --- > 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
On 30/07/2019 10:23, Jerome Brunet wrote: > On Mon 29 Jul 2019 at 19:39, Carlo Caione <ccaione@baylibre.com> 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 ? Ah, it does indeed. Fix coming, thanks. -- Carlo Caione
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 {
The former is going to use the latter to retrieve the efuses data. Signed-off-by: Carlo Caione <ccaione@baylibre.com> --- arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 1 + arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 1 + 2 files changed, 2 insertions(+)