[PATCH] arm64: dts: rockchip: add WiFi+BT support on ROCK Pi4 board

2019-05-28 Thread Akash Gajjar
Rock Pi 4 has a on board AP6256 WiFi/BT Module. enable wifi and bluetooth support on Rock Pi 4 board. Signed-off-by: Akash Gajjar --- .../boot/dts/rockchip/rk3399-rock-pi-4.dts| 97 +++ 1 file changed, 97 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rock

[PATCH 2/2] arm64: dts: rockchip: add mali gpu support on rock960

2019-03-14 Thread Akash Gajjar
add gpu node support on board and add the supplying regulator Signed-off-by: Akash Gajjar Signed-off-by: Andrius Štikonas --- arch/arm64/boot/dts/rockchip/rk3399-rock960.dts | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rock960.dts b/arch/arm64

[PATCH 1/2] arm64: dts: rockchip: add mali gpu support on rockpi4

2019-03-14 Thread Akash Gajjar
add gpu node support on board and add the supplying regulator Signed-off-by: Akash Gajjar Signed-off-by: Andrius Štikonas --- arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts b/arch

[PATCH 0/2] add gpu node support on rock960 and rockpi4

2019-03-14 Thread Akash Gajjar
add gpu node support on both rockchip-rk3399 board. performance tested with freedesktop.org panfrost mali driver. Akash Gajjar (2): arm64: dts: rockchip: add mali gpu support on rockpi4 arm64: dts: rockchip: add mali gpu support on rock960 arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts

[PATCH 2/4] arm64: dts: rockchip: rockpro64 dts remove unused node

2019-02-13 Thread Akash Gajjar
lcd panel pinmux and vcc1v8_s3 regulator is redundant and has a no impact, so removing it. Signed-off-by: Akash Gajjar --- .../boot/dts/rockchip/rk3399-rockpro64.dts| 19 +-- 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3399

[PATCH 3/4] arm64: dts: rockchip: rockpro64 dts rename LED labels and default trigger

2019-02-13 Thread Akash Gajjar
rename white and red LEDs with status and heartbeat respectively. replace red LED default state off with default-trigger heartbeat. Signed-off-by: Akash Gajjar --- .../arm64/boot/dts/rockchip/rk3399-rockpro64.dts | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git

[PATCH 4/4] arm64: dts: rockchip: rockpro64 dts add usb regulator

2019-02-13 Thread Akash Gajjar
vcc5v0_host and vcc5v0_typec is supplied by vcc5v0_usb and not vcc5v0_sys. add node for vcc5v0_usb fixed regulator. Signed-off-by: Akash Gajjar --- arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/arch/arm64

[PATCH 1/4] arm64: dts: rockchip: rockpro64 dts make regulator more readable

2019-02-13 Thread Akash Gajjar
rename dc12, vcc_sys, vcc1v8_pmu regulators and make it more redable as per the schematic of rk3399-rockpro64. Signed-off-by: Akash Gajjar --- .../boot/dts/rockchip/rk3399-rockpro64.dts| 62 +-- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/arch/arm64/boot

[PATCH 0/4] arm64: dts: rockchip: rk3399-rockpro64 dts cleanup

2019-02-13 Thread Akash Gajjar
-SCH.pdf Akash Gajjar (4): arm64: dts: rockchip: rockpro64 dts make regulator more readable arm64: dts: rockchip: rockpro64 dts remove unused node arm64: dts: rockchip: rockpro64 dts rename LED labels and default trigger arm64: dts: rockchip: rockpro64 dts add usb regulator .../boot

[PATCH v3] arm64: dts: rockchip: add initial dts support for Rockpro64

2018-09-25 Thread Akash Gajjar
Rockpro64 is a rockchip RK3399 based board from pine64.org. This patch adds basic device node support for Rockpro64 board and make it able to bring up. Peripheral Works - Sdcard - USB 2.0, 3.0 - Leds - Ethernet - Debug console Not working: - USB Type-C Signed-off-by: Akash Gajjar --- changes

[PATCH] arm64: dts: rockchip: update pinmux setting in rk3399.dtsi

2018-09-19 Thread Akash Gajjar
replace pin numbers with equivalent pin macro in rk3399.dtsi Signed-off-by: Akash Gajjar --- arch/arm64/boot/dts/rockchip/rk3399.dtsi | 252 --- 1 file changed, 134 insertions(+), 118 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64

[PATCH] arm64: dts: rockchip: add initial dts support for Rockpro64 board

2018-09-19 Thread Akash Gajjar
This patch basic node support for Rockpro64 board and make it able to bring up. Peripheral Works - SDIO, Sdcard - USB 2.0, 3.0 - Leds Not working: - USB Type-C Signed-off-by: Akash Gajjar --- Changes in v2: - add support for usb 2.0, 3.0 - add fusb302 node and its regulator support - cleanup

[PATCH] arm64: dts: rockchip: add initial dts support for Rockpro64 board

2018-09-14 Thread Akash Gajjar
Rockpro64 board is a rockchip RK3399 based board from pine64.org. This commit adds initial device tree support for Rockpro64 board. Signed-off-by: Akash Gajjar --- Documentation/devicetree/bindings/arm/rockchip.txt | 4 + arch/arm64/boot/dts/rockchip/Makefile | 1 + arch/arm64

[PATCH] arm64: dts: allwinner: a64: add csi regulator to sopine dts

2018-08-01 Thread Akash Gajjar
sopine board has a csi. enable supply dvdd-1v8-csi, dovdd-2v8-csi and avdd-2v8-csi on board to access external camera connected to it. Signed-off-by: Akash Gajjar --- .../arm64/boot/dts/allwinner/sun50i-a64-sopine.dtsi | 21 + 1 file changed, 21 insertions(+) diff --git a

[PATCH] arm64: dts: allwinner: activate spi flash on pine64 LTS board

2018-07-25 Thread Akash Gajjar
This board has SPI flash. add spi flash support in device tree. Tested on pine64 LTS. Signed-off-by: Akash Gajjar --- .../arm64/boot/dts/allwinner/sun50i-a64-sopine-baseboard.dts | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-sopine

[PATCH] arm64: activate spi flash on pine64 LTS board

2018-07-22 Thread Akash Gajjar
This board has a 128M SPI flash. add spi flash support in device tree. Tested on pine64 LTS. Signed-off-by: Akash Gajjar --- .../dts/allwinner/sun50i-a64-sopine-baseboard.dts | 23 ++ 1 file changed, 23 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64

[PATCH] media: leds: as3645a: Add CONFIG_OF support

2018-01-24 Thread Akash Gajjar
From: Akash Gajjar Witth this changes, the driver builds with CONFIG_OF support Signed-off-by: Akash Gajjar --- drivers/media/i2c/as3645a.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/media/i2c/as3645a.c b/drivers/media/i2c/as3645a.c index af5db71..24233fa 100644