diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-12-26 20:59:45 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-12-27 03:52:39 +0100 |
commit | 84a82ef70e1eb2a7a90bc19eed27cb27a8e4c54c (patch) | |
tree | 85f573cdb9a492720dff17fa24634a3ba92452fe /arch/arm/boot/dts/imx7s.dtsi | |
parent | ARM: dts: imx51-zii-rdu1: Add missing #phy-cells to usb-nop-xceiv (diff) | |
download | linux-84a82ef70e1eb2a7a90bc19eed27cb27a8e4c54c.tar.xz linux-84a82ef70e1eb2a7a90bc19eed27cb27a8e4c54c.zip |
ARM: dts: imx7s: Avoid using label in unit address and reg
As recommended by Rob Herring [1] labels should not be used in unit address
and reg, so use its real value directly instead.
[1] https://www.spinics.net/lists/devicetree/msg206567.html
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7s.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7s.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi index 2ceb37d892d7..9aa2bb998552 100644 --- a/arch/arm/boot/dts/imx7s.dtsi +++ b/arch/arm/boot/dts/imx7s.dtsi @@ -600,9 +600,9 @@ #address-cells = <1>; #size-cells = <0>; - pgc_pcie_phy: pgc-power-domain@IMX7_POWER_DOMAIN_PCIE_PHY { + pgc_pcie_phy: pgc-power-domain@1 { #power-domain-cells = <0>; - reg = <IMX7_POWER_DOMAIN_PCIE_PHY>; + reg = <1>; power-supply = <®_1p0d>; }; }; |