Skip to content

Commit 9593ad3

Browse files
xdarklightgregkh
authored andcommitted
nvmem: meson-efuse: indicate that this driver is only for Meson GX SoCs
The current Amlogic Meson eFuse driver only supports the 64-bit SoCs (GXBB and newer). Older SoCs cannot be supported by the same driver because they do not use the meson secure monitor firmware to access the hardware. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 41e0434 commit 9593ad3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Documentation/devicetree/bindings/nvmem/amlogic-efuse.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Amlogic eFuse device tree bindings =
1+
= Amlogic Meson GX eFuse device tree bindings =
22

33
Required properties:
44
- compatible: should be "amlogic,meson-gxbb-efuse"

drivers/nvmem/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ config NVMEM_VF610_OCOTP
135135
be called nvmem-vf610-ocotp.
136136

137137
config MESON_EFUSE
138-
tristate "Amlogic eFuse Support"
138+
tristate "Amlogic Meson GX eFuse Support"
139139
depends on (ARCH_MESON || COMPILE_TEST) && MESON_SM
140140
help
141141
This is a driver to retrieve specific values from the eFuse found on
142-
the Amlogic Meson SoCs.
142+
the Amlogic Meson GX SoCs.
143143

144144
This driver can also be built as a module. If so, the module
145145
will be called nvmem_meson_efuse.

drivers/nvmem/meson-efuse.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Amlogic eFuse Driver
2+
* Amlogic Meson GX eFuse Driver
33
*
44
* Copyright (c) 2016 Endless Computers, Inc.
55
* Author: Carlo Caione <carlo@endlessm.com>
@@ -89,5 +89,5 @@ static struct platform_driver meson_efuse_driver = {
8989
module_platform_driver(meson_efuse_driver);
9090

9191
MODULE_AUTHOR("Carlo Caione <carlo@endlessm.com>");
92-
MODULE_DESCRIPTION("Amlogic Meson NVMEM driver");
92+
MODULE_DESCRIPTION("Amlogic Meson GX NVMEM driver");
9393
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)