configurations: harma: modify pttv/sitv bus number

Enabling the I3C bus can cause the bus numbers to shift to 34-37,
so the bus numbers have been changed accordingly.

root@bmc:~# i2cdetect -l
i2c-0   i2c       1e78a080.i2c-bus                I2C adapter
i2c-1   i2c       1e78a100.i2c-bus                I2C adapter
i2c-2   i2c       1e78a180.i2c-bus                I2C adapter
i2c-3   i2c       1e78a200.i2c-bus                I2C adapter
i2c-4   i2c       1e78a280.i2c-bus                I2C adapter
i2c-5   i2c       1e78a300.i2c-bus                I2C adapter
i2c-6   i2c       1e78a380.i2c-bus                I2C adapter
i2c-7   i2c       1e78a400.i2c-bus                I2C adapter
i2c-8   i2c       1e78a480.i2c-bus                I2C adapter
i2c-9   i2c       1e78a500.i2c-bus                I2C adapter
i2c-11  i2c       1e78a600.i2c-bus                I2C adapter
i2c-12  i2c       1e78a680.i2c-bus                I2C adapter
i2c-13  i2c       1e78a700.i2c-bus                I2C adapter
i2c-14  i2c       1e78a780.i2c-bus                I2C adapter
i2c-15  i2c       1e78a800.i2c-bus                I2C adapter
i2c-20  i2c       i2c-3-mux (chan_id 0)           I2C adapter
i2c-21  i2c       i2c-3-mux (chan_id 1)           I2C adapter
i2c-22  i2c       i2c-6-mux (chan_id 0)           I2C adapter
i2c-23  i2c       i2c-6-mux (chan_id 1)           I2C adapter
i2c-28  i2c       i2c-13-mux (chan_id 0)          I2C adapter
i2c-29  i2c       i2c-13-mux (chan_id 1)          I2C adapter
i2c-30  i2c       i2c-13-mux (chan_id 2)          I2C adapter
i2c-31  i2c       i2c-13-mux (chan_id 3)          I2C adapter
i2c-32  i2c       1e7a2000.i3c                    I2C adapter
i2c-33  i2c       1e7a3000.i3c                    I2C adapter
i2c-34  i2c       i2c-11-mux (chan_id 0)          I2C adapter
i2c-35  i2c       i2c-11-mux (chan_id 1)          I2C adapter
i2c-36  i2c       i2c-11-mux (chan_id 2)          I2C adapter
i2c-37  i2c       i2c-11-mux (chan_id 3)          I2C adapter

Change-Id: I32f4e1f7dd00689eafc6798416395f24b4e22ad5
Signed-off-by: Peter Yin <peter.yin@quantatw.com>
diff --git a/configurations/minerva_pttv.json b/configurations/minerva_pttv.json
index 4395e91..b856fb9 100644
--- a/configurations/minerva_pttv.json
+++ b/configurations/minerva_pttv.json
@@ -2,7 +2,7 @@
     "Exposes": [
         {
             "Address": "0x1d",
-            "Bus": 34,
+            "Bus": 36,
             "Labels": [
                 "in0",
                 "in1",
@@ -72,7 +72,7 @@
         },
         {
             "Address": "0x44",
-            "Bus": 34,
+            "Bus": 36,
             "Labels": [
                 "in1",
                 "curr1",
@@ -109,7 +109,7 @@
         },
         {
             "Address": "0x45",
-            "Bus": 34,
+            "Bus": 36,
             "Labels": [
                 "in1",
                 "curr1",
@@ -146,7 +146,7 @@
         },
         {
             "Address": "0x60",
-            "Bus": 32,
+            "Bus": 34,
             "Name": "PTTV_THRMCUP_REF_TEMP_C",
             "Thresholds": [
                 {
@@ -160,7 +160,7 @@
         },
         {
             "Address": "0x62",
-            "Bus": 32,
+            "Bus": 34,
             "Name": "PTTV_THRMCUP_IOA_TEMP_C",
             "Thresholds": [
                 {
@@ -174,7 +174,7 @@
         },
         {
             "Address": "0x63",
-            "Bus": 32,
+            "Bus": 34,
             "Name": "PTTV_THRMCUP_IOB_TEMP_C",
             "Thresholds": [
                 {
@@ -188,7 +188,7 @@
         },
         {
             "Address": "0x64",
-            "Bus": 32,
+            "Bus": 34,
             "Name": "PTTV_THRMCUP_HBM4_TEMP_C",
             "Thresholds": [
                 {
@@ -202,7 +202,7 @@
         },
         {
             "Address": "0x65",
-            "Bus": 32,
+            "Bus": 34,
             "Name": "PTTV_THRMCUP_HBM5_TEMP_C",
             "Thresholds": [
                 {
@@ -216,7 +216,7 @@
         },
         {
             "Address": "0x66",
-            "Bus": 32,
+            "Bus": 34,
             "Name": "PTTV_THRMCUP_HBM6_TEMP_C",
             "Thresholds": [
                 {
@@ -230,7 +230,7 @@
         },
         {
             "Address": "0x67",
-            "Bus": 32,
+            "Bus": 34,
             "Name": "PTTV_THRMCUP_CORE_TEMP_C",
             "Thresholds": [
                 {
@@ -244,7 +244,7 @@
         },
         {
             "Address": "0x64",
-            "Bus": 33,
+            "Bus": 35,
             "Name": "PTTV_THRMCUP_HBM1_TEMP_C",
             "Thresholds": [
                 {
@@ -258,7 +258,7 @@
         },
         {
             "Address": "0x65",
-            "Bus": 33,
+            "Bus": 35,
             "Name": "PTTV_THRMCUP_HBM2_TEMP_C",
             "Thresholds": [
                 {
@@ -272,7 +272,7 @@
         },
         {
             "Address": "0x66",
-            "Bus": 33,
+            "Bus": 35,
             "Name": "PTTV_THRMCUP_HBM3_TEMP_C",
             "Thresholds": [
                 {
@@ -286,19 +286,19 @@
         },
         {
             "Address": "0x49",
-            "Bus": 34,
+            "Bus": 36,
             "Name": "PTTV_TMP75_92_TEMP_C",
             "Type": "TMP75"
         },
         {
             "Address": "0x4A",
-            "Bus": 34,
+            "Bus": 36,
             "Name": "PTTV_TMP75_94_TEMP_C",
             "Type": "TMP75"
         },
         {
             "Address": "0x4B",
-            "Bus": 34,
+            "Bus": 36,
             "Name": "PTTV_TMP75_96_TEMP_C",
             "Type": "TMP75"
         },