John Clark
a721e28dfa
arm64: dts: rockchip: Add NanoPC T6 PCIe Ethernet support
...
Device tree entries for PCIe 2.5G Ethernet NICs
Signed-off-by: John Clark <inindev@gmail.com >
Link: https://lore.kernel.org/r/20230810003156.22123-1-inindev@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-08-12 15:13:00 +02:00
Sebastian Reichel
8d81b77f4c
arm64: dts: rockchip: add rk3588 PCIe2 support
...
Add all three PCIe2 IP blocks to the RK3588 DT. Note, that RK3588
also has two PCIe3 IP blocks, that will be handled separately.
Co-developed-by: Kever Yang <kever.yang@rock-chips.com >
Signed-off-by: Kever Yang <kever.yang@rock-chips.com >
Tested-by: Jagan Teki <jagan@edgeble.ai > # edgeble-neu6a, 6b
Reviewed-by: Jagan Teki <jagan@edgeble.ai >
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Link: https://lore.kernel.org/r/20230731165723.53069-6-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-08-12 14:18:59 +02:00
Stefan Nagy
eddf730297
arm64: dts: rockchip: Enable internal SPI flash for ROCK Pi 4A/B/C
...
The ROCK Pi 4A, ROCK Pi 4B and ROCK Pi 4C boards contain a nor-flash chip
connected to spi1. Enable spi1 and add the device node.
This patch has been tested on ROCK Pi 4A.
Signed-off-by: Stefan Nagy <stefan.nagy@ixypsilon.net >
Link: https://lore.kernel.org/r/20230811201118.15066-1-stefan.nagy@ixypsilon.net
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-08-12 14:15:07 +02:00
Thomas McKahan
893c17716d
arm64: dts: rockchip: Add NanoPC T6
...
Add the NanoPC T6, a single board computer from FriendlyElec based on
the RK3588.
Initial device tree supports debug UART, SD, eMMC, PCIe 3, PMIC,
and 40 pin GPIO assignments.
Signed-off-by: Thomas McKahan <tmckahan@singleboardsolutions.com >
Link: https://lore.kernel.org/r/20230809112120.99-3-tmckahan@singleboardsolutions.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-08-09 14:21:39 +02:00
Thomas McKahan
99c81c1274
dt-bindings: arm: rockchip: Add NanoPC T6
...
Add the NanoPC T6, a single board computer from FriendlyElec
Signed-off-by: Thomas McKahan <tmckahan@singleboardsolutions.com >
Acked-by: Conor Dooley <conor.dooley@microchip.com >
Link: https://lore.kernel.org/r/20230809112120.99-2-tmckahan@singleboardsolutions.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-08-09 14:21:39 +02:00
Jonas Karlman
2bdfe84fbd
arm64: dts: rockchip: Enable SATA on Radxa E25
...
The M.2 KEY B port can be used for WWAN USB2 modules or SATA drives.
Enable sata1 node to fix use of SATA drives on the M.2 slot.
Fixes: 2bf2f4d9f6 ("arm64: dts: rockchip: Add Radxa CM3I E25")
Signed-off-by: Jonas Karlman <jonas@kwiboo.se >
Link: https://lore.kernel.org/r/20230724145213.3833099-1-jonas@kwiboo.se
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-25 20:29:12 +02:00
Jonas Karlman
a87852e37f
arm64: dts: rockchip: Fix PCIe regulators on Radxa E25
...
Despite its name, the regulator vcc3v3_pcie30x1 has nothing to do with
pcie30x1. Instead, it supply power to VBAT1-5 on the M.2 KEY B port as
seen on page 8 of the schematic [1].
pcie30x1 is used for the mini PCIe slot, and as seen on page 9 the
vcc3v3_minipcie regulator is instead related to pcie30x1.
The M.2 KEY B port can be used for WWAN USB2 modules or SATA drives.
Use correct regulator vcc3v3_minipcie for pcie30x1.
[1] https://dl.radxa.com/cm3p/e25/radxa-e25-v1.4-sch.pdf
Fixes: 2bf2f4d9f6 ("arm64: dts: rockchip: Add Radxa CM3I E25")
Signed-off-by: Jonas Karlman <jonas@kwiboo.se >
Link: https://lore.kernel.org/r/20230724145213.3833099-1-jonas@kwiboo.se
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-25 20:27:37 +02:00
Krzysztof Kozlowski
a02913e886
arm64: dts: rockchip: switch px30-engicam to enable-gpios
...
The recommended name for enable GPIOs property in regulator-gpio is
enable-gpios. This is also required by bindings:
px30-engicam-px30-core-ctouch2.dtb: vcc3v3-btreg: Unevaluated properties are not allowed ('enable-gpio' was unexpected)
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Link: https://lore.kernel.org/r/20230725142616.157405-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-25 20:13:08 +02:00
Krzysztof Kozlowski
fcedb69be2
arm64: dts: rockchip: switch rk3399-gru boards to enable-gpios
...
The recommended name for enable GPIOs property in regulator-gpio is
enable-gpios. This is also required by bindings:
rk3399-gru-bob.dtb: ppvar-sd-card-io: Unevaluated properties are not allowed ('enable-gpio' was unexpected)
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Link: https://lore.kernel.org/r/20230725142616.157405-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-25 20:13:08 +02:00
Sebastian Reichel
0acf4fa7f1
arm64: dts: rockchip: add PCIe3 support for rk3588
...
Add both PCIe3 controllers together with the shared PHY.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Link: https://lore.kernel.org/r/20230717173512.65169-3-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-24 21:10:42 +02:00
FUKAUMI Naoki
c75b725ea6
arm64: dts: rockchip: fix/update sdmmc properties for rock-5a and -5b
...
add alias for sdmmc as mmc1.
make card detect work.
Fixes: ea3e66e7ad ("arm64: dts: rockchip: add SD card support to rock-5a")
Fixes: 2a6d4af5f1 ("arm64: dts: rockchip: Add SD card support to rock-5b")
Signed-off-by: FUKAUMI Naoki <naoki@radxa.com >
Link: https://lore.kernel.org/r/20230722121150.130126-1-naoki@radxa.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-24 20:55:20 +02:00
Sebastian Reichel
1642bf66e2
arm64: dts: rockchip: add USB2 to rk3588s-rock5a
...
Enable USB2 (EHCI and OCHI mode) support for the Radxa ROCK 5 Model A.
This adds USB support for the on-board WLAN/BT chip, the two USB2
ports, the USB available from the 2x20 connector and the lower USB3
port (in USB2 mode).
The upper USB3 (further away from the PCB) uses the RK3588S USB TypeC
OTG controller for USB2 and USB3 and thus is not supported at all at
the moment.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Link: https://lore.kernel.org/r/20230712165106.65603-5-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-14 17:33:26 +02:00
Sebastian Reichel
488fc7ad2b
arm64: dts: rockchip: add USB2 to rk3588-rock5b
...
Enable USB2 (EHCI and OCHI mode) support for the Radxa ROCK 5 Model B.
This adds USB support on the M.2 Key E, both USB2 ports and USB2 mode
for the upper USB3 port (the one further away from the PCB).
The lower USB3 (closer to the PCB) and the USB-C ports use the RK3588
USB TypeC host controller, which is not yet supported upstream.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Link: https://lore.kernel.org/r/20230712165106.65603-4-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-14 17:33:15 +02:00
Sebastian Reichel
e39da1074c
arm64: dts: rockchip: add USB2 to rk3588-evb1
...
Enable USB2 (EHCI and OCHI mode) support for the Rockchip RK3588 EVB1.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Link: https://lore.kernel.org/r/20230712165106.65603-3-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-14 17:32:45 +02:00
Sebastian Reichel
a684cb4164
arm64: dts: rockchip: add USB2 support for rk3588
...
This adds USB2 (EHCI & OHCI) ports including the related PHYs
and GRF modules to the rk3588(s) device tree.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Link: https://lore.kernel.org/r/20230712165106.65603-2-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-14 17:32:45 +02:00
Jagan Teki
9b9fb10b9d
arm64: dts: rockchip: Enable RS485 for edgeble-neu6b
...
Add RS485 support for Edgeble Neu6B NCM IO board.
Signed-off-by: Jagan Teki <jagan@edgeble.ai >
Link: https://lore.kernel.org/r/20230713143941.1756849-8-jagan@edgeble.ai
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-14 17:26:52 +02:00
Jagan Teki
9ee9ea88e6
arm64: dts: rockchip: Enable RS232 for edgeble-neu6b
...
Add RS232 support for Edgeble Neu6B NCM IO board.
Signed-off-by: Jagan Teki <jagan@edgeble.ai >
Link: https://lore.kernel.org/r/20230713143941.1756849-7-jagan@edgeble.ai
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-14 17:26:51 +02:00
Jagan Teki
b65814bfb8
arm64: dts: rockchip: Enable PWM FAN for edgeble-neu6b
...
Add PWM FAN support for Edgeble Neu6B NCM IO board.
Signed-off-by: Jagan Teki <jagan@edgeble.ai >
Link: https://lore.kernel.org/r/20230713143941.1756849-6-jagan@edgeble.ai
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-14 17:26:51 +02:00
Jagan Teki
8f3aa4f708
arm64: dts: rockchip: Enable RTC for edgeble-neu6b
...
Add RTC support for Edgeble Neu6B NCM IO board.
Signed-off-by: Jagan Teki <jagan@edgeble.ai >
Link: https://lore.kernel.org/r/20230713143941.1756849-5-jagan@edgeble.ai
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-14 17:26:51 +02:00
Jagan Teki
89f713b059
arm64: dts: rockchip: Enable SATA for edgeble-neu6b
...
Add SATA support for Edgeble Neu6B NCM IO board.
Signed-off-by: Jagan Teki <jagan@edgeble.ai >
Link: https://lore.kernel.org/r/20230713143941.1756849-3-jagan@edgeble.ai
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-14 17:26:50 +02:00
Jagan Teki
61808d9341
arm64: dts: rockchip: Add microSD card for edgeble-neu6b
...
Add sdmmc support for Edgeble Neu6B NCM IO board.
Signed-off-by: Jagan Teki <jagan@edgeble.ai >
Link: https://lore.kernel.org/r/20230713143941.1756849-2-jagan@edgeble.ai
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-14 17:26:50 +02:00
Jagan Teki
0d3f385d71
arm64: dts: rockchip: Add PMIC for edgeble-neu6b
...
This adds PMIC support for the Edgeble Neu6B NCM.
Signed-off-by: Jagan Teki <jagan@edgeble.ai >
Link: https://lore.kernel.org/r/20230713143941.1756849-1-jagan@edgeble.ai
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-14 17:26:50 +02:00
Sebastian Reichel
9c7f249419
arm64: dts: rockchip: enable SATA on rk3588-evb1
...
Add support for the SATA0_0 port found on the RK3588 EVB1. The
second port (SATA0_1) does not work, which matches the downstream
behaviour.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com >
Link: https://lore.kernel.org/r/20230711171330.52535-1-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-12 09:19:52 +02:00
Sebastian Reichel
34d6c15d8e
arm64: dts: rockchip: add SATA support to rk3588
...
Add all three SATA IP blocks to the RK3588 DT.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Link: https://lore.kernel.org/r/20230612171337.74576-6-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-11 16:46:51 +02:00
Sebastian Reichel
6ebd55b3bb
arm64: dts: rockchip: add combo PHYs to rk3588
...
Add all 3 combo PHYs that can be found in RK3588.
They are used for SATA, PCIe or USB3.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Link: https://lore.kernel.org/r/20230612171337.74576-5-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-11 16:46:51 +02:00
Furkan Kardame
007b4bb47f
arm64: dts: rockchip: add dts for Firefly Station P2 aka rk3568-roc-pc
...
Add dts for Firefly Station P2.
Working IO:
* eMMC
* HDMI
* LAN
* LED
* SD Card
* UART
* USB2
* USB3
Signed-off-by: Furkan Kardame <f.kardame@manjaro.org >
Link: https://lore.kernel.org/r/20230620184746.55391-3-f.kardame@manjaro.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-11 15:49:37 +02:00
Furkan Kardame
a1f814f782
dt-bindings: arm: rockchip: Add Firefly Station P2
...
Station P2 is a single board computer by firefly based
on rk3568 soc
Signed-off-by: Furkan Kardame <f.kardame@manjaro.org >
Acked-by: Conor Dooley <conor.dooley@microchip.com >
Link: https://lore.kernel.org/r/20230620184746.55391-2-f.kardame@manjaro.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-11 15:49:37 +02:00
Jagan Teki
e70d283904
arm64: dts: rockchip: Drop unchanged max-frequency from rk3588 boards
...
200MHz is the default rk3588 emmc max-frequency added in dtsi, so why
the board DT files are adding the same value explicitly?
Drop that unchanged property value.
Signed-off-by: Jagan Teki <jagan@edgeble.ai >
Link: https://lore.kernel.org/r/20230621064507.479891-1-jagan@edgeble.ai
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-11 15:42:58 +02:00
Christopher Obbard
86a0e14a82
arm64: dts: rockchip: Add Radxa ROCK 4SE
...
Add board-specific devicetree file for the RK3399T-based Radxa ROCK 4SE
board. This board offers similar peripherals in a similar form-factor to
the existing ROCK Pi 4B but uses the cost-optimised RK3399T processor
(which has different OPP table than the RK3399) and other minimal hardware
changes.
Signed-off-by: Christopher Obbard <chris.obbard@collabora.com >
Link: https://lore.kernel.org/r/20230710115025.507439-4-chris.obbard@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-11 15:32:56 +02:00
Christopher Obbard
e7afb99e8f
dt-bindings: arm: rockchip: Add Radxa ROCK 4SE
...
Add devicetree binding entry for the Radxa ROCK 4SE.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org >
Signed-off-by: Christopher Obbard <chris.obbard@collabora.com >
Link: https://lore.kernel.org/r/20230710115025.507439-3-chris.obbard@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-11 15:32:55 +02:00
Christopher Obbard
fd2762a626
arm64: dts: rockchip: Move OPP table from ROCK Pi 4 dtsi
...
The ROCK 4SE uses the RK3399-T variant of the RK3399 SoC, which has some
changes to the OPP tables. Prepare for the bringup of this SoC by moving
the inclusion of existing OPP tables from the common devicetree into
each board-specific devicetree.
Signed-off-by: Christopher Obbard <chris.obbard@collabora.com >
Link: https://lore.kernel.org/r/20230710115025.507439-2-chris.obbard@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-11 15:32:55 +02:00
Sebastian Reichel
dd4464ecce
arm64: dts: rockchip: add fan support to rock-5a
...
Add the necessary DT changes for the Rock 5A board to enable support for
the PWM controlled heat sink fan.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Link: https://lore.kernel.org/r/20230710165228.105983-14-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-11 15:24:30 +02:00
Sebastian Reichel
43465c6751
arm64: dts: rockchip: add SARADC to rock-5a
...
Enable ADC support for Rock 5A, which has the following ADC channels:
Channel 0 = Boot Mode Config
Channel 1 = Recovery Key
Channel 2 = PWM Fan
Channel 3 = Headphone Hook
Channel 4 = System Input Voltage
Channel 5 = Board ID Config
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Link: https://lore.kernel.org/r/20230710165228.105983-13-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-11 15:24:30 +02:00
Sebastian Reichel
aa00cf88bd
arm64: dts: rockchip: enable I2C interface from DSI and CSI connectors on rock-5a
...
I2C3 is routed to the Camera connector and I2C5 is routed to the LCD
connector. On I2C5 additionally there is an unpopulated footprint for
a HYM8563TS RTC.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Link: https://lore.kernel.org/r/20230710165228.105983-12-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-11 15:24:30 +02:00
Sebastian Reichel
afc3925f69
arm64: dts: rockchip: add vdd_npu_s0 regulator to rock-5a
...
Add the NPU regulator.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Link: https://lore.kernel.org/r/20230710165228.105983-11-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-11 15:24:30 +02:00
Sebastian Reichel
89c880808c
arm64: dts: rockchip: add I2C EEPROM to rock-5a
...
Add the I2C EEPROM to the Rock 5A DT.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Link: https://lore.kernel.org/r/20230710165228.105983-10-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-11 15:24:30 +02:00
Sebastian Reichel
fb031e6275
arm64: dts: rockchip: add analog audio to rock-5a
...
Add analog audio support based on the Everest Semi ES8316 codec.
Note, that this currently does not support headphone plug events. The
Rock 5A uses a different headphone jack with a different logic to detect
a headphone plug. Unfortunately the detect GPIO is always low.
Downstream uses an ADC channel instead, but that is currently not
supported upstream.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Link: https://lore.kernel.org/r/20230710165228.105983-9-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-11 15:24:30 +02:00
Sebastian Reichel
db02f866b1
arm64: dts: rockchip: add status LED to rock-5a
...
Describe the Rock 5A status LED in its device tree.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Link: https://lore.kernel.org/r/20230710165228.105983-8-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-11 15:24:30 +02:00
Lucas Tanure
ea3e66e7ad
arm64: dts: rockchip: add SD card support to rock-5a
...
Add sdmmc support for Rock Pi 5A board.
Signed-off-by: Lucas Tanure <lucas.tanure@collabora.com >
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Link: https://lore.kernel.org/r/20230710165228.105983-7-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-11 15:24:29 +02:00
Sebastian Reichel
53bf040e14
arm64: dts: rockchip: add 5V regulator to rock-5a
...
Add GPIO controlled 5V regulator, which is used for supplying
the fan, on-board USB hub and HDMI.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Link: https://lore.kernel.org/r/20230710165228.105983-6-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-11 15:24:29 +02:00
Sebastian Reichel
4bbca5c7f4
arm64: dts: rockchip: add vdd_cpu_big regulators to rock-5a
...
The RK8602 and RK8603 voltage regulators on the Rock 5A board provide
the power lines vdd_cpu_big0 and vdd_cpu_big1, respectively.
Add the necessary device tree nodes and bind them to the corresponding
CPU big core nodes.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Link: https://lore.kernel.org/r/20230710165228.105983-5-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-11 15:24:29 +02:00
Sebastian Reichel
75fdcbc8f4
arm64: dts: rockchip: add PMIC to rock-5a
...
This adds PMIC support for the Radxa ROCK 5A
Co-developed-by: shengfei Xu <xsf@rock-chips.com >
Signed-off-by: shengfei Xu <xsf@rock-chips.com >
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Link: https://lore.kernel.org/r/20230710165228.105983-4-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-11 15:24:29 +02:00
Sebastian Reichel
892e989559
dt-bindings: eeprom: at24: add Belling BL24C16A
...
Add binding for Belling BL24C16A, which is compatible with Atmel 24C16.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Acked-by: Conor Dooley <conor.dooley@microchip.com >
Link: https://lore.kernel.org/r/20230710165228.105983-3-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-11 15:24:29 +02:00
Sebastian Reichel
3dc9c73e65
dt-bindings: vendor-prefixes: Add prefix for belling
...
Add a vendor prefix entry for belling (https://www.belling.com.cn )
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com >
Acked-by: Conor Dooley <conor.dooley@microchip.com >
Link: https://lore.kernel.org/r/20230710165228.105983-2-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-11 15:24:29 +02:00
Cristian Ciocaltea
7efcaf997a
arm64: dts: rockchip: Update sound card label on rk3588-rock-5b
...
The audio-graph-card driver uses the 'label' property to register the
sound card in the system, but the currently assigned string is too
generic and cannot be supported by alsa-project/alsa-ucm-conf:
card 0: Analog [Analog]
Use the more specific naming "rk3588-es8316", which is still generic
enough to be shared with other compatible boards, e.g. Rock 5A. The
audio card will be listed as:
card 0: rk3588es8316 [rk3588-es8316]
While at it, update also the DT node name, as there will be additional
sound related nodes available, i.e. for HDMI. Note that this involves
moving the node one position up, to preserve the alphabetical order.
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com >
Link: https://lore.kernel.org/r/20230707162822.676024-1-cristian.ciocaltea@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-10 15:36:16 +02:00
Rick Wertenbroek
c0f0fb5553
arm64: dts: rockchip: Add dtsi entry for RK3399 PCIe endpoint core
...
Add dtsi entry for RK3399 PCIe endpoint core in the device tree.
The status is "disabled" by default, so it will not be loaded unless
explicitly chosen to. The RK3399 PCIe endpoit core should be enabled
with the RK3399 PCIe root complex disabled because the RK3399 PCIe
controller can only work one mode at the time, either in "root complex"
mode or in "endpoint" mode.
Tested-by: Damien Le Moal <dlemoal@kernel.org >
Signed-off-by: Rick Wertenbroek <rick.wertenbroek@gmail.com >
Link: https://lore.kernel.org/r/20230418074700.1083505-6-rick.wertenbroek@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de >
2023-07-10 12:11:16 +02:00
Linus Torvalds
06c2afb862
Linux 6.5-rc1
2023-07-09 13:53:13 -07:00
Linus Torvalds
c192ac7357
MAINTAINERS 2: Electric Boogaloo
...
We just sorted the entries and fields last release, so just out of a
perverse sense of curiosity, I decided to see if we can keep things
ordered for even just one release.
The answer is "No. No we cannot".
I suggest that all kernel developers will need weekly training sessions,
involving a lot of Big Bird and Sesame Street. And at the yearly
maintainer summit, we will all sing the alphabet song together.
I doubt I will keep doing this. At some point "perverse sense of
curiosity" turns into just a cold dark place filled with sadness and
despair.
Repeats: 80e62bc848 ("MAINTAINERS: re-sort all entries and fields")
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2023-07-09 10:29:53 -07:00
Linus Torvalds
f71f64210d
Merge tag 'dma-mapping-6.5-2023-07-09' of git://git.infradead.org/users/hch/dma-mapping
...
Pull dma-mapping fixes from Christoph Hellwig:
- swiotlb area sizing fixes (Petr Tesarik)
* tag 'dma-mapping-6.5-2023-07-09' of git://git.infradead.org/users/hch/dma-mapping:
swiotlb: reduce the number of areas to match actual memory pool size
swiotlb: always set the number of areas before allocating the pool
2023-07-09 10:24:22 -07:00
Linus Torvalds
a9943ad3dd
Merge tag 'irq_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
...
Pull irq update from Borislav Petkov:
- Optimize IRQ domain's name assignment
* tag 'irq_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
irqdomain: Use return value of strreplace()
2023-07-09 10:16:04 -07:00