arm64: dts: imx8mq-pico-pi: Fix PMIC properties
authorFabio Estevam <festevam@denx.de>
Tue, 5 Sep 2023 14:08:04 +0000 (11:08 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 25 Sep 2023 00:38:40 +0000 (08:38 +0800)
Pass the required '#clock-cells' property and remove the invalid
'interrupt-names' property to fix the following schema warnings:

imx8mq-pico-pi.dtb: pmic@4b: '#clock-cells' is a required property
from schema $id: http://devicetree.org/schemas/mfd/rohm,bd71837-pmic.yaml#
imx8mq-pico-pi.dtb: pmic@4b: 'interrupt-names' does not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/mfd/rohm,bd71837-pmic.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq-pico-pi.dts

index 89cbec5..ec89b5a 100644 (file)
                compatible = "rohm,bd71837";
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_pmic>;
+               #clock-cells = <0>;
                clocks = <&pmic_osc>;
                clock-names = "osc";
                clock-output-names = "pmic_clk";
                interrupt-parent = <&gpio1>;
                interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
-               interrupt-names = "irq";
 
                regulators {
                        buck1: BUCK1 {