1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-08-25 21:42:22 +00:00
Files
a155-U-u1/kernel-5.10/arch/arm64/boot/dts/mediatek/sensorhub_shub.dtsi
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

45 lines
772 B
Plaintext

#if 0
&${sensor_vdd_1p8} {
regulator-name = "VDD_SENSOR_1P8";
};
#endif
#if 0
&${gpio_sensor_ldo_en_parent} {
shub_sensor_ldo_en: shub-sensor-ldo-en {
samsung,pins = SEC_GPIO(${gpio_sensor_ldo_en});
samsung,pin-function = <1>;
samsung,pin-pud = <0>;
samsung,pin-con-pdn = <3>;
samsung,pin-pud-pdn = <0>;
};
};
#endif
/ {
fragment@model {
target-path = "/";
__overlay__ {
shub {
#if 0
pinctrl-names = "default";
pinctrl-0 = <&shub_sensor_ldo_en>;
#endif
#if 0
sensor-vdd-regulator = "VDD_SENSOR_1P8";
#endif
#if 0
mag-check-nfc = <SEC_GPIO_REF(${gpio_nfc_check}) 0>;
#endif
#if 0
pogo-int = <SEC_GPIO_REF(${gpio_pogo_int}) 0>;
#endif
#if 0
sensor-ldo-en = <SEC_GPIO_REF(${gpio_sensor_ldo_en}) 0>;
#endif
};
};
};
};