arm64: dts: rockchip: rk3588 boards: add wakeup-source for rtc hym8563

Signed-off-by: Weixin Zhou <zwx@rock-chips.com>
Change-Id: I84ff00c0089309418c884a5716db40adec48546d
This commit is contained in:
Weixin Zhou
2022-01-06 19:45:38 +08:00
committed by Tao Huang
parent eb98d6c9f9
commit e0a08d9c40
11 changed files with 11 additions and 0 deletions

View File

@@ -440,6 +440,7 @@
pinctrl-0 = <&hym8563_int>;
interrupt-parent = <&gpio0>;
interrupts = <RK_PD4 IRQ_TYPE_LEVEL_LOW>;
wakeup-source;
};
};

View File

@@ -299,6 +299,7 @@
pinctrl-0 = <&hym8563_int>;
interrupt-parent = <&gpio0>;
interrupts = <RK_PC4 IRQ_TYPE_LEVEL_LOW>;
wakeup-source;
};
};

View File

@@ -954,6 +954,7 @@
pinctrl-0 = <&hym8563_int>;
interrupt-parent = <&gpio0>;
interrupts = <RK_PD4 IRQ_TYPE_LEVEL_LOW>;
wakeup-source;
};
};

View File

@@ -326,6 +326,7 @@
pinctrl-0 = <&hym8563_int>;
interrupt-parent = <&gpio0>;
interrupts = <RK_PD4 IRQ_TYPE_LEVEL_LOW>;
wakeup-source;
};
};

View File

@@ -330,6 +330,7 @@
interrupt-parent = <&gpio0>;
interrupts = <RK_PB2 IRQ_TYPE_LEVEL_LOW>;
wakeup-source;
};
};

View File

@@ -416,6 +416,7 @@
pinctrl-0 = <&hym8563_int>;
interrupt-parent = <&gpio0>;
interrupts = <RK_PC4 IRQ_TYPE_LEVEL_LOW>;
wakeup-source;
};
};

View File

@@ -744,6 +744,7 @@
pinctrl-0 = <&hym8563_int>;
interrupt-parent = <&gpio0>;
interrupts = <RK_PC4 IRQ_TYPE_LEVEL_LOW>;
wakeup-source;
};
};

View File

@@ -126,6 +126,7 @@
pinctrl-0 = <&hym8563_int>;
interrupt-parent = <&gpio0>;
interrupts = <RK_PD4 IRQ_TYPE_LEVEL_LOW>;
wakeup-source;
};
};

View File

@@ -564,6 +564,7 @@
pinctrl-0 = <&hym8563_int>;
interrupt-parent = <&gpio0>;
interrupts = <RK_PB0 IRQ_TYPE_LEVEL_LOW>;
wakeup-source;
status = "okay";
};
};

View File

@@ -1266,6 +1266,7 @@
pinctrl-0 = <&hym8563_int>;
interrupt-parent = <&gpio0>;
interrupts = <RK_PB0 IRQ_TYPE_LEVEL_LOW>;
wakeup-source;
status = "okay";
};
};

View File

@@ -342,6 +342,7 @@
interrupt-parent = <&gpio0>;
interrupts = <RK_PC4 IRQ_TYPE_LEVEL_LOW>;
wakeup-source;
};
cw2015@62 {