ARM: dts: imx7ulp: add address/size-cells to OCOTP
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 6 May 2023 06:42:55 +0000 (08:42 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 15 May 2023 00:58:21 +0000 (08:58 +0800)
The OCOTP node should have address/size-cells so the cells can have unit
address:

  imx7ulp-evk.dtb: efuse@410a6000: '#address-cells' is a required property
  imx7ulp-evk.dtb: efuse@410a6000: '#size-cells' is a required property

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7ulp.dtsi

index f91bf71..b01ddda 100644 (file)
                        compatible = "fsl,imx7ulp-ocotp", "syscon";
                        reg = <0x410a6000 0x4000>;
                        clocks = <&scg1 IMX7ULP_CLK_DUMMY>;
+                       #address-cells = <1>;
+                       #size-cells = <1>;
                };
        };
 };