pdbg: Bump version to v2.3

New features since v2.2:
    - Support for using the SBE to read/write memory
    - General SBE chip-op support
    - Cronus backend
    - Fixed for clang
    - Default device-tree selection for applications
    - Bugfix for newer OpenBMC kernels using alternate FSI paths

Change-Id: Ib3386557221468ebdef3ca168ec94b9ae6fcd888
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/recipes-bsp/pdbg/pdbg_2.2.bb b/recipes-bsp/pdbg/pdbg_2.3.bb
similarity index 81%
rename from recipes-bsp/pdbg/pdbg_2.2.bb
rename to recipes-bsp/pdbg/pdbg_2.3.bb
index cd2b8fe..faca30f 100644
--- a/recipes-bsp/pdbg/pdbg_2.2.bb
+++ b/recipes-bsp/pdbg/pdbg_2.3.bb
@@ -3,10 +3,10 @@
 LICENSE     = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-PV = "2.2+git${SRCPV}"
+PV = "2.3+git${SRCPV}"
 
 SRC_URI += "git://github.com/open-power/pdbg.git"
-SRCREV = "dbbb35af951e36cb1ff134bdf74a5346d316e782"
+SRCREV = "8a10a05c89db666bf98734139334166da7c370a4"
 
 DEPENDS += "dtc-native"