hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm64/boot/dts/rockchip/rk3588s-evb3-lp4x-v10-sii9022-bt1120-to-hdmi.dts
....@@ -19,6 +19,13 @@
1919 status = "disabled";
2020 };
2121
22
+/*
23
+ * The pins of gt1x and sii9022 are multiplexed
24
+ */
25
+&gt1x {
26
+ status = "disabled";
27
+};
28
+
2229 &i2c4 {
2330 clock-frequency = <400000>;
2431 status = "okay";
....@@ -32,6 +39,10 @@
3239 interrupts = <RK_PC0 IRQ_TYPE_LEVEL_HIGH>;
3340 reset-gpio = <&gpio1 RK_PA7 GPIO_ACTIVE_LOW>;
3441 enable-gpio = <&gpio1 RK_PB5 GPIO_ACTIVE_HIGH>;
42
+ /*
43
+ * MEDIA_BUS_FMT_UYVY8_1X16 for bt1120
44
+ * MEDIA_BUS_FMT_UYVY8_2X8 for bt656
45
+ */
3546 bus-format = <MEDIA_BUS_FMT_UYVY8_1X16>;
3647
3748 ports {
....@@ -60,6 +71,10 @@
6071 &rgb {
6172 status = "okay";
6273 pinctrl-names = "default";
74
+ /*
75
+ * <&bt1120_pins> for bt1120
76
+ * <&bt656_pins> for bt656
77
+ */
6378 pinctrl-0 = <&bt1120_pins>;
6479
6580 ports {