hc
2024-08-16 62c46c9150c4afde7e5b25436263fddf79d66f0b
kernel/arch/arm64/boot/dts/rockchip/NK-6A13_V0A.dtsi
....@@ -365,13 +365,13 @@
365365 };
366366
367367 &backlight {
368
- pwms = <&pwm10 0 25000 0>;
368
+ pwms = <&pwm3 0 25000 0>;
369369 status = "okay";
370370 };
371371
372372 &backlight1 {
373373 pwms = <&pwm11 0 25000 0>;
374
- status = "okay";
374
+ status = "disabled";
375375 };
376376
377377 &combphy0_ps {
....@@ -517,12 +517,12 @@
517517
518518 /* Should work with at least 128MB cma reserved above. */
519519 &hdmirx_ctrler {
520
- status = "disabled";
520
+ status = "okay";
521521
522522 #sound-dai-cells = <1>;
523523 /* Effective level used to trigger HPD: 0-low, 1-high */
524524 hpd-trigger-level = <1>;
525
- hdmirx-det-gpios = <&gpio1 RK_PD5 GPIO_ACTIVE_LOW>;
525
+ hdmirx-det-gpios = <&gpio1 RK_PB6 GPIO_ACTIVE_LOW>;
526526 pinctrl-names = "default";
527527 pinctrl-0 = <&hdmim1_rx &hdmirx_det>;
528528 };
....@@ -890,7 +890,7 @@
890890
891891 hdmi {
892892 hdmirx_det: hdmirx-det {
893
- rockchip,pins = <1 RK_PD5 RK_FUNC_GPIO &pcfg_pull_up>;
893
+ rockchip,pins = <1 RK_PB6 RK_FUNC_GPIO &pcfg_pull_up>;
894894 };
895895 };
896896
....@@ -988,8 +988,8 @@
988988 };
989989 };
990990 &pwm3 {
991
- pinctrl-0 = <&pwm3m1_pins>;
992991 status = "okay";
992
+ pinctrl-0 = <&pwm3m1_pins>;
993993 };
994994
995995 &route_dsi0 {
....@@ -1003,12 +1003,12 @@
10031003 };
10041004
10051005 &pwm10 {
1006
- status = "okay";
1006
+ status = "disabled";
10071007 pinctrl-0 = <&pwm10m2_pins>;
10081008 };
10091009
10101010 &pwm11 {
1011
- status = "okay";
1011
+ status = "disabled";
10121012 pinctrl-0 = <&pwm11m3_pins>;
10131013 };
10141014
....@@ -1024,6 +1024,10 @@
10241024 status = "disabled";
10251025 };
10261026
1027
+&sata2 {
1028
+ status = "okay";
1029
+};
1030
+
10271031 &sdio {
10281032 max-frequency = <150000000>;
10291033 no-sd;