diff mbox series

[v1,3/3] arm64: dts: qcom: sc7280: Update eud compatible string

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

Commit Message

Melody Olvera Aug. 7, 2024, 6:32 p.m. UTC
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(-)

Comments

Krzysztof Kozlowski Aug. 8, 2024, 11:03 a.m. UTC | #1
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
Melody Olvera Aug. 13, 2024, 8:05 p.m. UTC | #2
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 mbox series

Patch

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>;