diff options
| author | Fabio Estevam <[email protected]> | 2023-09-26 09:29:53 -0300 |
|---|---|---|
| committer | Shawn Guo <[email protected]> | 2023-10-10 10:52:50 +0800 |
| commit | 70eb14afc7b71587f377becba8f916cfb92a4a0e (patch) | |
| tree | e8b4821974031a444d83a1a046c6ed0debb210da | |
| parent | 0a1a63d7bbae8d30080993c4c8d851ec2ddd5cd1 (diff) | |
arm64: dts: imx8dxl: Remove wakeup-irq
wakeup-irq is not documented, and not used anywhere.
Remove it.
Signed-off-by: Fabio Estevam <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi index 19aa89ea442a..c166ffebe438 100644 --- a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi @@ -124,8 +124,6 @@ pd: power-controller { compatible = "fsl,imx8dl-scu-pd", "fsl,scu-pd"; #power-domain-cells = <1>; - wakeup-irq = <160 163 235 236 237 228 229 230 231 238 - 239 240 166 169>; }; clk: clock-controller { |