From: Viacheslav Bocharov
The new JetHub D1+ has a microSD slot. Add rescue boot from microSD
Signed-off-by: Viacheslav Bocharov
---
include/configs/jethub.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/jethub.h b/include/configs/jethub.h
index 35f85095ac..e22db4991d 100
The source code contains an error:
- argv[2] contains arg, variable for env_set is in argv[3]
- number of args is 4
Revert 54d24d72601321f4470c4edf31c6b29adae424a7
cmd: simplify do_adc_single()
Fixes 9de612ae4ded53f742f5f99929c06d0839471ced
cmd: adc: Add support for storing ADC result in env
Signed-off-by: Vyacheslav Bocharov
---
doc/board/amlogic/jethub-j100.rst | 24 ++--
1 file changed, 14 insertions(+), 10 deletions(-)
diff --git a/doc/board/amlogic/jethub-j100.rst
b/doc/board/amlogic/jethub-j100.rst
index d54519aaef..8081569bba 100644
--- a/doc/board
Signed-off-by: Vyacheslav Bocharov
---
doc/board/amlogic/index.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/board/amlogic/index.rst b/doc/board/amlogic/index.rst
index 9ef1440433..9c7fadf2c0 100644
--- a/doc/board/amlogic/index.rst
+++ b/doc/board/amlogic/index.rst
Prepare to use ADC channel 1 to check the hardware revision of the board:
- add u-boot dts include with saradc node
Signed-off-by: Vyacheslav Bocharov
---
arch/arm/dts/meson-axg-jethome-jethub-j100-u-boot.dtsi | 10 ++
1 file changed, 10 insertions(+)
create mode 100644 arch/arm/dts
Enable ADC in board config file
Signed-off-by: Vyacheslav Bocharov
Reviewed-by: Neil Armstrong
---
configs/jethub_j100_defconfig | 5 +
1 file changed, 5 insertions(+)
diff --git a/configs/jethub_j100_defconfig b/configs/jethub_j100_defconfig
index 1c6db9f6a0..a30940bf1c 100644
--- a
Add support for the SARADC variant found on the AXG SoCs family.
Signed-off-by: Vyacheslav Bocharov
Acked-by: Neil Armstrong
---
drivers/adc/meson-saradc.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/adc/meson-saradc.c b/drivers/adc/meson-saradc.c
index 1a45a3a265..37023512f0
Update g12a-ao clk driver:
- move clk->id check to .request function
- remove unnecessary check (gate->reg == 0)
Signed-off-by: Vyacheslav Bocharov
---
drivers/clk/meson/g12a-ao.c | 15 +--
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/drivers/clk/meson/g12a-
Update the clk-g12a-ao driver from "axg" to "g12a"
Signed-off-by: Vyacheslav Bocharov
Acked-by: Neil Armstrong
---
drivers/clk/meson/g12a-ao.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/meson/g12a-ao.c b/drivers/clk/meson/g12a-a
Add minimal driver AO clocks on meson AXG family. Only ADC related clocks
are supported.
Signed-off-by: Vyacheslav Bocharov
Reviewed-by: Sean Anderson
Reviewed-by: Neil Armstrong
---
drivers/clk/meson/Makefile | 1 +
drivers/clk/meson/axg-ao.c | 86 ++
2
t.dtsi
>From v1:
- move clk-id check to .request function for axg/g12a-ao clk driver
Vyacheslav Bocharov (6):
clk: meson: add minimal driver for axg-ao clocks
clk: meson: fix driver name for g12a-ao clocks
clk: meson: update driver for g12a-ao clocks
adc: meson-saradc: add AXG variant
Enable ADC in board config file
Signed-off-by: Vyacheslav Bocharov
---
configs/jethub_j100_defconfig | 5 +
1 file changed, 5 insertions(+)
diff --git a/configs/jethub_j100_defconfig b/configs/jethub_j100_defconfig
index 1c6db9f6a0..a30940bf1c 100644
--- a/configs/jethub_j100_defconfig
Prepare to use ADC channel 1 to check the hardware revision of the board.
Signed-off-by: Vyacheslav Bocharov
---
arch/arm/dts/meson-axg-jethome-jethub-j100.dts | 5 +
1 file changed, 5 insertions(+)
diff --git a/arch/arm/dts/meson-axg-jethome-jethub-j100.dts
b/arch/arm/dts/meson-axg
Add support for the SARADC variant found on the AXG SoCs family.
Signed-off-by: Vyacheslav Bocharov
---
drivers/adc/meson-saradc.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/adc/meson-saradc.c b/drivers/adc/meson-saradc.c
index 1a45a3a265..37023512f0 100644
--- a/drivers/adc
Update the clk-g12a-ao driver from "axg" to "g12a"
Signed-off-by: Vyacheslav Bocharov
---
drivers/clk/meson/g12a-ao.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/meson/g12a-ao.c b/drivers/clk/meson/g12a-ao.c
index 0148529e04..17b11eb52a
Move clk->id check to .request function
Signed-off-by: Vyacheslav Bocharov
---
drivers/clk/meson/g12a-ao.c | 12 +---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/drivers/clk/meson/g12a-ao.c b/drivers/clk/meson/g12a-ao.c
index 17b11eb52a..22c85cff1d 100644
--- a/driv
Add minimal driver AO clocks on meson AXG family. Only ADC related clocks
are supported.
Signed-off-by: Vyacheslav Bocharov
---
drivers/clk/meson/Makefile | 1 +
drivers/clk/meson/axg-ao.c | 89 ++
2 files changed, 90 insertions(+)
create mode 100644
;id check to .request function for g12a-clk-ao driver
- enable saradc in dts/board config for JetHub D1 (j100)
>From v1:
- move clk-id check to .request function for axg/g12a-ao clk driver
Vyacheslav Bocharov (6):
clk: meson: add minimal driver for axg-ao clocks
clk: meson: fix driver na
Enable ADC in board config file
Signed-off-by: Vyacheslav Bocharov
---
configs/jethub_j100_defconfig | 5 +
1 file changed, 5 insertions(+)
diff --git a/configs/jethub_j100_defconfig b/configs/jethub_j100_defconfig
index 1c6db9f6a0..a30940bf1c 100644
--- a/configs/jethub_j100_defconfig
Prepare to use ADC channel 1 to check the hardware revision of the board.
Signed-off-by: Vyacheslav Bocharov
---
arch/arm/dts/meson-axg-jethome-jethub-j100.dts | 5 +
1 file changed, 5 insertions(+)
diff --git a/arch/arm/dts/meson-axg-jethome-jethub-j100.dts
b/arch/arm/dts/meson-axg
Add support for the SARADC variant found on the AXG SoCs family.
Signed-off-by: Vyacheslav Bocharov
---
drivers/adc/meson-saradc.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/adc/meson-saradc.c b/drivers/adc/meson-saradc.c
index 1a45a3a265..37023512f0 100644
--- a/drivers/adc
Add minimal driver AO clocks on meson AXG family. Only ADC related clocks
are supported.
Signed-off-by: Vyacheslav Bocharov
---
drivers/clk/meson/Makefile | 1 +
drivers/clk/meson/axg-ao.c | 83 ++
2 files changed, 84 insertions(+)
create mode 100644
Update the clk-g12a-ao driver from "axg" to "g12a"
Signed-off-by: Vyacheslav Bocharov
---
drivers/clk/meson/g12a-ao.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/meson/g12a-ao.c b/drivers/clk/meson/g12a-ao.c
index 0148529e04..17b11eb52a
Prepare to use ADC channel 1 in JetHub D1 (j100) to check the hardware
revision of the board.
- add support for AXG in saradc driver
- add simple clk-ao driver for AXG (base is taken from g12a)
- enable saradc in dts and board config file
- fix typo in the g12a-clk-ao driver name
Vyacheslav
JetHome has own MAC OUI. Add jethub-j100 board file. Update config.
Signed-off-by: Vyacheslav Bocharov
---
board/amlogic/jethub-j100/MAINTAINERS | 8 +
board/amlogic/jethub-j100/Makefile | 6
board/amlogic/jethub-j100/jethub-j100.c | 41 +
board/amlogic
- late fix for 49c8ef0e45a91ec894ef15e7d043dafe8f1c5efd commit by Tom Rini.
- enable i2c, rtc, eeprom
Changes:
- add i2c, rtc, eeprom
Signed-off-by: Vyacheslav Bocharov
---
configs/jethub_j100_defconfig | 8
configs/jethub_j80_defconfig | 8
2 files changed, 16 insertions
This adds support for amlogic efuse write and provides two subcommands
of "sm" command: "efuseread" and "efusewrite" to read/write bytes between
memory and efuse.
Signed-off-by: Vyacheslav Bocharov
---
arch/arm/mach-meson/sm.c | 68 ++
Late fix for 49c8ef0e45a91ec894ef15e7d043dafe8f1c5efd commit by Tom Rini.
Signed-off-by: Vyacheslav Bocharov
---
configs/jethub_j100_defconfig | 1 +
configs/jethub_j80_defconfig | 1 +
2 files changed, 2 insertions(+)
diff --git a/configs/jethub_j100_defconfig b/configs/jethub_j100_defconfig
...@lexina.in
https://git.kernel.org/amlogic/c/8e279fb2903990cc6296ec56b3b80b2f854b6c79
Signed-off-by: Vyacheslav Bocharov
Reviewed-by: Neil Armstrong
---
arch/arm/dts/Makefile | 2 +
.../arm/dts/meson-axg-jethome-jethub-j100.dts | 361 ++
.../meson-gxl-s905w
Fix doc/board/amlogic/index.rst:
- Add S905W to S905X column.
- Add JetHub devices to the corresponding columns.
- Fix tabs to spaces for table alignment
Add doc/board/amlogic files:
- jethub-j100.rst
- jethub-j80.rst
Signed-off-by: Vyacheslav Bocharov
Reviewed-by: Neil Armstrong
---
doc
hub-j80/jethub-j80.c
- add missing files to board/amlogic/jethub-j80/MAINTAINERS
- fix unexpected unindent in doc files
Changes from v1:
- fix BOOT_TARGET_DEVICES in jethub.h (patch 1/3)
- add lore URLs to description (patch 2/3)
Signed-off-by: Vyacheslav Bocharov
Vyacheslav Bocharov (3):
ARM:
JetHub devices uses its own boot sequence with "rescue" button
Signed-off-by: Vyacheslav Bocharov
---
include/configs/jethub.h | 40
1 file changed, 40 insertions(+)
create mode 100644 include/configs/jethub.h
diff --git a/include/configs/
Fix doc/board/amlogic/index.rst:
- Add S905W to S905X column.
- Add JetHub devices to the corresponding columns.
- Fix tabs to spaces for table alignment
Add doc/board/amlogic files:
- jethub-j100.rst
- jethub-j80.rst
Signed-off-by: Vyacheslav Bocharov
Reviewed-by: Neil Armstrong
---
doc
...@lexina.in
https://git.kernel.org/amlogic/c/8e279fb2903990cc6296ec56b3b80b2f854b6c79
Signed-off-by: Vyacheslav Bocharov
Reviewed-by: Neil Armstrong
---
arch/arm/dts/Makefile | 2 +
.../arm/dts/meson-axg-jethome-jethub-j100.dts | 361 ++
.../meson-gxl-s905w
(patch 2/3)
Signed-off-by: Vyacheslav Bocharov
Vyacheslav Bocharov (3):
ARM: amlogic: add JetHub common config header
ARM: amlogic: add JetHub D1/H1 device support
ARM: amlogic: add JetHub D1/H1 docs
arch/arm/dts/Makefile | 2 +
.../arm/dts/meson-axg-jethome-jethu
JetHub devices uses its own boot sequence with "rescue" button
Signed-off-by: Vyacheslav Bocharov
---
include/configs/jethub.h | 40
1 file changed, 40 insertions(+)
create mode 100644 include/configs/jethub.h
diff --git a/include/configs/
Button
- DC source 5V microUSB with serial console
Patches from:
- JetHub H1
https://git.kernel.org/amlogic/c/abfaae24ecf3e7f00508b60fa05e2b6789b8f607
- JetHub D1
https://git.kernel.org/amlogic/c/8e279fb2903990cc6296ec56b3b80b2f854b6c79
Signed-off-by: Vyacheslav Bocharov
---
arch/arm/dts
Fix doc/board/amlogic/index.rst:
- Add S905W to S905X column.
- Add JetHub devices to the corresponding columns.
- Fix tabs to spaces for table alignment
Add doc/board/amlogic files:
- jethub-j100.rst
- jethub-j80.rst
Signed-off-by: Vyacheslav Bocharov
---
doc/board/amlogic/index.rst
8 + CC2592 Zigbee Wireless Module with up to 20dBm output power and
Zigbee 3.0 support.
- MicroSD 2.x/3.x/4.x DS/HS cards.
- 1 x gpio LED
- ADC user Button
- DC source 5V microUSB with serial console
Signed-off-by: Vyacheslav Bocharov
Vyacheslav Bocharov (3):
ARM: amlogic: add JetHub common con
JetHub devices uses its own boot sequence with "rescue" button.
Add custom config header file that corrects boot order.
Signed-off-by: Vyacheslav Bocharov
---
include/configs/jethub.h | 40
1 file changed, 40 insertions(+)
create mode 1006
40 matches
Mail list logo