Skip to content

Commit 82655f9

Browse files
Fabio EstevamShawn Guo
authored andcommitted
ARM: dts: imx7d-remarkable2: Remove unnecessary #address-cells/#size-cells
Building with W=1 leads to the following dtc warning: arch/arm/boot/dts/imx7d-remarkable2.dts:319.19-335.4: Warning (avoid_unnecessary_addr_size): /soc/bus@30800000/i2c@30a50000/pmic@62: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property Remove unnecessary #address-cells/#size-cells to fix it. Fixes: 9076cba ("ARM: dts: imx7d-remarkable2: Enable silergy,sy7636a") Signed-off-by: Fabio Estevam <[email protected]> Reviewed-by: Alistair Francis <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 02c447a commit 82655f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/arm/boot/dts/imx7d-remarkable2.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@
118118
reg = <0x62>;
119119
pinctrl-names = "default";
120120
pinctrl-0 = <&pinctrl_epdpmic>;
121-
#address-cells = <1>;
122-
#size-cells = <0>;
123121
#thermal-sensor-cells = <0>;
124122
epd-pwr-good-gpios = <&gpio6 21 GPIO_ACTIVE_HIGH>;
125123

0 commit comments

Comments
 (0)