Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84a82ef7 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo
Browse files

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: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent d745d5f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = <&reg_1p0d>;
					};
				};