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
Lane Jennison
f78b0ae4d5
rk3568: removed phy patch that was merged in 6.6.81
2025-03-08 19:42:32 +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
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
Nicolas Pereira
0041cc70db
h96max-v56: u-boot: bump to 2025.01
Forked Helper / 📢 Run repository dispatch on fork (push) Waiting to run
Announce PR merge to Discord / announcepush (push) Waiting to run
Scorecards Security Scan / Scorecards analysis (push) Waiting to run
Update Board Lists / Send dispatch (push) Waiting to run
2025-01-25 20:10:22 +01:00
Lane Jennison
53832cf54a
use RK3568 phy fix from mailing list
2025-01-19 20:20:51 +01:00
ARCW
c6cb2a57e9
fixed tinker-edge-r HDMI 4K display bug, bump to linux6.12 branch ( #7608 )
Forked Helper / 📢 Run repository dispatch on fork (push) Waiting to run
Announce PR merge to Discord / announcepush (push) Waiting to run
Scorecards Security Scan / Scorecards analysis (push) Waiting to run
Update Board Lists / Send dispatch (push) Waiting to run
2024-12-29 20:19:12 +01:00
Valmantas Paliksa
808f860a44
rockchip64: rk3399 fix pcie being stuck at 1x width after a warm phy reset
2024-12-13 09:42:11 +01:00
Maxim Medvedev
0f8f482952
mkspi: increase fsp for TS35 display
2024-12-13 09:41:27 +01:00
Maxim Medvedev
e47fbe6bf2
mkspi: add 800x480 HDMI modes
...
MKS IPS50 screen
2024-12-13 09:41:27 +01:00
Maxim Medvedev
f5bf277a18
mkspi: adjust vop config
2024-12-13 09:41:27 +01:00
Maxim Medvedev
d2e45e2c42
mkspi: fix HDMI screen detection
2024-12-13 09:41:27 +01:00
Maxim Medvedev
7cad411d9c
mkspi: add explicit USB3 configuration
...
However, the USB3 port also works without these changes.
2024-12-13 09:41:27 +01:00
Maxim Medvedev
627657c713
mkspi: adjust cpu power config
2024-12-13 09:41:27 +01:00
Maxim Medvedev
cab1b3447d
mkspi: adjust ethernet config
2024-12-13 09:41:27 +01:00
Maxim Medvedev
87d228506c
mkspi: adjust LED config
...
...however looks like MKSPI LEDs are not connected to these pins.
2024-12-13 09:41:27 +01:00
Maxim Medvedev
4a286c58c6
mkspi: adjust tsadc config
2024-12-13 09:41:27 +01:00
Maxim Medvedev
2a4fff0845
mkspi: disable i2s devices
2024-12-13 09:41:27 +01:00
Maxim Medvedev
2a37468b23
mkspi: fix rk805 irq config
...
fix for a `irq 41: nobody cared` error
2024-12-13 09:41:27 +01:00
Maxim Medvedev
d03b8f9b9f
mkspi: DTBO to disable spi_for_{lcd,touch} when enabling uart1
...
Based on contirbution from Joe Maples <joe.maples@valtech.com>. It will make the onboard serial (ttyS1) usable for the boards: QIDI X-4, X-6 and X-7
2024-12-13 09:41:27 +01:00
Maxim Medvedev
d76f7f3da0
mkspi: apply MKSPI specific kernel DTS changes
...
Based on official MKS armbian repo
2024-12-13 09:41:27 +01:00
Maxim Medvedev
b1cf2e7f89
mkspi: add DTS draft for MKSPI board
...
copy of rk3328-roc-cc.dts
2024-12-13 09:41:27 +01:00
Maxim Medvedev
c7b454aab2
fix: ST7796 kernel module patch
...
Fix error from https://github.com/armbian/build/pull/7550
2024-12-08 17:05:37 +01:00
Maxim Medvedev
06c9c2dbe5
feat: add ST7796 kernel module (fbtft)
...
Add support for ST7796 based LCD module (connected via SPI interface). One of real device example is [MKS PI-TS35 display](https://github.com/makerbase-mks/MKS-TFT-Hardware/tree/master/MKS%20PI-TS35 ).
2024-12-08 10:50:48 +01:00
JohnTheCoolingFan
6ba9d13dd9
BigTreeTech CB2: fix misplaced reset-gpios
...
This property was supposed to go to pcie2x1, not gmac1
2024-12-07 09:26:27 +03:00
JohnTheCoolingFan
3a7ba30f3f
add board bigtreetech-cb2
: BigTreeTech CB2
2024-12-07 09:26:27 +03:00
Paolo Sabatino
51e25479c9
rk3308: rockpis: remove MMC hs200, sdmmc pinctrl-default flags
2024-11-28 12:37:43 +01:00
Paolo Sabatino
48c8fe37e8
rockpis: enable analog codec
2024-11-28 12:37:43 +01:00
Paolo Sabatino
3f9f36bc23
rk3308: tidy up kernel 6.6 patches
2024-11-28 12:37:43 +01:00
Paolo Sabatino
eec2c2bf5a
fix crash dump on eager led setting
2024-11-14 07:35:12 +01:00
Paolo Sabatino
977478e380
enable hs200 mode for rockpi-s
2024-11-12 11:37:35 +01:00
Bob Xiang
97638622dc
Added support of core3566 ( #7018 )
...
* added core3566
2024-11-09 21:42:24 +01:00
Paolo Sabatino
8b9fd1507e
[rockchip64] add tm16xx led driver for display panels
2024-10-05 19:07:58 +02:00
Paolo Sabatino
9df699ccdc
remove mainlined hunk from patches
2024-10-04 20:29:10 +02:00
Igor Pecovnik
a53be7e622
Adjust patches due to kernel bump
2024-10-01 14:17:50 +02:00
Ricardo Pardini
7aedf208af
mixtile-edge2: add rk3568 board (current/edge/vendor)
...
- in main `rockchip64` family, for current/edge (6.6 / 6.11)
- using mainline u-boot's generic rk3568 for current/edge
- vendor kernel is added via a copypasta hook to piggyback on `rk35xx`
- requires armbian/linux-rockchip PR https://github.com/armbian/linux-rockchip/pull/245
- vendor u-boot:
- is required to bringup npu for vendor kernel (otherwise panics)
- .dts done based on vendor kernel DT + looking at armsom-sige3
- defconfig ripped off from armsom-sige3
2024-09-24 09:58:58 +02:00
Igor Pecovnik
38eb81577d
Odroid M1: resolve low network speed
2024-09-15 11:42:07 +02:00
FUKAUMI Naoki
b1cbd002b4
arm64: dts: rockchip: fix gmac PHY attach error on ROCK Pi E
...
this fixes following error:
rk_gmac-dwmac ff540000.ethernet end0: __stmmac_open: Cannot attach to PHY (error: -19)
Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
2024-09-11 07:59:54 +02:00
Igor Pecovnik
422e91b240
Rockchip64: remove deprecated patches that breaks compilation
2024-09-06 11:13:04 +02:00
Alex
63163387c7
rockchip64: refresh drv-spi-spidev-remove-warnings.patch
( #7088 )
...
* rockchip64: edge: refresh drv-spi-spidev-remove-warnings.patch
rework to apply cleanly on 6.10.5
* rockchip64: current: refresh drv-spi-spidev-remove-warnings.patch
2024-08-15 13:11:18 +02:00
ARCW
05d7ca03d4
Fixed tinker-edgr-r board GPU bug, drivers:regulator:fan53555:add new device chip id ( #6998 )
2024-08-12 17:16:11 +02:00
Igor Pecovnik
4f92c2ebfc
Adjust patches that are broken or they found a way upstream
2024-08-03 15:34:00 +02:00
sicXnull
37ef83a6f6
add Heltec HT-M2808
2024-07-25 16:42:46 +02:00
ARCW
cc8291e6e2
Fixed Tinker-edge-r HDMI 4K bug ( #6991 )
2024-07-25 16:41:17 +02:00