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

Commit bf15cc4c authored by Kumar Gala's avatar Kumar Gala
Browse files

msm: fsm_bbif: Rename "qti" device tree prefix back to "qcom"



Rename properties and compatible strings to return to the old
naming convention.

Change-Id: Ife01b1f74f782804337eaefd11a8be0fb88436fb
Signed-off-by: default avatarKumar Gala <galak@codeaurora.org>
parent 954aad4d
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -3,14 +3,14 @@ QTI Base Band InterFace (BBIF)
This is a platform driver for accessing the DAC/ADCs in FSM9900.
This is a platform driver for accessing the DAC/ADCs in FSM9900.


Required properties:
Required properties:
-compatible: should be "qti,bbif"
-compatible: should be "qcom,bbif"
-reg: specifies the base address of bbif registers.
-reg: specifies the base address of bbif registers.
vdd-lbbrx-supply: regulator used to control low voltage of Base Band RX.
vdd-lbbrx-supply: regulator used to control low voltage of Base Band RX.
vdd-hbbrx-supply: regulator used to control high voltage of Base Band RX.
vdd-hbbrx-supply: regulator used to control high voltage of Base Band RX.


Example:
Example:
	qti,bbif@fd300000 {
	qcom,bbif@fd300000 {
		compatible = "qti,bbif";
		compatible = "qcom,bbif";
		reg = <0xfd300000 0x10000>;
		reg = <0xfd300000 0x10000>;
		vdd-lbbrx-supply = <&pma8084_l4>;
		vdd-lbbrx-supply = <&pma8084_l4>;
		vdd-hbbrx-supply = <&pma8084_l14>;
		vdd-hbbrx-supply = <&pma8084_l14>;
+2 −2
Original line number Original line Diff line number Diff line
@@ -769,8 +769,8 @@
			< 1958400000 950000 569 >;
			< 1958400000 950000 569 >;
	};
	};


	qti,bbif@fd300000 {
	qcom,bbif@fd300000 {
		compatible = "qti,bbif";
		compatible = "qcom,bbif";
		reg = <0xfd300000 0x10000>;
		reg = <0xfd300000 0x10000>;
		vdd-lbbrx-supply = <&pma8084_l4>;
		vdd-lbbrx-supply = <&pma8084_l4>;
		vdd-hbbrx-supply = <&pma8084_l14>;
		vdd-hbbrx-supply = <&pma8084_l14>;
+1 −1
Original line number Original line Diff line number Diff line
@@ -416,7 +416,7 @@ static int bbif_remove(struct platform_device *pdev)
}
}


static struct of_device_id bbif_match_table[] = {
static struct of_device_id bbif_match_table[] = {
	{ .compatible = "qti,bbif" },
	{ .compatible = "qcom,bbif" },
	{}
	{}
};
};
MODULE_DEVICE_TABLE(of, bbif_match_table);
MODULE_DEVICE_TABLE(of, bbif_match_table);