|
24 | 24 | jetson-header-name = "Jetson AGX CSI Connector"; |
25 | 25 | compatible = JETSON_COMPATIBLE; |
26 | 26 |
|
| 27 | + fragment@1 { |
| 28 | + target-path = "/"; |
| 29 | + __overlay__ { |
| 30 | + vdd_cam12v_poc: regulator-vdd-cam12v-poc { |
| 31 | + compatible = "regulator-fixed"; |
| 32 | + regulator-name = "vdd-cam12v-poc"; |
| 33 | + regulator-min-microvolt = <12000000>; |
| 34 | + regulator-max-microvolt = <12000000>; |
| 35 | + gpio = <&gpio CAM12V_POC GPIO_ACTIVE_HIGH>; |
| 36 | + enable-active-high; |
| 37 | + }; |
| 38 | + }; |
| 39 | + }; |
27 | 40 | fragment@0 { |
28 | 41 | target-path = "/"; |
29 | 42 | __overlay__ { |
|
238 | 251 | override_reg = <0x1a>; |
239 | 252 | compatible = "intel,d4xx"; |
240 | 253 | use_sensor_mode_id = "true"; |
241 | | - vcc-supply = <&vdd_1v8_ls>; |
| 254 | + vcc-supply = <&vdd_cam12v_poc>; |
242 | 255 | cam-type = "IMU"; |
243 | 256 | nvidia,gmsl-ser-device = <&ser_a>; |
244 | 257 | nvidia,gmsl-dser-device = <&dser>; |
|
286 | 299 | override_reg = <0x1a>; |
287 | 300 | compatible = "intel,d4xx"; |
288 | 301 | use_sensor_mode_id = "true"; |
289 | | - vcc-supply = <&vdd_1v8_ls>; |
| 302 | + vcc-supply = <&vdd_cam12v_poc>; |
290 | 303 | cam-type = "Y8"; |
291 | 304 | nvidia,gmsl-ser-device = <&ser_a>; |
292 | 305 | nvidia,gmsl-dser-device = <&dser>; |
|
335 | 348 | override_reg = <0x1a>; |
336 | 349 | compatible = "intel,d4xx"; |
337 | 350 | use_sensor_mode_id = "true"; |
338 | | - vcc-supply = <&vdd_1v8_ls>; |
| 351 | + vcc-supply = <&vdd_cam12v_poc>; |
339 | 352 | cam-type = "RGB"; |
340 | 353 | nvidia,gmsl-ser-device = <&ser_a>; |
341 | 354 | nvidia,gmsl-dser-device = <&dser>; |
|
382 | 395 | reg = <0x1a>; |
383 | 396 | compatible = "intel,d4xx"; |
384 | 397 | use_sensor_mode_id = "true"; |
385 | | - vcc-supply = <&vdd_1v8_ls>; |
| 398 | + vcc-supply = <&vdd_cam12v_poc>; |
386 | 399 | cam-type = "Depth"; |
387 | 400 | nvidia,gmsl-ser-device = <&ser_a>; |
388 | 401 | nvidia,gmsl-dser-device = <&dser>; |
|
0 commit comments