Igor Pecovnik
166b786fc9
Drop broken patch
2025-05-30 21:18:18 +02:00
Igor Pecovnik
a55e510628
Rockchip64 current: fixing broken patch
2025-05-30 19:38:09 +02:00
retro98boy
fb82052e99
smart am40: add missing RTC DT node and bump U-Boot version to v2025.04
2025-05-27 15:49:23 +02:00
Hsun Lai
d0f708df8b
sakurapi-rk3308b: fix usb20phy_otg&u2phy_host, update the regulator name
2025-05-18 17:44:40 +02:00
TheSnowfield
56d867fe25
sakurapi-rk3308b: fix uart4 bcm4345c5 bluetooth hci, enable i2c1
2025-04-13 09:10:53 +02:00
TheSnowfield
488f0d04ea
sakurapi-rk3308b: ws2812-vleds spi driver dtso for on-board leds
2025-04-13 09:10:53 +02:00
TheSnowfield
4eb31d281f
sakurapi-rk3308b: update board dts: fix the display matching & enable spidev for default spi output
2025-04-13 09:10:53 +02:00
ssp97
99888eb5e2
rk3308: fix uart dma. ( #8074 )
2025-04-12 11:29:19 +08:00
retro98boy
b169370888
add SMART AM40 support
2025-03-26 10:06:03 +01:00
Vasily Khoruzhick
d8ac1f21af
rockchip64-6.12: fix compatible for CPU regulator on BTT PI2/CB2
...
fan53555 driver doesn't accept "tcs,tcs452x" as a compatible, it should
be "tcs,tcs4525" instead.
This change fixes CPUFREQ on CB2 on 6.12
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
2025-03-19 21:43:02 +03:00
Ian Goodacre
f2378ad85e
Add support for NanoPi R2S Plus
2025-03-19 10:20:50 +01:00
Vasily Khoruzhick
49e7d58ecf
rockchip64: rk3568: add PLL rate for 33.3MHz
...
Add PLL rate for 33.3 MHz to allow BTT HDMI5 screen to run at its native
mode of 800x480
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
2025-03-19 10:15:13 +03:00
Paolo Sabatino
14492c84db
rockchip64: rk3318-box: fix wifi with alternate sdio bus
2025-03-16 23:09:26 +01:00
Thorsten Maerz
e6ed66f1da
mksklipad50: devicetree cleanups
2025-03-12 15:37:37 +01:00
amazingfate
9529d1aecb
rockchip64-6.12: rock-5-itx: slow down emmc freq
2025-03-09 10:48:15 +01:00
amazingfate
e30786930e
rockchip64-6.12: slow down emmc freq instead of toggling to HS200 for rock5b
2025-03-09 10:48:15 +01:00
Werner
fe49bf5e94
RESEND - Add initial support for Orangepi 5 Ultra ( #7902 )
...
* Create rk3588-orangepi-5-ultra.dts
* Create orangepi5-ultra.csc
* fixups
* add notes
* fix u-boot compilation
* Update to v7 patch series
https://patchwork.kernel.org/project/linux-arm-kernel/cover/20250222193332.1761-1-honyuenkwun@gmail.com/
* Update rk3588-orangepi-5-ultra.dts
While I don't fully understand either the `kernel-dtb` command nor the dt syntax itself for some reason the `nophandles` version stripped more than actually phandles. Lets see what happens this way.
* Delete patch/kernel/integrate-6.15/0001-tools-Makefile-remove-pci-target.patch
* disable OPTEE
c81f89ca90
2025-03-08 20:10:34 +01:00
Lane Jennison
45621aae33
rk3568: removed phy patch that was merged in 6.12.18
2025-03-08 19:42:32 +01:00
Nicolas Pereira
0b124433ca
rockchip64-edge: add support for yy3568
2025-03-07 19:33:58 +01:00
amazingfate
d6400cc883
rockchip64-6.12: add dt overlay of lcd panel on hinlink-h88k
2025-03-03 12:56:02 +01:00
JohnTheCoolingFan
ea7f004191
Change BigTreeTech CB2 device tree
2025-02-28 14:07:45 +03:00
Paolo Sabatino
5ad769c82e
rockchip64: disable DMC for OrangePi 4 LTS, fixes boot with BTF
2025-02-28 08:20:14 +01:00
qbisi
2c605989ef
hinlink-h88k: revert second hdmi output support for 6.12 kernel
...
second hdmi output is only supported in 6.13 and above
2025-02-25 18:41:59 +01:00
qbisi
e096f33d5c
hinlink-h88k: add second hdmi output support
2025-02-25 09:19:33 +08:00
qbisi
ef72bd1a8b
hinlink-h88k: add missing hdmi0-con port
2025-02-25 09:19:33 +08:00
qbisi
bf5ed6c79f
hinlink-h88k: fix headphones jack det gpio
2025-02-25 09:19:33 +08:00
Werner
1033729455
arm64: dts: rockchip: fix gpio-line-names to radxa-rock-3a ( #7874 )
...
* rock-3a - fix formatting of gpio-line-names
properly format gpio-line-names, following the example from Trevor Woerner for his contribution to the radxa-zero-3 dt.
Also fix a wrong pin number
* fix applying
2025-02-24 09:21:41 +01:00
Paolo Sabatino
86691d17e4
rockchip/64: fix again periodic dma and audio stuttering
2025-02-23 19:26:53 +01:00
retro98boy
d19444bf8a
rockchip64: fix wrong GPIO direction in DP virtual extcon driver
...
The extcon-usbc-virtual-pd driver requests the detection GPIO with the flag GPIOD_OUT_LOW, which leads to a failure in gpiod_to_irq and consequently causes the driver loading to fail.
This issue can be fixed by changing GPIOD_OUT_LOW to either GPIOD_IN or GPIOD_ASIS.
This patch opts to change GPIOD_OUT_LOW to GPIOD_ASIS, as this is a less invasive approach. For devices intending to use this driver, it's also necessary to set the pinctrl property of the detection GPIO to input mode in the dts file.
2025-02-23 19:26:27 +01:00
TheSnowfield
91e25e2c01
sakurapi-rk3308b: enable vop and display output
2025-02-23 09:55:48 +01:00
TheSnowfield
9af5f61214
rockchip64: rk3308: add vop and internal rgb lcdc output support
2025-02-23 09:55:48 +01:00
chainsx
872a554c69
station-m2: use mainline devicetree name
2025-02-21 19:11:17 +01:00
qbisi
3cdf696769
fix panel-dsi-simple driver for kernel 6.6, 6.9, 6.12 and 6.13
2025-02-20 07:00:13 +01:00
qbisi
cda1089d61
fix ssv6051 driver for kernel 6.6, 6.9, 6.12 and 6.13
2025-02-20 07:00:13 +01:00
qbisi
947f901d24
hinlink-h88k: add hdmi_rx support
2025-02-20 06:59:18 +01:00
qbisi
805e053194
hinlink-h88k: fix mmc speed and det pin
2025-02-20 06:59:18 +01:00
Werner
475e28056b
Orangepi 5 MAX - add support for current ( #7842 )
...
* add `current` target
* Add Orangepi 5 max device tree to `current` dt
2025-02-19 13:04:17 +01:00
Paolo Sabatino
e2f1c44434
rockchip64: fix rocks0 patch breaking current compilation
2025-02-17 21:40:11 +01:00
Muhammed Efe Cetin
8e825e7f9d
rockchip64-6.12: add spi flash overlay for NanoPi M6
2025-02-16 23:02:37 +01:00
Paolo Sabatino
1f69720656
rockchip64: remove patch to fix rockpi-e gigabit eth
2025-02-12 19:31:35 +01:00
Paolo Sabatino
c739c2589f
rockchip64: disable pl330 patch due to pulseaudio issues
2025-02-10 09:28:55 +01:00
qbisi
cb6f2fbef8
hinlink-h88k: add 5g modem enable and reset pin
2025-02-09 18:50:05 +08:00
qbisi
c3be0a4216
hinlink-h88k: fix usb dr_mode to host
2025-02-09 18:50:05 +08:00
Igor Pecovnik
2087a8b012
Revert commit that breaks compilation
...
This needs deeper anlysis and testing, so lets revert to known situation
2025-02-08 19:38:13 +01:00
Paolo Sabatino
448418b9f3
rockchip/64: improvements to pl330 dma driver
2025-02-05 13:45:48 +01:00
EvilOlaf
acea78f5dc
nanopi-r3s: bump edge u-boot to 2025.01
...
add support for `current`
2025-02-03 16:18:19 +01:00
Thorsten Maerz
0681dd2a0f
change blue/user LED trigger from 'mmc1' to 'activity'
...
(mmc1 did not show any activity)
2025-02-03 16:17:54 +01:00
Thorsten Maerz
fa1168cc96
rename LEDs to reflect their actual colour
2025-02-03 16:17:54 +01:00
Thorsten Maerz
4fdeca5aab
add overlay to enable v4l2 devices
...
Overlay for testing purposes:
Maybe it is possible to use hardware video-encoding on that chip.
2025-02-03 16:17:54 +01:00
Thorsten Maerz
ef8349799f
disable unusable v4l2 devices
...
Removes /dev/video[012] and /dev/media[01]
2025-02-03 16:17:54 +01:00