[PATCH v1] board: amlogic: jethubj100: fix update docs

2024-03-26 Thread Viacheslav Bocharov
Fix linter errors

Fixes: 2fc5e3c1668cffdb4b894986e98c1ee10f6e9955

Signed-off-by: Viacheslav Bocharov 
---
 doc/board/amlogic/jethub-j100.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/board/amlogic/jethub-j100.rst 
b/doc/board/amlogic/jethub-j100.rst
index 80bed6e919e..cbf1ea76107 100644
--- a/doc/board/amlogic/jethub-j100.rst
+++ b/doc/board/amlogic/jethub-j100.rst
@@ -1,7 +1,7 @@
 .. SPDX-License-Identifier: GPL-2.0+
 
 U-Boot for JetHub J100/J110 (A113X)
-==
+===
 
 JetHome Jethub D1/D1+ (http://jethome.ru/jethub-d1p) is a home automation 
controller device
 manufactured by JetHome with the following specifications:
-- 
2.43.2



[PATCH v1 3/3] board: amlogic: jethubj100: update docs

2024-02-26 Thread Viacheslav Bocharov
Improove documentation, add new revision.

Signed-off-by: Viacheslav Bocharov 
---
 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
-- 
2.43.2



[PATCH v1 2/3] board: amlogic: jethubj100: update MAINTAINERS

2024-02-26 Thread Viacheslav Bocharov
Fix mispell in maintainer name for jethub j100 board files

Signed-off-by: Viacheslav Bocharov 
---
 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 
+M: Viacheslav Bocharov 
 S: Maintained
 L: u-boot-amlo...@groups.io
 F: board/amlogic/jethub-j100/
-- 
2.43.2



[PATCH v1 1/3] board: amlogic: jethubj100: fix common config header

2024-02-26 Thread Viacheslav Bocharov
Fix JetHub board sequence to read correct gpio for rescue button

Signed-off-by: Viacheslav Bocharov 
---
 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"
-- 
2.43.2



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

2024-02-26 Thread Viacheslav Bocharov
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
-- 
2.43.2