hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm/boot/dts/tegra20-tec.dts
....@@ -61,7 +61,7 @@
6161
6262 nvidia,spkr-en-gpios = <&wm8903 2 GPIO_ACTIVE_HIGH>;
6363 nvidia,hp-det-gpios = <&gpio TEGRA_GPIO(W, 2)
64
- GPIO_ACTIVE_HIGH>;
64
+ GPIO_ACTIVE_LOW>;
6565
6666 clocks = <&tegra_car TEGRA20_CLK_PLL_A>,
6767 <&tegra_car TEGRA20_CLK_PLL_A_OUT0>,
....@@ -69,44 +69,38 @@
6969 clock-names = "pll_a", "pll_a_out0", "mclk";
7070 };
7171
72
- regulators {
73
- vcc_24v_reg: regulator@100 {
74
- compatible = "regulator-fixed";
75
- reg = <100>;
76
- regulator-name = "vcc_24v";
77
- regulator-min-microvolt = <24000000>;
78
- regulator-max-microvolt = <24000000>;
79
- regulator-always-on;
80
- };
72
+ vcc_24v_reg: regulator@100 {
73
+ compatible = "regulator-fixed";
74
+ regulator-name = "vcc_24v";
75
+ regulator-min-microvolt = <24000000>;
76
+ regulator-max-microvolt = <24000000>;
77
+ regulator-always-on;
78
+ };
8179
82
- vdd_5v0_reg: regulator@101 {
83
- compatible = "regulator-fixed";
84
- reg = <101>;
85
- regulator-name = "vdd_5v0";
86
- vin-supply = <&vcc_24v_reg>;
87
- regulator-min-microvolt = <5000000>;
88
- regulator-max-microvolt = <5000000>;
89
- regulator-always-on;
90
- };
80
+ vdd_5v0_reg: regulator@101 {
81
+ compatible = "regulator-fixed";
82
+ regulator-name = "vdd_5v0";
83
+ vin-supply = <&vcc_24v_reg>;
84
+ regulator-min-microvolt = <5000000>;
85
+ regulator-max-microvolt = <5000000>;
86
+ regulator-always-on;
87
+ };
9188
92
- vdd_3v3_reg: regulator@102 {
93
- compatible = "regulator-fixed";
94
- reg = <102>;
95
- regulator-name = "vdd_3v3";
96
- vin-supply = <&vcc_24v_reg>;
97
- regulator-min-microvolt = <3300000>;
98
- regulator-max-microvolt = <3300000>;
99
- regulator-always-on;
100
- };
89
+ vdd_3v3_reg: regulator@102 {
90
+ compatible = "regulator-fixed";
91
+ regulator-name = "vdd_3v3";
92
+ vin-supply = <&vcc_24v_reg>;
93
+ regulator-min-microvolt = <3300000>;
94
+ regulator-max-microvolt = <3300000>;
95
+ regulator-always-on;
96
+ };
10197
102
- vdd_1v8_reg: regulator@103 {
103
- compatible = "regulator-fixed";
104
- reg = <103>;
105
- regulator-name = "vdd_1v8";
106
- vin-supply = <&vdd_3v3_reg>;
107
- regulator-min-microvolt = <1800000>;
108
- regulator-max-microvolt = <1800000>;
109
- regulator-always-on;
110
- };
98
+ vdd_1v8_reg: regulator@103 {
99
+ compatible = "regulator-fixed";
100
+ regulator-name = "vdd_1v8";
101
+ vin-supply = <&vdd_3v3_reg>;
102
+ regulator-min-microvolt = <1800000>;
103
+ regulator-max-microvolt = <1800000>;
104
+ regulator-always-on;
111105 };
112106 };