add nokia 2.2 markdown

Change-Id: Ifee6c9503421a1fcb2d77fd934f67626bcddf019
diff --git a/_nokia/nokia2.2.markdown b/_nokia/nokia2.2.markdown
new file mode 100644
index 0000000..3109e77
--- /dev/null
+++ b/_nokia/nokia2.2.markdown
@@ -0,0 +1,27 @@
+---
+layout: device
+title:  "Nokia 2.2"
+codename: WSP_sprout
+downloadfolder: WSP_sprout
+supportstatus: Current
+maintainer: SmallPP420
+oem: Nokia
+devicetree: https://github.com/TeamWin/android_device_nokia_WSP_sprout
+---
+{% include disclaimer.html %}
+{% include supportstatus.html %}
+{% include download.html %}
+<div class='page-heading'>Installation:</div>
+Download both the img and the zip.You will need to have fastboot binaries and the correct drivers installed.
+You can grab latest platform-tools (fastboot binaries) from [here]https://developer.android.com/studio/releases/platform-tools
+Also you need to grab a vbmeta image from [here](https://dl.google.com/developers/android/qt/images/gsi/vbmeta.img?hl=tr)
+Now go in the directory where your adb/fastboot binaries exists.Connect the device to your PC.Enable USB debugging in developer options & then open a command window and run the following command from the proper location:
+adb reboot bootloader
+Your device should now be in the bootloader.
+Then again from command window run the following command from the proper location:
+fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
+fastboot flash boot path/to/twrp.img
+fastboot reboot recovery
+
+NOTE: To make MTP work you'll need to erase internal storage.
+NOTE 2: If you dont flash the vbmeta and your device bootloops keep holding the volume down button until you are back in fastboot mode so then you can flash your vbmeta.