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

Commit ba85ba2c authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge 1e289842 on remote branch

Change-Id: I8e8dfdd070d9f8cc6867c5b0b903e34fba134938
parents 76b5e2ce 1e289842
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -114,6 +114,8 @@ memory allocation over a PCIe bridge
				collection upon system crash
- qcom,skip-ieob-mask-wa: Boolean context flag to indicate ieob mask workaround
				supported or not.
- qcom,use-gsi-ipa-fw: string to indicate which GSI firmware file to use.
- qcom,use-uc-ipa-fw: string to indicate which uC firmware file to use.

Optional properties:
-qcom,ipa-pipe-mem: Specifies the base physical address and the
+3 −0
Original line number Diff line number Diff line
@@ -100,6 +100,9 @@ Required properties:
			 required to be configured to receive interrupts
			 in BCL block of WSA macro

Optional properties:
 - qcom,disable-div2-clk-switch: u32 int to disable clock switch for rx master.

Example:

&bolero {
+2 −0
Original line number Diff line number Diff line
@@ -38,7 +38,9 @@ Optional properties:
			  always 2.7-3.6V.
- vcc-max-microamp      : specifies max. load that can be drawn from vcc supply
- vccq-max-microamp     : specifies max. load that can be drawn from vccq supply
- vccq-min-microamp     : specifies min. load that can be drawn from vccq supply
- vccq2-max-microamp    : specifies max. load that can be drawn from vccq2 supply
- vccq2-min-microamp    : specifies min. load that can be drawn from vccq2 supply
- <name>-fixed-regulator : boolean property specifying that <name>-supply is a fixed regulator

- clocks                : List of phandle and clock specifier pairs
+3 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ dtbo-$(CONFIG_ARCH_LITO) += lito-rumi-overlay.dtbo \
                lito-v2-cdp-overlay.dtbo \
                lito-atp-overlay.dtbo \
                lito-v2-atp-overlay.dtbo \
                lito-v2-atp-lcd-overlay.dtbo \
                lito-qrd-overlay.dtbo \
                lito-v2-qrd-overlay.dtbo

@@ -62,6 +63,7 @@ lito-cdp-overlay.dtbo-base := lito.dtb
lito-v2-cdp-overlay.dtbo-base := lito-v2.dtb
lito-atp-overlay.dtbo-base := lito.dtb
lito-v2-atp-overlay.dtbo-base := lito-v2.dtb
lito-v2-atp-lcd-overlay.dtbo-base := lito-v2.dtb
lito-qrd-overlay.dtbo-base := lito.dtb
lito-v2-qrd-overlay.dtbo-base := lito-v2.dtb
else
@@ -73,6 +75,7 @@ dtb-$(CONFIG_ARCH_LITO) += lito-rumi.dtb \
                lito-v2-mtp.dtb \
                lito-v2-cdp.dtb \
                lito-v2-atp.dtb \
                lito-v2-atp-lcd.dtb \
                lito-v2-qrd.dtb
endif

+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@
				<4 LO 0x1>, <5 DSD_L 0x1>,
				<5 DSD_R 0x2>;
			qcom,swr-num-dev = <1>;
			qcom,disable-div2-clk-switch = <1>;
			qcom,swr-clock-stop-mode0 = <1>;
			wcd937x_rx_slave: wcd937x-rx-slave {
				compatible = "qcom,wcd937x-slave";
Loading