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

Commit 1a5d0307 authored by Rajesh Bharathwaj's avatar Rajesh Bharathwaj
Browse files

ARM: dts: msm: add XR smart viewer device tree files



Adding XR SmartViewer CDT based device tree files.

Change-Id: I1dd1ff4a5e90ec92666883da91f5eb46017648ec
Signed-off-by: default avatarRajesh Bharathwaj <rajeshbharathwaj@codeaurora.org>
parent 6ae0f106
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -110,6 +110,9 @@ SoCs:
- QRD1130
  compatible = "qcom,sxr1130-qrd"

- SMVWR1130
  compatible = "qcom,sxr1130-smrtvwr"

- MSM8952
  compatible = "qcom,msm8952"

@@ -217,6 +220,9 @@ Generic board variants:
- SVR device:
  compatible = "qcom,svr"

- SMVWR device:
  compatible = "qcom,xr-smrtvwr"

- HDK device:
  compatible = "qcom,hdk"

+14 −0
Original line number Diff line number Diff line
TUSB1064-MISC

TUSB1064-MISC provides a way to configure TUSB1064 part.

Required properties:
- compatible : should be "ti,tubs1064"
- reg : address of i2c of tusb1064.

Optional properties:
Example:
	tusb1064@10 {
		compatible = "ti,tusb1064";
		reg = <0x10>;
	};
+14 −0
Original line number Diff line number Diff line
VXR7200-MISC

VXR7200-MISC provides a way to configure VXR7200 part.

Required properties:
- compatible : should be "synaptics,vxr7200"
- reg : address of i2c of vxr7200.

Optional properties:
Example:
	vxr7200@39 {
		compatible = "synaptics,tvxr7200";
		reg = <0x39>;
	};
+12 −0
Original line number Diff line number Diff line
XR-SMRTVWR-MISC

XR-SMRTVWR-MISC provides a way to configure xrsmrtvwr-misc driver.

Required properties:
- compatible : should be "qcom,xr-smrtvwr-misc"

Optional properties:
Example:
	qcom,xr-smrtvwr-misc {
		compatible = "qcom,xr-smrtvwr-misc";
	};
+5 −2
Original line number Diff line number Diff line
@@ -189,7 +189,8 @@ ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
		sxr1130-usbc-external-codec-pm660a-mtp-overlay.dtbo \
		sxr1130-usbc-mtp-overlay.dtbo \
		sxr1130-usbc-pm660a-mtp-overlay.dtbo \
		sxr1130-qrd-overlay.dtbo
		sxr1130-qrd-overlay.dtbo \
		sxr1130-svr-overlay.dtbo

sdm670-cdp-overlay.dtbo-base := sdm670.dtb
sdm670-mtp-overlay.dtbo-base := sdm670.dtb
@@ -264,6 +265,7 @@ sxr1130-usbc-external-codec-pm660a-mtp-overlay.dtbo-base := sxr1130.dtb
sxr1130-usbc-mtp-overlay.dtbo-base := sxr1130.dtb
sxr1130-usbc-pm660a-mtp-overlay.dtbo-base := sxr1130.dtb
sxr1130-qrd-overlay.dtbo-base := sxr1130.dtb
sxr1130-svr-overlay.dtbo-base := sxr1130.dtb

else
dtb-$(CONFIG_ARCH_SDM670) += sdm670-rumi.dtb \
@@ -335,7 +337,8 @@ dtb-$(CONFIG_ARCH_SDM670) += sdm670-rumi.dtb \
	sxr1130-usbc-external-codec-pm660a-mtp.dtb \
	sxr1130-usbc-mtp.dtb \
	sxr1130-usbc-pm660a-mtp.dtb \
	sxr1130-qrd.dtb
	sxr1130-qrd.dtb \
	sxr1130-svr.dtb
endif

ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
Loading