[linux-sunxi] Re: [PATCH] arm64: dts: allwinner: h5: OrangePi Prime: Fix ethernet node

2020-10-28 Thread Jernej Škrabec
Dne sreda, 28. oktober 2020 ob 12:58:17 CET je Nenad Peric napisal(a):
> RX and TX delay are provided by ethernet PHY. Reflect that in ethernet
> node.
> 
> Fixes: 44a94c7ef989 ("arm64: dts: allwinner: H5: Restore EMAC changes")
> Signed-off-by: Nenad Peric 

Acked-by: Jernej Skrabec 

Thanks!

Best regards,
Jernej


-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/linux-sunxi/37301167.v0AoEIc9Pk%40jernej-laptop.


[linux-sunxi] Re: [PATCH 0/6] Allwinner V3/S3 support + PineCube support

2020-10-28 Thread Jagan Teki
On Mon, Oct 26, 2020 at 7:46 PM Icenowy Zheng  wrote:
>
> This patchset tries to add support for Allwinner V3/S3 and Pine64
> PineCube to U-Boot.
>
> First 3 patches adds support for Allwinner V3/S3 to U-Boot by expanding
> the code of V3s and add compatible strings to individual drivers.
>
> Then a patch allows V3 series chips to utilize the AXP20x driver in
> U-Boot.
>
> Finally the device tree is synchorized from Linux v5.10-rc1 (which
> contains the PineCube DT) and PineCube defconfig is added.
>
> Icenowy Zheng (6):
>   sunxi: add V3/S3 support
>   sunxi: gpio: introduce compatible string for V3 GPIO
>   clk: sunxi: add compatible string for V3
>   sunxi: allow to use AXP20[39] attached to I2C0 on V3 series
>   sunxi: dts: sync Allwinner V3s-related DTs from Linux 5.10-rc1

Applied to u-boot-sunxi/master.

>   sunxi: add PineCube board

Jagan.

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/linux-sunxi/CAMty3ZD4aHwar35AsoUiVn1-jG%3DKZn8cpayEC7aDa6o%2B4YrAbg%40mail.gmail.com.


[linux-sunxi] Re: [PATCH 6/6] sunxi: add PineCube board

2020-10-28 Thread Jagan Teki
On Mon, Oct 26, 2020 at 7:51 PM Icenowy Zheng  wrote:
>
> PineCube is an IP camera development kit released by Pine64.
>
> It comes with the following compoents:
>
> - A mainboard with Sochip S3 SoC, a 16MByte SPI Flash, AXP209 PMIC,
> a power-only microUSB connector, a USB Type-A connector, a 10/100Mbps
> Ethernet port and FPC connectors for camera and daughter board.
> - An OV5640-based camera module which is connected to the parallel CSI
> bus of the mainboard.
> - A daughterboard with several buttons, a SD slot, some IR LEDs, a
> microphone and a speaker connector.
>
> As the device tree is synchronized in a previous commit, just add
> MAINTAINER item and a defconfig.
>
> Signed-off-by: Icenowy Zheng 
> ---
>  board/sunxi/MAINTAINERS|  5 +
>  configs/pinecube_defconfig | 17 +
>  2 files changed, 22 insertions(+)
>  create mode 100644 configs/pinecube_defconfig
>
> diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
> index 1180b86db3..5c53b2c878 100644
> --- a/board/sunxi/MAINTAINERS
> +++ b/board/sunxi/MAINTAINERS
> @@ -440,6 +440,11 @@ M: Vasily Khoruzhick 
>  S: Maintained
>  F: configs/pinebook_defconfig
>
> +PINECUBE BOARD:
> +M: Icenowy Zheng 
> +S: Maintained
> +F: configs/pinecube_defconfig
> +
>  PINE64 BOARDS
>  M: Andre Przywara 
>  S: Maintained
> diff --git a/configs/pinecube_defconfig b/configs/pinecube_defconfig
> new file mode 100644
> index 00..107562ee49
> --- /dev/null
> +++ b/configs/pinecube_defconfig
> @@ -0,0 +1,17 @@
> +CONFIG_ARM=y
> +CONFIG_ARCH_SUNXI=y
> +CONFIG_SPL=y
> +CONFIG_MACH_SUN8I_V3S=y
> +CONFIG_SUNXI_DRAM_DDR3_1333=y
> +CONFIG_DRAM_CLK=504
> +CONFIG_DRAM_ODT_EN=y
> +CONFIG_I2C0_ENABLE=y
> +CONFIG_DEFAULT_DEVICE_TREE="sun8i-s3-pinecube"
> +CONFIG_SPL_I2C_SUPPORT=y
> +# CONFIG_NETDEVICES is not set
> +CONFIG_AXP209_POWER=y
> +CONFIG_AXP_DCDC2_VOLT=1250
> +CONFIG_AXP_DCDC3_VOLT=3300
> +CONFIG_AXP_ALDO3_VOLT_SLOPE_08=y
> +CONFIG_AXP_ALDO3_INRUSH_QUIRK=y

All these AXP enablements start from AXP209_POWER to the respective dc
and load values are selected from drivers/power/Kconfig itself. Please
check it.

Jagan.

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/linux-sunxi/CAMty3ZDCOdOMNc4-S6z94UE397xV-Bu-z71BTKP-Uww1wrKznA%40mail.gmail.com.


[linux-sunxi] [PATCH] arm64: dts: allwinner: h5: OrangePi Prime: Fix ethernet node

2020-10-28 Thread Nenad Perić
RX and TX delays are provided by ethernet PHY. Reflect that in ethernet
node.

Fixes: 44a94c7ef989 ("arm64: dts: allwinner: H5: Restore EMAC changes")
Signed-off-by: Nenad Peric 
---
 arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-prime.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-prime.dts
b/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-prime.dts
index cb44bfa5981f..33ab44072e6d 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-prime.dts
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h5-orangepi-prime.dts
@@ -124,7 +124,7 @@  {
pinctrl-0 = <_rgmii_pins>;
phy-supply = <_gmac_3v3>;
phy-handle = <_rgmii_phy>;
-   phy-mode = "rgmii";
+   phy-mode = "rgmii-id";
status = "okay";
 };

-- 
2.29.1

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/linux-sunxi/CAGSRMo8RqPnuqn0d-23gi2vFhdJtJEmys7yXE4OjCL2RPzwiWg%40mail.gmail.com.


Re: [linux-sunxi] [PATCH v9 12/14] arm64: defconfig: Enable Allwinner i2s driver

2020-10-28 Thread Chen-Yu Tsai
On Wed, Oct 28, 2020 at 2:32 AM Clément Péron  wrote:
>
> Enable Allwinner I2S driver for arm64 defconfig.
>
> Signed-off-by: Clément Péron 

Acked-by: Chen-Yu Tsai 

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/linux-sunxi/CAGb2v67dFMNjc4r1Lcyk396h%3DGqVivPJ64N-wy4AvjDABdVVhw%40mail.gmail.com.