[PATCH v1 0/3] board: amlogic: jethubj100: small updates

Update JetHub D1/D1+ board support files.
Viacheslav Bocharov (3): board: amlogic: jethubj100: fix common config header board: amlogic: jethubj100: update MAINTAINERS board: amlogic: jethubj100: update docs
board/amlogic/jethub-j100/MAINTAINERS | 2 +- doc/board/amlogic/jethub-j100.rst | 9 ++++++--- include/configs/jethub.h | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-)
base-commit: d49fa3defa50c6d3f04acbb52fd486c13c14ab6a

Fix JetHub board sequence to read correct gpio for rescue button
Signed-off-by: Viacheslav Bocharov adeep@lexina.in --- include/configs/jethub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/jethub.h b/include/configs/jethub.h index e22db4991de..2c44bfc853e 100644 --- a/include/configs/jethub.h +++ b/include/configs/jethub.h @@ -11,7 +11,7 @@ #if defined(CONFIG_MESON_AXG) #define BOOTENV_DEV_RESCUE(devtypeu, devtypel, instance) \ "bootcmd_rescue=" \ - "if gpio input 10; then " \ + "if gpio input periphs-banks10; then " \ "run bootcmd_mmc0; " \ "run bootcmd_usb0;" \ "fi;\0"

Fix mispell in maintainer name for jethub j100 board files
Signed-off-by: Viacheslav Bocharov adeep@lexina.in --- board/amlogic/jethub-j100/MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/amlogic/jethub-j100/MAINTAINERS b/board/amlogic/jethub-j100/MAINTAINERS index 43f6a5fc86b..3edc5d8865c 100644 --- a/board/amlogic/jethub-j100/MAINTAINERS +++ b/board/amlogic/jethub-j100/MAINTAINERS @@ -1,5 +1,5 @@ JetHome JetHub -M: Vyacheslav Bocharov adeep@lexina.in +M: Viacheslav Bocharov adeep@lexina.in S: Maintained L: u-boot-amlogic@groups.io F: board/amlogic/jethub-j100/

Improove documentation, add new revision.
Signed-off-by: Viacheslav Bocharov adeep@lexina.in --- doc/board/amlogic/jethub-j100.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/doc/board/amlogic/jethub-j100.rst b/doc/board/amlogic/jethub-j100.rst index 86acdafa06f..80bed6e919e 100644 --- a/doc/board/amlogic/jethub-j100.rst +++ b/doc/board/amlogic/jethub-j100.rst @@ -1,9 +1,9 @@ .. SPDX-License-Identifier: GPL-2.0+
-U-Boot for JetHub J100 (A113X) +U-Boot for JetHub J100/J110 (A113X) ==============================
-JetHome Jethub D1 (http://jethome.ru/jethub-d1) is a home automation controller device +JetHome Jethub D1/D1+ (http://jethome.ru/jethub-d1p) is a home automation controller device manufactured by JetHome with the following specifications:
- Amlogic A113X (ARM Cortex-A53) quad-core up to 1.5GHz @@ -23,7 +23,10 @@ manufactured by JetHome with the following specifications:
The basic version also has:
- - TI CC2538 + CC2592 Zigbee Wireless with upto 20dBm output power and Zigbee 3.0 + - Zigbee module one from: + - TI CC2538 + CC2592 Zigbee 3.0 Wireless + - TI CC2652P1 Zigbee 3.0 Wireless + - Silicon Labs EFT32MG21 Zigbee 3.0/Thread Wireless - 1 x 1-Wire - 2 x RS-485 - 4 x dry contact digital GPIO inputs

On 27/02/2024 07:54, Viacheslav Bocharov wrote:
Improove documentation, add new revision.
Signed-off-by: Viacheslav Bocharov adeep@lexina.in
doc/board/amlogic/jethub-j100.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/doc/board/amlogic/jethub-j100.rst b/doc/board/amlogic/jethub-j100.rst index 86acdafa06f..80bed6e919e 100644 --- a/doc/board/amlogic/jethub-j100.rst +++ b/doc/board/amlogic/jethub-j100.rst @@ -1,9 +1,9 @@ .. SPDX-License-Identifier: GPL-2.0+
-U-Boot for JetHub J100 (A113X)
+U-Boot for JetHub J100/J110 (A113X)
I have a CI failure: https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/jobs/804174 /builds/u-boot/custodians/u-boot-amlogic/doc/board/amlogic/jethub-j100.rst:4:Title underline too short. U-Boot for JetHub J100/J110 (A113X)
Could you check and send a follow-up patch I can squash on top?
Thanks, Neil

On 27/02/2024 07:54, Viacheslav Bocharov wrote:
Update JetHub D1/D1+ board support files.
Viacheslav Bocharov (3): board: amlogic: jethubj100: fix common config header board: amlogic: jethubj100: update MAINTAINERS board: amlogic: jethubj100: update docs
board/amlogic/jethub-j100/MAINTAINERS | 2 +- doc/board/amlogic/jethub-j100.rst | 9 ++++++--- include/configs/jethub.h | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-)
base-commit: d49fa3defa50c6d3f04acbb52fd486c13c14ab6a
Reviewed-by: Neil Armstrong neil.armstrong@linaro.org

Hi,
On Tue, 27 Feb 2024 09:54:03 +0300, Viacheslav Bocharov wrote:
Update JetHub D1/D1+ board support files.
Viacheslav Bocharov (3): board: amlogic: jethubj100: fix common config header board: amlogic: jethubj100: update MAINTAINERS board: amlogic: jethubj100: update docs
[...]
Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-amlogic (u-boot-amlogic-next)
[1/3] board: amlogic: jethubj100: fix common config header https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/803fc995516... [2/3] board: amlogic: jethubj100: update MAINTAINERS https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/5e61fedf342... [3/3] board: amlogic: jethubj100: update docs https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/2fc5e3c1668...
participants (2)
-
Neil Armstrong
-
Viacheslav Bocharov