mbox series

[0/2] arm64: dts: meson: g12a: add secure monitor and efuse

Message ID 20190315134244.14141-1-jbrunet@baylibre.com (mailing list archive)
Headers show
Series arm64: dts: meson: g12a: add secure monitor and efuse | expand

Message

Jerome Brunet March 15, 2019, 1:42 p.m. UTC
This patchset adds the secure monitor and efuse to the g12a SoC family.
These are sent together because the secure monitor is required for the
efuse driver to work properly. This is probably something the bindings
should show but it was not designed that way when the secure monitor was
introduced ... something to look at someday.

Jerome Brunet (2):
  arm64: dts: meson: g12a: add secure monitor
  arm64: dts: meson: g12a: add efuse

 arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 13 +++++++++++++
 1 file changed, 13 insertions(+)

Comments

Kevin Hilman March 15, 2019, 8:45 p.m. UTC | #1
Jerome Brunet <jbrunet@baylibre.com> writes:

> This patchset adds the secure monitor and efuse to the g12a SoC family.
> These are sent together because the secure monitor is required for the
> efuse driver to work properly. This is probably something the bindings
> should show but it was not designed that way when the secure monitor was
> introduced ... something to look at someday.

Queued for v5.2 (branch: v5.2/dt64)

Thanks,

Kevin