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

Melody Olvera posted 3 patches 1 year, 6 months ago
[PATCH v1 3/3] arm64: dts: qcom: sc7280: Update eud compatible string
Posted by Melody Olvera 1 year, 6 months ago
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(-)

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>;
-- 
2.45.2
Re: [PATCH v1 3/3] arm64: dts: qcom: sc7280: Update eud compatible string
Posted by Krzysztof Kozlowski 1 year, 6 months ago
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
Re: [PATCH v1 3/3] arm64: dts: qcom: sc7280: Update eud compatible string
Posted by Melody Olvera 1 year, 5 months ago

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
>