forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/tegra20-medcom-wide.dts
....@@ -57,9 +57,9 @@
5757 };
5858
5959 panel: panel {
60
- compatible = "innolux,n156bge-l21", "simple-panel";
60
+ compatible = "innolux,n156bge-l21";
6161
62
- power-supply = <&vdd_1v8_reg>, <&vdd_3v3_reg>;
62
+ power-supply = <&vdd_1v8_reg>; // <&vdd_3v3_reg>;
6363 enable-gpios = <&gpio TEGRA_GPIO(B, 2) GPIO_ACTIVE_HIGH>;
6464
6565 backlight = <&backlight>;
....@@ -84,7 +84,7 @@
8484 nvidia,audio-codec = <&wm8903>;
8585
8686 nvidia,spkr-en-gpios = <&wm8903 2 GPIO_ACTIVE_HIGH>;
87
- nvidia,hp-det-gpios = <&gpio TEGRA_GPIO(W, 2) GPIO_ACTIVE_HIGH>;
87
+ nvidia,hp-det-gpios = <&gpio TEGRA_GPIO(W, 2) GPIO_ACTIVE_LOW>;
8888
8989 clocks = <&tegra_car TEGRA20_CLK_PLL_A>,
9090 <&tegra_car TEGRA20_CLK_PLL_A_OUT0>,
....@@ -92,44 +92,38 @@
9292 clock-names = "pll_a", "pll_a_out0", "mclk";
9393 };
9494
95
- regulators {
96
- vcc_24v_reg: regulator@100 {
97
- compatible = "regulator-fixed";
98
- reg = <100>;
99
- regulator-name = "vcc_24v";
100
- regulator-min-microvolt = <24000000>;
101
- regulator-max-microvolt = <24000000>;
102
- regulator-always-on;
103
- };
95
+ vcc_24v_reg: regulator@100 {
96
+ compatible = "regulator-fixed";
97
+ regulator-name = "vcc_24v";
98
+ regulator-min-microvolt = <24000000>;
99
+ regulator-max-microvolt = <24000000>;
100
+ regulator-always-on;
101
+ };
104102
105
- vdd_5v0_reg: regulator@101 {
106
- compatible = "regulator-fixed";
107
- reg = <101>;
108
- regulator-name = "vdd_5v0";
109
- vin-supply = <&vcc_24v_reg>;
110
- regulator-min-microvolt = <5000000>;
111
- regulator-max-microvolt = <5000000>;
112
- regulator-always-on;
113
- };
103
+ vdd_5v0_reg: regulator@101 {
104
+ compatible = "regulator-fixed";
105
+ regulator-name = "vdd_5v0";
106
+ vin-supply = <&vcc_24v_reg>;
107
+ regulator-min-microvolt = <5000000>;
108
+ regulator-max-microvolt = <5000000>;
109
+ regulator-always-on;
110
+ };
114111
115
- vdd_3v3_reg: regulator@102 {
116
- compatible = "regulator-fixed";
117
- reg = <102>;
118
- regulator-name = "vdd_3v3";
119
- vin-supply = <&vcc_24v_reg>;
120
- regulator-min-microvolt = <3300000>;
121
- regulator-max-microvolt = <3300000>;
122
- regulator-always-on;
123
- };
112
+ vdd_3v3_reg: regulator@102 {
113
+ compatible = "regulator-fixed";
114
+ regulator-name = "vdd_3v3";
115
+ vin-supply = <&vcc_24v_reg>;
116
+ regulator-min-microvolt = <3300000>;
117
+ regulator-max-microvolt = <3300000>;
118
+ regulator-always-on;
119
+ };
124120
125
- vdd_1v8_reg: regulator@103 {
126
- compatible = "regulator-fixed";
127
- reg = <103>;
128
- regulator-name = "vdd_1v8";
129
- vin-supply = <&vdd_3v3_reg>;
130
- regulator-min-microvolt = <1800000>;
131
- regulator-max-microvolt = <1800000>;
132
- regulator-always-on;
133
- };
121
+ vdd_1v8_reg: regulator@103 {
122
+ compatible = "regulator-fixed";
123
+ regulator-name = "vdd_1v8";
124
+ vin-supply = <&vdd_3v3_reg>;
125
+ regulator-min-microvolt = <1800000>;
126
+ regulator-max-microvolt = <1800000>;
127
+ regulator-always-on;
134128 };
135129 };