From f575addc1dfac22e8783f6ec0ac4425dbd2275a6 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Thu, 9 May 2024 16:48:49 +0800 Subject: [PATCH] uboot-rockchip: photonicat: move pcat-wdt node to uboot's dts Signed-off-by: Tianling Shen --- .../src/arch/arm/dts/rk3568-photonicat-u-boot.dtsi | 6 ++++++ .../uboot-rockchip/src/arch/arm/dts/rk3568-photonicat.dts | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package/boot/uboot-rockchip/src/arch/arm/dts/rk3568-photonicat-u-boot.dtsi b/package/boot/uboot-rockchip/src/arch/arm/dts/rk3568-photonicat-u-boot.dtsi index c43b03fe70..2df97d1c5a 100644 --- a/package/boot/uboot-rockchip/src/arch/arm/dts/rk3568-photonicat-u-boot.dtsi +++ b/package/boot/uboot-rockchip/src/arch/arm/dts/rk3568-photonicat-u-boot.dtsi @@ -6,6 +6,12 @@ chosen { stdout-path = &uart2; }; + + pcat-wdt { + compatible = "linux,wdt-pcat"; + port = <&uart4>; + status = "okay"; + }; }; &gpio0 { diff --git a/package/boot/uboot-rockchip/src/arch/arm/dts/rk3568-photonicat.dts b/package/boot/uboot-rockchip/src/arch/arm/dts/rk3568-photonicat.dts index f9f3788811..0e89bc535f 100644 --- a/package/boot/uboot-rockchip/src/arch/arm/dts/rk3568-photonicat.dts +++ b/package/boot/uboot-rockchip/src/arch/arm/dts/rk3568-photonicat.dts @@ -47,12 +47,6 @@ shutdown-gpios = <&gpio4 RK_PC4 GPIO_ACTIVE_HIGH>; }; - pcat-wdt { - compatible = "linux,wdt-pcat"; - port = <&uart4>; - status = "okay"; - }; - sdio_pwrseq: sdio-pwrseq { compatible = "mmc-pwrseq-simple"; clocks = <&pmucru CLK_RTC_32K>;