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

Commit 35a22842 authored by Guoping Yu's avatar Guoping Yu
Browse files

ARM: dts: msm: Enable CDROM lun creation for msm8909



Enable CDROM lun creation from device tree so that
LUN is created during initialization and LUN
media can be mounted. This creation only should
be done for QRD targets.

Change-Id: I32752627ccdfec59e1d18cbecd2133f26afbf53d
Signed-off-by: default avatarGuoping Yu <guopingy@codeaurora.org>
parent 8e7973e2
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -144,3 +144,7 @@
	pinctrl-5 = <&qdsd_clk_spmi &qdsd_cmd_spmi
	pinctrl-5 = <&qdsd_clk_spmi &qdsd_cmd_spmi
		     &qdsd_data0_spmi &qdsd_data3_spmi>;
		     &qdsd_data0_spmi &qdsd_data3_spmi>;
};
};

&android_usb {
        qcom,android-usb-cdrom;
};