uboot-rockchip: photonicat: move pcat-wdt node to uboot's dts
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
chosen {
|
||||
stdout-path = &uart2;
|
||||
};
|
||||
|
||||
pcat-wdt {
|
||||
compatible = "linux,wdt-pcat";
|
||||
port = <&uart4>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&gpio0 {
|
||||
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user