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

Commit b300d689 authored by Srinivas Ramana's avatar Srinivas Ramana
Browse files

ARM: dts: msm: use labels for UART devices in 8092



Use labels and alias node for the UART devices to have
common node across platforms. Remove uart1 in blsp2 as
its not used in sim platform.

Change-Id: Ibe800324da4f4fec0d5ebfa77e5e4e20790aa184
Signed-off-by: default avatarSrinivas Ramana <sramana@codeaurora.org>
parent 179b553f
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -22,7 +22,4 @@
};
};


&soc {
&soc {
	serial@f9922000 {
		status = "ok";
	};
};
};
+5 −0
Original line number Original line Diff line number Diff line
@@ -12,6 +12,7 @@


/ {
/ {
	aliases {
	aliases {
		serial0 = &blsp1_uart5;
		spi0 = &spi_0;
		spi0 = &spi_0;
	};
	};
};
};
@@ -130,6 +131,10 @@
	};
	};
};
};


&blsp1_uart5 {
	status = "ok";
};

&gdsc_venus {
&gdsc_venus {
        status = "disabled";
        status = "disabled";
};
};
+7 −6
Original line number Original line Diff line number Diff line
@@ -18,17 +18,18 @@
	model = "Qualcomm MPQ8092 Simulator";
	model = "Qualcomm MPQ8092 Simulator";
	compatible = "qcom,mpq8092-sim", "qcom,mpq8092", "qcom,sim";
	compatible = "qcom,mpq8092-sim", "qcom,mpq8092", "qcom,sim";
	qcom,board-id = <16 0>;
	qcom,board-id = <16 0>;

	aliases {
		serial0 = &blsp1_uart2;
	};
};
};


&soc {
&soc {
	serial@f991f000 {
		status = "ok";
};
};


	serial@f995e000 {
&blsp1_uart2 {
	status = "ok";
	status = "ok";
};
};
};


&sdcc1 {
&sdcc1 {
	vdd-supply = <&pma8084_l20>;
	vdd-supply = <&pma8084_l20>;
+2 −9
Original line number Original line Diff line number Diff line
@@ -147,27 +147,20 @@
		qcom,master-id = <86>;
		qcom,master-id = <86>;
	};
	};


	serial@f991f000 {
	blsp1_uart2: serial@f991f000 {
		compatible = "qcom,msm-lsuart-v14";
		compatible = "qcom,msm-lsuart-v14";
		reg = <0xf991f000 0x1000>;
		reg = <0xf991f000 0x1000>;
		interrupts = <0 109 0>;
		interrupts = <0 109 0>;
		status = "disabled";
		status = "disabled";
	};
	};


	serial@f9922000 {
	blsp1_uart5: serial@f9922000 {
		compatible = "qcom,msm-lsuart-v14";
		compatible = "qcom,msm-lsuart-v14";
		reg = <0xf9922000 0x1000>;
		reg = <0xf9922000 0x1000>;
		interrupts = <0 112 0>;
		interrupts = <0 112 0>;
		status = "disabled";
		status = "disabled";
	};
	};


	serial@f995e000 {
		compatible = "qcom,msm-lsuart-v14";
		reg = <0xf995e000 0x1000>;
		interrupts = <0 114 0>;
		status = "disabled";
	};

	qcom,msm-imem@fe805000 {
	qcom,msm-imem@fe805000 {
                compatible = "qcom,msm-imem";
                compatible = "qcom,msm-imem";
                reg = <0xfe805000 0x1000>; /* Address and size of IMEM */
                reg = <0xfe805000 0x1000>; /* Address and size of IMEM */