diff options
author | Sebastian Reichel <sre@kernel.org> | 2016-01-17 16:49:09 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-02-12 14:26:02 -0800 |
commit | f21b98739311b50d908681d192ed506e1224ada1 (patch) | |
tree | 360ed3c72056eccde3cb4acd66b21a525903468a /arch/arm/boot/dts/omap3-n9.dts | |
parent | 3bec8c81fc8e9dfb74c1c4ec7499013fdeb80c76 (diff) | |
download | op-kernel-dev-f21b98739311b50d908681d192ed506e1224ada1.zip op-kernel-dev-f21b98739311b50d908681d192ed506e1224ada1.tar.gz |
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-n9.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-n9.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-n9.dts b/arch/arm/boot/dts/omap3-n9.dts index f2e2139..5c67429 100644 --- a/arch/arm/boot/dts/omap3-n9.dts +++ b/arch/arm/boot/dts/omap3-n9.dts @@ -53,3 +53,7 @@ }; }; }; + +&modem { + compatible = "nokia,n9-modem"; +}; |