Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | // SPDX-License-Identifier: BSD-3-Clause |
| 2 | /* |
| 3 | * Copyright (c) 2020, AngeloGioacchino Del Regno <kholk11@gmail.com> |
| 4 | * Copyright (c) 2020, Konrad Dybcio <konradybcio@gmail.com> |
| 5 | * Copyright (c) 2020, Martin Botka <martin.botka1@gmail.com> |
| 6 | */ |
| 7 | |
| 8 | #include "sdm660.dtsi" |
| 9 | |
| 10 | /* |
| 11 | * According to the downstream DTS, |
| 12 | * 636 is basically a 660 except for |
| 13 | * different CPU frequencies, Adreno |
| 14 | * 509 instead of 512 and lack of |
| 15 | * turing IP. These differences will |
| 16 | * be addressed when the aforementioned |
| 17 | * peripherals will be enabled upstream. |
| 18 | */ |
| 19 | |
| 20 | &adreno_gpu { |
| 21 | compatible = "qcom,adreno-509.0", "qcom,adreno"; |
| 22 | /* Adreno 509 shares the frequency table with 512 */ |
| 23 | }; |