Re: [PATCH 10/13] ARM: dts: qcom: add sic non secure node for ipq8064

From: Krzysztof Kozlowski
Date: Wed Jul 06 2022 - 04:39:43 EST


On 05/07/2022 15:39, Christian Marangi wrote:
> Add missing sic non secure node for ipq8064.
>
> Signed-off-by: Christian Marangi <ansuelsmth@xxxxxxxxx>
> Tested-by: Jonathan McDowell <noodles@xxxxxxxx>
> ---
> arch/arm/boot/dts/qcom-ipq8064.dtsi | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/qcom-ipq8064.dtsi b/arch/arm/boot/dts/qcom-ipq8064.dtsi
> index 98527a7d885e..ef8faee6dfd4 100644
> --- a/arch/arm/boot/dts/qcom-ipq8064.dtsi
> +++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi
> @@ -543,6 +543,11 @@ saw1: regulator@2099000 {
> regulator;
> };
>
> + sic_non_secure: sic-non-secure@12100000 {
> + compatible = "syscon";

syscon alone is not allowed

> + reg = <0x12100000 0x10000>;
> + };
> +
> gsbi2: gsbi@12480000 {
> compatible = "qcom,gsbi-v1.0.0";
> cell-index = <2>;


Best regards,
Krzysztof