From fad85a74d216ee7fe72ee072a83aeaa6928dd0bd Mon Sep 17 00:00:00 2001 From: David Wu Date: Wed, 27 Apr 2022 21:13:11 +0800 Subject: [PATCH] ARM: dts: rockchip: rv1106: Add status "okay" property at queue for gmac The queue nodes will be deleted, the driver cannot get it, add status "okay" attributes to avoid deletion. Signed-off-by: David Wu Change-Id: Ia0a62d14b3a769e6cc3a631389a54c1190d9d6e2 --- arch/arm/boot/dts/rv1106.dtsi | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/rv1106.dtsi b/arch/arm/boot/dts/rv1106.dtsi index 9c32d78aa4a6..63ca3103c32b 100644 --- a/arch/arm/boot/dts/rv1106.dtsi +++ b/arch/arm/boot/dts/rv1106.dtsi @@ -1203,12 +1203,16 @@ mtl_rx_setup: rx-queues-config { snps,rx-queues-to-use = <1>; - queue0 {}; + queue0 { + status = "okay"; + }; }; mtl_tx_setup: tx-queues-config { snps,tx-queues-to-use = <1>; - queue0 {}; + queue0 { + status = "okay"; + }; }; };