Rock 3A Official LCD 5" panel [ troubleshooting ]

@Stephen,

Here is the wiring and i2c3 working with i2c3m0_xfer, but does not work with i2c3m1_xfer.
Can you tell me if the pins are correct? Board v1.2

i2c3 {
  /omit-if-no-ref/
  i2c3m0_xfer: i2c3m0-xfer {
   rockchip,pins =

    <1 1 1 &pcfg_pull_none_smt>,

    <1 0 1 &pcfg_pull_none_smt>;
  };

  /omit-if-no-ref/
  i2c3m1_xfer: i2c3m1-xfer {
   rockchip,pins =

    <3 13 4 &pcfg_pull_none_smt>,

    <3 14 4 &pcfg_pull_none_smt>;
  };
 };

The guys who had success used v1.3.

Edit: fixed the dts but still not working.

&dsi1_in_vp0 {
 status = "disabled";
};