All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] doc: boards: amlogic: update documentation for ADC support for AXG
@ 2022-04-26  5:26 Vyacheslav Bocharov
  2022-04-26  5:26 ` [PATCH 2/2] doc: boards: amlogic: update jethub d1 specifications Vyacheslav Bocharov
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Vyacheslav Bocharov @ 2022-04-26  5:26 UTC (permalink / raw)
  To: Neil Armstrong, u-boot, u-boot-amlogic

Signed-off-by: Vyacheslav Bocharov <adeep@lexina.in>
---
 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
@@ -55,7 +55,7 @@ This matrix concerns the actual source code version.
 +-------------------------------+-----------+-----------------+--------------+-------------+------------+-------------+--------------+
 | NAND                          | No        | No              | No           | No          | No         | No          | No           |
 +-------------------------------+-----------+-----------------+--------------+-------------+------------+-------------+--------------+
-| ADC                           | **Yes**   | **Yes**         | **Yes**      | No          | No         | No          | No           |
+| ADC                           | **Yes**   | **Yes**         | **Yes**      | **Yes**     | No         | No          | No           |
 +-------------------------------+-----------+-----------------+--------------+-------------+------------+-------------+--------------+
 | CVBS Output                   | **Yes**   | **Yes**         | **Yes**      | *N/A*       | **Yes**    | **Yes**     | **Yes**      |
 +-------------------------------+-----------+-----------------+--------------+-------------+------------+-------------+--------------+
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/2] doc: boards: amlogic: update jethub d1 specifications
  2022-04-26  5:26 [PATCH 1/2] doc: boards: amlogic: update documentation for ADC support for AXG Vyacheslav Bocharov
@ 2022-04-26  5:26 ` Vyacheslav Bocharov
  2022-04-26  7:18   ` Neil Armstrong
  2022-04-26  7:18 ` [PATCH 1/2] doc: boards: amlogic: update documentation for ADC support for AXG Neil Armstrong
  2022-04-26 12:34 ` Neil Armstrong
  2 siblings, 1 reply; 5+ messages in thread
From: Vyacheslav Bocharov @ 2022-04-26  5:26 UTC (permalink / raw)
  To: Neil Armstrong, u-boot, u-boot-amlogic

Signed-off-by: Vyacheslav Bocharov <adeep@lexina.in>
---
 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/amlogic/jethub-j100.rst
+++ b/doc/board/amlogic/jethub-j100.rst
@@ -3,27 +3,31 @@
 U-Boot for JetHub J100
 =======================
 
-JetHome Jethub D1 (http://jethome.ru/jethub-d1) is a home automation
-controller manufactured by JetHome with the following specifications:
+JetHome Jethub D1 (http://jethome.ru/jethub-d1) is a series of home 
+automation controller manufactured by JetHome with the following 
+specifications:
 
  - Amlogic A113X (ARM Cortex-A53) quad-core up to 1.5GHz
  - no video out
- - 512Mb/1GB DDR3
- - 8/16GB eMMC flash
+ - 512MB/1GB DDR3 or 2GB DDR4 SDRAM
+ - 8/16/32GB eMMC flash
  - 1 x USB 2.0
  - 1 x 10/100Mbps ethernet
- - WiFi / Bluetooth AMPAK AP6255 (Broadcom BCM43455) IEEE
-   802.11a/b/g/n/ac, Bluetooth 4.2.
- - TI CC2538 + CC2592 Zigbee Wireless Module with up to 20dBm output
-   power and Zigbee 3.0 support.
+ - WiFi / Bluetooth one from:
+   - AMPAK AP6255 (Broadcom BCM43455) IEEE 802.11a/b/g/n/ac, Bluetooth 4.2
+   - RTL8822CS IEEE 802.11a/b/g/n/ac, Bluetooth 5.0
+   - Amlogic W155S1 WiFi5 IEEE 802.11a/b/g/n/ac, Bluetooth 5.2
  - 2 x gpio LEDS
  - GPIO user Button
+ - DC source with a voltage of 9 to 56 V / Passive POE
+ - DIN Rail Mounting case
+Basic version also has:
+ - TI CC2538 + CC2592 Zigbee Wireless Module with up to 20dBm output
+   power and Zigbee 3.0 support.
  - 1 x 1-Wire
  - 2 x RS-485
  - 4 x dry contact digital GPIO inputs
  - 3 x relay GPIO outputs
- - DC source with a voltage of 9 to 56 V / Passive POE
- - DIN Rail Mounting case
 
 U-Boot compilation
 ------------------
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] doc: boards: amlogic: update documentation for ADC support for AXG
  2022-04-26  5:26 [PATCH 1/2] doc: boards: amlogic: update documentation for ADC support for AXG Vyacheslav Bocharov
  2022-04-26  5:26 ` [PATCH 2/2] doc: boards: amlogic: update jethub d1 specifications Vyacheslav Bocharov
@ 2022-04-26  7:18 ` Neil Armstrong
  2022-04-26 12:34 ` Neil Armstrong
  2 siblings, 0 replies; 5+ messages in thread
From: Neil Armstrong @ 2022-04-26  7:18 UTC (permalink / raw)
  To: Vyacheslav Bocharov, u-boot, u-boot-amlogic

On 26/04/2022 07:26, Vyacheslav Bocharov wrote:
> Signed-off-by: Vyacheslav Bocharov <adeep@lexina.in>
> ---
>   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
> @@ -55,7 +55,7 @@ This matrix concerns the actual source code version.
>   +-------------------------------+-----------+-----------------+--------------+-------------+------------+-------------+--------------+
>   | NAND                          | No        | No              | No           | No          | No         | No          | No           |
>   +-------------------------------+-----------+-----------------+--------------+-------------+------------+-------------+--------------+
> -| ADC                           | **Yes**   | **Yes**         | **Yes**      | No          | No         | No          | No           |
> +| ADC                           | **Yes**   | **Yes**         | **Yes**      | **Yes**     | No         | No          | No           |
>   +-------------------------------+-----------+-----------------+--------------+-------------+------------+-------------+--------------+
>   | CVBS Output                   | **Yes**   | **Yes**         | **Yes**      | *N/A*       | **Yes**    | **Yes**     | **Yes**      |
>   +-------------------------------+-----------+-----------------+--------------+-------------+------------+-------------+--------------+

Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 2/2] doc: boards: amlogic: update jethub d1 specifications
  2022-04-26  5:26 ` [PATCH 2/2] doc: boards: amlogic: update jethub d1 specifications Vyacheslav Bocharov
@ 2022-04-26  7:18   ` Neil Armstrong
  0 siblings, 0 replies; 5+ messages in thread
From: Neil Armstrong @ 2022-04-26  7:18 UTC (permalink / raw)
  To: Vyacheslav Bocharov, u-boot, u-boot-amlogic

On 26/04/2022 07:26, Vyacheslav Bocharov wrote:
> Signed-off-by: Vyacheslav Bocharov <adeep@lexina.in>
> ---
>   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/amlogic/jethub-j100.rst
> +++ b/doc/board/amlogic/jethub-j100.rst
> @@ -3,27 +3,31 @@
>   U-Boot for JetHub J100
>   =======================
>   
> -JetHome Jethub D1 (http://jethome.ru/jethub-d1) is a home automation
> -controller manufactured by JetHome with the following specifications:
> +JetHome Jethub D1 (http://jethome.ru/jethub-d1) is a series of home
> +automation controller manufactured by JetHome with the following
> +specifications:
>   
>    - Amlogic A113X (ARM Cortex-A53) quad-core up to 1.5GHz
>    - no video out
> - - 512Mb/1GB DDR3
> - - 8/16GB eMMC flash
> + - 512MB/1GB DDR3 or 2GB DDR4 SDRAM
> + - 8/16/32GB eMMC flash
>    - 1 x USB 2.0
>    - 1 x 10/100Mbps ethernet
> - - WiFi / Bluetooth AMPAK AP6255 (Broadcom BCM43455) IEEE
> -   802.11a/b/g/n/ac, Bluetooth 4.2.
> - - TI CC2538 + CC2592 Zigbee Wireless Module with up to 20dBm output
> -   power and Zigbee 3.0 support.
> + - WiFi / Bluetooth one from:
> +   - AMPAK AP6255 (Broadcom BCM43455) IEEE 802.11a/b/g/n/ac, Bluetooth 4.2
> +   - RTL8822CS IEEE 802.11a/b/g/n/ac, Bluetooth 5.0
> +   - Amlogic W155S1 WiFi5 IEEE 802.11a/b/g/n/ac, Bluetooth 5.2
>    - 2 x gpio LEDS
>    - GPIO user Button
> + - DC source with a voltage of 9 to 56 V / Passive POE
> + - DIN Rail Mounting case
> +Basic version also has:
> + - TI CC2538 + CC2592 Zigbee Wireless Module with up to 20dBm output
> +   power and Zigbee 3.0 support.
>    - 1 x 1-Wire
>    - 2 x RS-485
>    - 4 x dry contact digital GPIO inputs
>    - 3 x relay GPIO outputs
> - - DC source with a voltage of 9 to 56 V / Passive POE
> - - DIN Rail Mounting case
>   
>   U-Boot compilation
>   ------------------

Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] doc: boards: amlogic: update documentation for ADC support for AXG
  2022-04-26  5:26 [PATCH 1/2] doc: boards: amlogic: update documentation for ADC support for AXG Vyacheslav Bocharov
  2022-04-26  5:26 ` [PATCH 2/2] doc: boards: amlogic: update jethub d1 specifications Vyacheslav Bocharov
  2022-04-26  7:18 ` [PATCH 1/2] doc: boards: amlogic: update documentation for ADC support for AXG Neil Armstrong
@ 2022-04-26 12:34 ` Neil Armstrong
  2 siblings, 0 replies; 5+ messages in thread
From: Neil Armstrong @ 2022-04-26 12:34 UTC (permalink / raw)
  To: u-boot-amlogic, Vyacheslav Bocharov, u-boot; +Cc: Neil Armstrong

Hi,

On Tue, 26 Apr 2022 08:26:32 +0300, Vyacheslav Bocharov wrote:
> 


Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-amlogic (u-boot-amlogic-test)

[1/2] doc: boards: amlogic: update documentation for ADC support for AXG
      https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/39a40a90c87b1925efb59db729664b12c2852f81
[2/2] doc: boards: amlogic: update jethub d1 specifications
      https://source.denx.de/u-boot/custodians/u-boot-amlogic/-/commit/35cd09397240bd3c01fbd1bf9d1e5588773b9996

-- 
Neil

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-26 12:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-26  5:26 [PATCH 1/2] doc: boards: amlogic: update documentation for ADC support for AXG Vyacheslav Bocharov
2022-04-26  5:26 ` [PATCH 2/2] doc: boards: amlogic: update jethub d1 specifications Vyacheslav Bocharov
2022-04-26  7:18   ` Neil Armstrong
2022-04-26  7:18 ` [PATCH 1/2] doc: boards: amlogic: update documentation for ADC support for AXG Neil Armstrong
2022-04-26 12:34 ` Neil Armstrong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.