Enable NBIO 4.3 on asics where it is present.
Signed-off-by: Likun Gao <Likun.Gao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
 #include "gfxhub_v2_0.h"
 #include "mmhub_v2_0.h"
 #include "nbio_v2_3.h"
+#include "nbio_v4_3.h"
 #include "nbio_v7_2.h"
 #include "hdp_v5_0.h"
 #include "nv.h"
                adev->nbio.funcs = &nbio_v2_3_funcs;
                adev->nbio.hdp_flush_reg = &nbio_v2_3_hdp_flush_reg_sc;
                break;
+       case IP_VERSION(4, 3, 0):
+               adev->nbio.funcs = &nbio_v4_3_funcs;
+               adev->nbio.hdp_flush_reg = &nbio_v4_3_hdp_flush_reg;
+               break;
        default:
                break;
        }