diff options
author | Sebastian Reichel <sre@kernel.org> | 2016-01-17 18:49:09 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-02-13 01:26:02 +0300 |
commit | f21b98739311b50d908681d192ed506e1224ada1 (patch) | |
tree | 360ed3c72056eccde3cb4acd66b21a525903468a /arch/arm/boot/dts/omap3-n950.dts | |
parent | 3bec8c81fc8e9dfb74c1c4ec7499013fdeb80c76 (diff) | |
download | linux-f21b98739311b50d908681d192ed506e1224ada1.tar.xz |
ARM: dts: OMAP3-N950-N9: Enable modem
The Nokia N950 and Nokia N9 have a modem attached to their
first ssi port. This change adds the modem to the SSI port.
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-n950.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-n950.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-n950.dts b/arch/arm/boot/dts/omap3-n950.dts index e5967262f28b..7f219a9dc5be 100644 --- a/arch/arm/boot/dts/omap3-n950.dts +++ b/arch/arm/boot/dts/omap3-n950.dts @@ -82,3 +82,7 @@ vwlan-supply = <&vwlan_fixed>; }; }; + +&modem { + compatible = "nokia,n950-modem"; +}; |