Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: BSD-3-Clause
0002 /*
0003  * Copyright (c) 2020, AngeloGioacchino Del Regno <kholk11@gmail.com>
0004  * Copyright (c) 2020, Konrad Dybcio <konradybcio@gmail.com>
0005  * Copyright (c) 2020, Martin Botka <martin.botka1@gmail.com>
0006  */
0007 
0008 #include "sdm660.dtsi"
0009 
0010 /*
0011  * According to the downstream DTS,
0012  * 636 is basically a 660 except for
0013  * different CPU frequencies, Adreno
0014  * 509 instead of 512 and lack of
0015  * turing IP. These differences will
0016  * be addressed when the aforementioned
0017  * peripherals will be enabled upstream.
0018  */
0019 
0020 &adreno_gpu {
0021         compatible = "qcom,adreno-509.0", "qcom,adreno";
0022         /* Adreno 509 shares the frequency table with 512 */
0023 };