Commit 6739f57d authored by Christian Marangi's avatar Christian Marangi Committed by Bjorn Andersson
Browse files

ARM: dts: qcom: ipq8064: move reg-less nodes outside soc node



Move node that doesn't have a reg outside the soc node as it should only
contain reg nodes.
No changes intended.

Signed-off-by: default avatarChristian Marangi <ansuelsmth@gmail.com>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230117224417.7530-1-ansuelsmth@gmail.com
parent a91dca40
Loading
Loading
Loading
Loading
+14 −14
Original line number Diff line number Diff line
@@ -326,12 +326,6 @@ scm {
		};
	};

	soc: soc {
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;
		compatible = "simple-bus";

	stmmac_axi_setup: stmmac-axi-config {
		snps,wr_osr_lmt = <7>;
		snps,rd_osr_lmt = <7>;
@@ -346,6 +340,12 @@ vsdcc_fixed: vsdcc-regulator {
		regulator-always-on;
	};

	soc: soc {
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;
		compatible = "simple-bus";

		rpm: rpm@108000 {
			compatible = "qcom,rpm-ipq8064";
			reg = <0x00108000 0x1000>;