This series adds CPU, SoC and board compatible support for SM4450.
Signed-off-by: Tengfei Fan <[email protected]>
---
v1 -> v2:
- use hypens replace of underscores in node name
- add empty lines before child nodes
- drop SCM node
- document qcom,sm4450-pdc compatible
- drop clock-frequecny
- align vertically
- add reg after conmpatible, then ranges follow
- update core compatible to standard ARM core name
- add dcc related parameters in bootargs node
- keep patch code have reasonable sort
- drop unnecessary copyright
- separate bindings to a single patch
previous discussion here:
[1] https://lore.kernel.org/linux-arm-msm/[email protected]/
Tengfei Fan (6):
dt-bindings: qcom,pdc: add qcom,sm4450-pdc compatible
dt-bindings: arm: qcom: Document SM4450 SoC and boards
arm64: dts: qcom: Adds base SM4450 DTSI
arm64: dts: qcom: Add base SM4450 QRD DTS
dt-bindings: arm: qcom,ids: add SoC ID for SM4450
soc: qcom: socinfo: add SM4450 ID
.../devicetree/bindings/arm/qcom.yaml | 6 +
.../interrupt-controller/qcom,pdc.yaml | 1 +
arch/arm64/boot/dts/qcom/Makefile | 1 +
arch/arm64/boot/dts/qcom/sm4450-qrd.dts | 18 +
arch/arm64/boot/dts/qcom/sm4450.dtsi | 431 ++++++++++++++++++
drivers/soc/qcom/socinfo.c | 1 +
include/dt-bindings/arm/qcom,ids.h | 1 +
7 files changed, 459 insertions(+)
create mode 100644 arch/arm64/boot/dts/qcom/sm4450-qrd.dts
create mode 100644 arch/arm64/boot/dts/qcom/sm4450.dtsi
base-commit: ccff6d117d8dc8d8d86e8695a75e5f8b01e573bf
--
2.17.1
Add the ID for the Qualcomm SM4450 SoC.
Signed-off-by: Tengfei Fan <[email protected]>
---
include/dt-bindings/arm/qcom,ids.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h
index bcbe9ee2cdaf..72dccbc7a777 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -250,6 +250,7 @@
#define QCOM_ID_QRU1000 539
#define QCOM_ID_QDU1000 545
#define QCOM_ID_QDU1010 587
+#define QCOM_ID_SM4450 568
#define QCOM_ID_IPQ5019 569
#define QCOM_ID_QRU1032 588
#define QCOM_ID_QRU1052 589
--
2.17.1
在 7/27/2023 2:57 PM, Krzysztof Kozlowski 写道:
> On 27/07/2023 04:35, Tengfei Fan wrote:
>> Add the ID for the Qualcomm SM4450 SoC.
>>
>> Signed-off-by: Tengfei Fan <[email protected]>
>> ---
>> include/dt-bindings/arm/qcom,ids.h | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h
>> index bcbe9ee2cdaf..72dccbc7a777 100644
>> --- a/include/dt-bindings/arm/qcom,ids.h
>> +++ b/include/dt-bindings/arm/qcom,ids.h
>> @@ -250,6 +250,7 @@
>> #define QCOM_ID_QRU1000 539
>> #define QCOM_ID_QDU1000 545
>> #define QCOM_ID_QDU1010 587
>> +#define QCOM_ID_SM4450 568
>
> Does not look correctly placed.
sure, will update place.
Due to this below have "#define QCOM_ID_IPQ5019 569", so
placed this location, next will update the place of QCOM_ID_IPQ5019 and
QCOM_ID_SM4450.
>
> Best regards,
> Krzysztof
>
--
Thx and BRs,
Tengfei Fan
On 27/07/2023 04:35, Tengfei Fan wrote:
> Add the ID for the Qualcomm SM4450 SoC.
>
> Signed-off-by: Tengfei Fan <[email protected]>
> ---
> include/dt-bindings/arm/qcom,ids.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h
> index bcbe9ee2cdaf..72dccbc7a777 100644
> --- a/include/dt-bindings/arm/qcom,ids.h
> +++ b/include/dt-bindings/arm/qcom,ids.h
> @@ -250,6 +250,7 @@
> #define QCOM_ID_QRU1000 539
> #define QCOM_ID_QDU1000 545
> #define QCOM_ID_QDU1010 587
> +#define QCOM_ID_SM4450 568
Does not look correctly placed.
Best regards,
Krzysztof