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

Commit 4e3a50ce authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: qcom: Add slew base table for lito v2"

parents 0c04f12c e1ee9f79
Loading
Loading
Loading
Loading
+4 −13
Original line number Diff line number Diff line
@@ -49,20 +49,11 @@ Following properties are for LPI GPIO controller device main node.
		    position in bits in the slew register base for slew
		    settings.

- #qcom,tx_data3_enabled:
- #qcom,lpi-slew-base-tbl:
	Usage: optional
	Value type: <u32>
	Definition: Check if gpio is present for swr tx3 line.

- #qcom,tx_data3_addr:
	Usage: optional
	Value type: <u32>
	Definition: Used to define address for tx data3 slew rate gpio.

- #qcom,swr_tx_data3_val:
	Usage: optional
	Value type: <u32>
	Definition: Used to enable tx data3 slew rate if present.
	Value type: <u32-array>
	Definition: Table points to physical address for corresponding
		    slew registers.

Please refer to ../gpio/gpio.txt for general description of GPIO bindings.

+1 −6
Original line number Diff line number Diff line
@@ -2,15 +2,10 @@

#include "lito-v2.dtsi"
#include "lito-atp.dtsi"
#include "lito-v2-audio.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. Lito ATP";
	compatible = "qcom,lito-atp", "qcom,lito", "qcom,atp";
	qcom,board-id = <33 0>;
};

&lpi_tlmm {
	qcom,tx_data3_enabled = <1>;
	qcom,tx_data3_addr = <0x0355C000>;
	qcom,swr_tx_data3_val = <0x3>;
};
+11 −0
Original line number Diff line number Diff line

&lpi_tlmm {
	qcom,lpi-slew-base-tbl = <0x00000000>, <0x00000000>,
				 <0x00000000>, <0x00000000>,
				 <0x00000000>, <0x00000000>,
				 <0x00000000>, <0x00000000>,
				 <0x00000000>, <0x00000000>,
				 <0x00000000>, <0x00000000>,
				 <0x00000000>, <0x00000000>,
				 <0x0355C000>;
};
+1 −6
Original line number Diff line number Diff line
@@ -2,15 +2,10 @@

#include "lito-v2.dtsi"
#include "lito-cdp.dtsi"
#include "lito-v2-audio.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. Lito CDP";
	compatible = "qcom,lito-cdp", "qcom,lito", "qcom,cdp";
	qcom,board-id = <1 0>;
};

&lpi_tlmm {
	qcom,tx_data3_enabled = <1>;
	qcom,tx_data3_addr = <0x0355C000>;
	qcom,swr_tx_data3_val = <0x3>;
};
+1 −6
Original line number Diff line number Diff line
@@ -2,15 +2,10 @@

#include "lito-v2.dtsi"
#include "lito-mtp.dtsi"
#include "lito-v2-audio.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. Lito MTP";
	compatible = "qcom,lito-mtp", "qcom,lito", "qcom,mtp";
	qcom,board-id = <8 0>;
};

&lpi_tlmm {
	qcom,tx_data3_enabled = <1>;
	qcom,tx_data3_addr = <0x0355C000>;
	qcom,swr_tx_data3_val = <0x3>;
};
Loading