diff options
| author | Duje Mihanović <duje@dujemihanovic.xyz> | 2025-07-08 20:09:47 +0300 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2025-07-11 14:20:57 +0300 |
| commit | a3e506bd9058de84d845b1225e0d7f2763b71e93 (patch) | |
| tree | 493d7edd9f232e6ad5bf008994a8180f9cf5a35b | |
| parent | d2b87d92bcb7659971ff893e9284971700db9fed (diff) | |
| download | linux-a3e506bd9058de84d845b1225e0d7f2763b71e93.tar.xz | |
dt-bindings: marvell: Document PXA1908 SoC and samsung,coreprimevelte
Add dt bindings for the Marvell PXA1908 SoC and the Samsung Galaxy Core
Prime VE LTE phone (model number SM-G361F) using the SoC.
The SoC comes with 4 Cortex-A53 cores clocked up to ~1.2GHz and a
Vivante GC7000UL GPU. The phone also has a 4.5" 480x800 touchscreen, 8GB
eMMC and 1GB of LPDDR3 RAM.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Duje Mihanović <duje@dujemihanovic.xyz>
Link: https://lore.kernel.org/r/20250708-pxa1908-lkml-v16-2-b4392c484180@dujemihanovic.xyz
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
| -rw-r--r-- | Documentation/devicetree/bindings/arm/mrvl/mrvl.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/mrvl/mrvl.yaml b/Documentation/devicetree/bindings/arm/mrvl/mrvl.yaml index 4c43eaf3632e..f73bb8ec3a1a 100644 --- a/Documentation/devicetree/bindings/arm/mrvl/mrvl.yaml +++ b/Documentation/devicetree/bindings/arm/mrvl/mrvl.yaml @@ -35,6 +35,11 @@ properties: - enum: - dell,wyse-ariel - const: marvell,mmp3 + - description: PXA1908 based boards + items: + - enum: + - samsung,coreprimevelte + - const: marvell,pxa1908 additionalProperties: true |
