Skip to content

Commit

Permalink
arm: dts: imx8qxp: fix build warining
Browse files Browse the repository at this point in the history
Fix below build warning.

arch/arm/dts/fsl-imx8qxp-mek.dtb: Warning (avoid_unnecessary_addr_size):
/regulators: unnecessary #address-cells/#size-cells without "ranges"
or child "reg" property

Signed-off-by: Peng Fan <[email protected]>
  • Loading branch information
MrVan authored and sbabic committed Oct 25, 2018
1 parent d796115 commit 3c28576
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/dts/fsl-imx8qxp-mek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

regulators {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <0>;

reg_usdhc2_vmmc: usdhc2-vmmc {
compatible = "regulator-fixed";
Expand Down

0 comments on commit 3c28576

Please sign in to comment.