ARM: dts: imx6: add interrupt-cells for dlg,da9063 pmic

Add interrupt-cells for pmic to fix below CHECK_DTBS warnings:
arm/boot/dts/nxp/imx/imx6dl-emcon-avari.dtb: pmic@58 (dlg,da9063): 'interrupt-controller' is a required property
        from schema $id: http://devicetree.org/schemas/mfd/dlg,da9063.yaml

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Frank Li 2025-09-03 16:19:57 -04:00 committed by Shawn Guo
parent 5a5d4c5cc5
commit 220ee5c4c8
3 changed files with 6 additions and 0 deletions

View File

@ -222,6 +222,8 @@ pmic@58 {
pinctrl-0 = <&pinctrl_pmic>;
interrupt-parent = <&gpio7>;
interrupts = <13 IRQ_TYPE_LEVEL_LOW>;
interrupt-controller;
#interrupt-cells = <2>;
onkey {
compatible = "dlg,da9063-onkey";

View File

@ -114,6 +114,8 @@ pmic@58 {
reg = <0x58>;
interrupt-parent = <&gpio1>;
interrupts = <04 0x8>;
#interrupt-cells = <2>;
interrupt-controller;
regulators {
bcore1 {

View File

@ -225,6 +225,8 @@ da9063: pmic@58 {
pinctrl-0 = <&pinctrl_pmic>;
interrupt-parent = <&gpio2>;
interrupts = <8 IRQ_TYPE_LEVEL_LOW>;
interrupt-controller;
#interrupt-cells = <2>;
onkey {
compatible = "dlg,da9063-onkey";