diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-05-03 15:57:31 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-06-06 10:17:16 +0200 |
commit | 298701ec045867d0cfdda21d407a0ead829c3d36 (patch) | |
tree | 830540f7c54400eae48589a73cbe3b0ebec92c8c /arch/arm/boot/dts/imx7d.dtsi | |
parent | ARM: dts: imx6sl: add clocks property for ocotp node (diff) | |
download | linux-298701ec045867d0cfdda21d407a0ead829c3d36.tar.xz linux-298701ec045867d0cfdda21d407a0ead829c3d36.zip |
ARM: dts: imx: Remove unneeded unit-addresses
Building with W=1 option leads to several warnings like:
Warning (unit_address_vs_reg): Node /soc/aips-bus@02000000/anatop@020c8000/regulator-1p1@110 has a unit name, but no reg property
Fix them by removing the unneeded unit-addresses.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7d.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7d.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7d.dtsi b/arch/arm/boot/dts/imx7d.dtsi index 6b3faa298417..d70d55da84f4 100644 --- a/arch/arm/boot/dts/imx7d.dtsi +++ b/arch/arm/boot/dts/imx7d.dtsi @@ -522,7 +522,7 @@ interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>; - reg_1p0d: regulator-vdd1p0d@210 { + reg_1p0d: regulator-vdd1p0d { compatible = "fsl,anatop-regulator"; regulator-name = "vdd1p0d"; regulator-min-microvolt = <800000>; |