Message ID | 20200319173755.65082-5-tony@atomide.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | n_gsm serdev support and protocol driver for droid4 modem | expand |
On Thu 2020-03-19 10:37:55, Tony Lindgren wrote: > This allows apps to use /dev/motmdm1 for voice call AT commands, > /dev/motmdm3 for sending SMS, and /dev/motmdm9 for reading SMS. > > Voice call audio mixer and GNSS are not yet supported. > > Signed-off-by: Tony Lindgren <tony@atomide.com> 3,4: Reviewed-by: Pavel Machek <pavel@ucw.cz>
diff --git a/arch/arm/boot/dts/motorola-mapphone-common.dtsi b/arch/arm/boot/dts/motorola-mapphone-common.dtsi --- a/arch/arm/boot/dts/motorola-mapphone-common.dtsi +++ b/arch/arm/boot/dts/motorola-mapphone-common.dtsi @@ -698,6 +698,12 @@ &uart1 { pinctrl-0 = <&uart1_pins>; interrupts-extended = <&wakeupgen GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH &omap4_pmx_core 0xfc>; + + modem { + compatible = "motorola,mapphone-mdm6600-serial"; + phys = <&fsusb1_phy>; + phy-names = "usb"; + }; }; &uart3 {
This allows apps to use /dev/motmdm1 for voice call AT commands, /dev/motmdm3 for sending SMS, and /dev/motmdm9 for reading SMS. Voice call audio mixer and GNSS are not yet supported. Signed-off-by: Tony Lindgren <tony@atomide.com> --- arch/arm/boot/dts/motorola-mapphone-common.dtsi | 6 ++++++ 1 file changed, 6 insertions(+)