Message ID | 20240807183205.803847-4-quic_molvera@quicinc.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add compatibles for different eud access modes | expand |
On 07/08/2024 20:32, Melody Olvera wrote:
> Update eud compatible string to reflect use of non-secure eud.
This does not match diff at all. You say here something but do something
entirely else. Sorry, that's a NAK.
Best regards,
Krzysztof
On 8/8/2024 4:03 AM, Krzysztof Kozlowski wrote: > On 07/08/2024 20:32, Melody Olvera wrote: >> Update eud compatible string to reflect use of non-secure eud. > This does not match diff at all. You say here something but do something > entirely else. Sorry, that's a NAK. Will drop this patch. > Best regards, > Krzysztof >
diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi index 3d8410683402..f4b120043036 100644 --- a/arch/arm64/boot/dts/qcom/sc7280.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi @@ -4018,7 +4018,7 @@ system-cache-controller@9200000 { }; eud: eud@88e0000 { - compatible = "qcom,sc7280-eud", "qcom,eud"; + compatible = "qcom,eud"; reg = <0 0x88e0000 0 0x2000>, <0 0x88e2000 0 0x1000>; interrupts-extended = <&pdc 11 IRQ_TYPE_LEVEL_HIGH>;
Update eud compatible string to reflect use of non-secure eud. Signed-off-by: Melody Olvera <quic_molvera@quicinc.com> --- arch/arm64/boot/dts/qcom/sc7280.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)