From: Krzysztof Kozlowski Date: Sat, 6 May 2023 06:42:55 +0000 (+0200) Subject: ARM: dts: imx7ulp: add address/size-cells to OCOTP X-Git-Tag: v6.5-rc1~142^2~22^2~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6de27598cf30bf0956731a3853b2def9fe22d8c5;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: imx7ulp: add address/size-cells to OCOTP 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 Reviewed-by: Peng Fan Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx7ulp.dtsi b/arch/arm/boot/dts/imx7ulp.dtsi index f91bf719d4e2f..b01ddda7bd9e2 100644 --- a/arch/arm/boot/dts/imx7ulp.dtsi +++ b/arch/arm/boot/dts/imx7ulp.dtsi @@ -459,6 +459,8 @@ compatible = "fsl,imx7ulp-ocotp", "syscon"; reg = <0x410a6000 0x4000>; clocks = <&scg1 IMX7ULP_CLK_DUMMY>; + #address-cells = <1>; + #size-cells = <1>; }; }; };