Add compatible for SDX55 TCSR block.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
index 2eeebe920e6e..c29e1127685e 100644
--- a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
+++ b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
@@ -25,6 +25,7 @@ properties:
- qcom,sc8280xp-tcsr
- qcom,sdm630-tcsr
- qcom,sdm845-tcsr
+ - qcom,sdx55-tcsr
- qcom,sm8150-tcsr
- qcom,tcsr-apq8064
- qcom,tcsr-apq8084
--
2.34.1
syscon should not be used alone as compatible.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
arch/arm/boot/dts/qcom-sdx55.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/qcom-sdx55.dtsi b/arch/arm/boot/dts/qcom-sdx55.dtsi
index df7303c5c843..72de632b5265 100644
--- a/arch/arm/boot/dts/qcom-sdx55.dtsi
+++ b/arch/arm/boot/dts/qcom-sdx55.dtsi
@@ -385,7 +385,7 @@ tcsr_mutex: hwlock@1f40000 {
};
tcsr: syscon@1fcb000 {
- compatible = "syscon";
+ compatible = "qcom,sdx55-tcsr", "syscon";
reg = <0x01fc0000 0x1000>;
};
--
2.34.1
On 6.03.2023 08:26, Krzysztof Kozlowski wrote:
> syscon should not be used alone as compatible.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
Reviewed-by: Konrad Dybcio <[email protected]>
Konrad
> arch/arm/boot/dts/qcom-sdx55.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/qcom-sdx55.dtsi b/arch/arm/boot/dts/qcom-sdx55.dtsi
> index df7303c5c843..72de632b5265 100644
> --- a/arch/arm/boot/dts/qcom-sdx55.dtsi
> +++ b/arch/arm/boot/dts/qcom-sdx55.dtsi
> @@ -385,7 +385,7 @@ tcsr_mutex: hwlock@1f40000 {
> };
>
> tcsr: syscon@1fcb000 {
> - compatible = "syscon";
> + compatible = "qcom,sdx55-tcsr", "syscon";
> reg = <0x01fc0000 0x1000>;
> };
>
On Mon, 06 Mar 2023 08:26:17 +0100, Krzysztof Kozlowski wrote:
> Add compatible for SDX55 TCSR block.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
> Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
Acked-by: Rob Herring <[email protected]>
On Mon, 06 Mar 2023, Krzysztof Kozlowski wrote:
> Add compatible for SDX55 TCSR block.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
> Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 +
> 1 file changed, 1 insertion(+)
Applied, thanks
--
Lee Jones [李琼斯]
On Mon, 6 Mar 2023 08:26:17 +0100, Krzysztof Kozlowski wrote:
> Add compatible for SDX55 TCSR block.
>
>
Applied, thanks!
[2/2] ARM: dts: qcom: sdx55: add dedicated SDX55 TCSR compatible
commit: 424a4e5273bfc16b6974faff50f0d24c1df0c76e
Best regards,
--
Bjorn Andersson <[email protected]>