mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
2e715fb4fc
Add support for BCM2712 (Raspberry Pi 5).
3bb5880ab3
Patches were generated from the diff between linux kernel branch linux-6.1.y
and rpi-6.1.y from raspberry pi kernel source:
- git format-patch linux-6.1.y...rpi-6.1.y
Build system: x86_64
Build-tested: bcm2708, bcm2709, bcm2710, bcm2711
Run-tested: bcm2710/RPi3B, bcm2711/RPi4B
Signed-off-by: Marty Jones <mj8263788@gmail.com>
[Remove applied and reverted patches, squash patches and config commits]
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
43 lines
1.3 KiB
Diff
43 lines
1.3 KiB
Diff
From ebe13d0d4314255d226ba740e37a14172a8b9091 Mon Sep 17 00:00:00 2001
|
|
From: Jonathan Bell <jonathan@raspberrypi.com>
|
|
Date: Wed, 8 Nov 2023 16:10:13 +0000
|
|
Subject: [PATCH] dt-bindings: mmc: sdhci-of-dwcmhsc: Add Raspberry Pi RP1
|
|
support
|
|
|
|
The DWC MSHC controller on RP1 needs differentiating from the generic
|
|
version.
|
|
|
|
Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
|
|
---
|
|
.../devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
--- a/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml
|
|
+++ b/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml
|
|
@@ -16,6 +16,7 @@ allOf:
|
|
properties:
|
|
compatible:
|
|
enum:
|
|
+ - raspberrypi,rp1-dwcmshc
|
|
- rockchip,rk3568-dwcmshc
|
|
- rockchip,rk3588-dwcmshc
|
|
- snps,dwcmshc-sdhci
|
|
@@ -34,6 +35,8 @@ properties:
|
|
- description: axi clock for rockchip specified
|
|
- description: block clock for rockchip specified
|
|
- description: timer clock for rockchip specified
|
|
+ - description: timeout clock for rp1 specified
|
|
+ - description: sdio clock generator for rp1 specified
|
|
|
|
|
|
clock-names:
|
|
@@ -44,6 +47,8 @@ properties:
|
|
- const: axi
|
|
- const: block
|
|
- const: timer
|
|
+ - const: timeout
|
|
+ - const: sdio
|
|
|
|
rockchip,txclk-tapnum:
|
|
description: Specify the number of delay for tx sampling.
|