mirror of
				https://github.com/oplus-giulia-dev/android_kernel_oneplus_sm8650-devicetrees
				synced 2025-11-04 06:44:04 +08:00 
			
		
		
		
	Add ufs shutdown power supply for pineapple as WA for micron ufs cards, this would not impact power as it would be voted only at shutdown, and regulator would be turned off by pmic framework by default after that. Change-Id: Ice49d35ce92aaf61e14a94bb86c3dc74fa550352
		
			
				
	
	
		
			298 lines
		
	
	
		
			7.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			298 lines
		
	
	
		
			7.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#include <dt-bindings/gpio/gpio.h>
 | 
						|
#include <dt-bindings/input/input.h>
 | 
						|
#include <dt-bindings/clock/qcom,gcc-pineapple.h>
 | 
						|
#include "pineapple-pmic-overlay.dtsi"
 | 
						|
#include "pineapple-thermal-overlay.dtsi"
 | 
						|
 | 
						|
&sdhc_2 {
 | 
						|
	status = "ok";
 | 
						|
	vdd-supply = <&pm_humu_l9>;
 | 
						|
	qcom,vdd-voltage-level = <2950000 2960000>;
 | 
						|
	qcom,vdd-current-level = <0 800000>;
 | 
						|
 | 
						|
	vdd-io-supply = <&pm_humu_l8>;
 | 
						|
	qcom,vdd-io-voltage-level = <1800000 2960000>;
 | 
						|
	qcom,vdd-io-current-level = <0 10000>;
 | 
						|
 | 
						|
	pinctrl-names = "default", "sleep";
 | 
						|
	pinctrl-0 = <&sdc2_on>, <&sd_card_det_default>;
 | 
						|
	pinctrl-1 = <&sdc2_off>, <&sd_card_det_default>;
 | 
						|
 | 
						|
	cd-gpios = <&pm8550_gpios 12 GPIO_ACTIVE_LOW>;
 | 
						|
 | 
						|
	resets = <&gcc GCC_SDCC2_BCR>;
 | 
						|
	reset-names = "core_reset";
 | 
						|
 | 
						|
	qcom,iommu-dma = "fastmap";
 | 
						|
	qcom,uses_level_shifter;
 | 
						|
};
 | 
						|
 | 
						|
&soc {
 | 
						|
	gpio_keys {
 | 
						|
		compatible = "gpio-keys";
 | 
						|
		label = "gpio-keys";
 | 
						|
 | 
						|
		pinctrl-names = "default";
 | 
						|
		pinctrl-0 = <&key_vol_up_default>;
 | 
						|
 | 
						|
		vol_up {
 | 
						|
			label = "volume_up";
 | 
						|
			gpios = <&pm8550_gpios 6 GPIO_ACTIVE_LOW>;
 | 
						|
			linux,input-type = <1>;
 | 
						|
			linux,code = <KEY_VOLUMEUP>;
 | 
						|
			gpio-key,wakeup;
 | 
						|
			debounce-interval = <15>;
 | 
						|
			linux,can-disable;
 | 
						|
		};
 | 
						|
	};
 | 
						|
};
 | 
						|
 | 
						|
&ufsphy_mem {
 | 
						|
	compatible = "qcom,ufs-phy-qmp-v4-pineapple";
 | 
						|
 | 
						|
	/* VDDA_UFS_CORE */
 | 
						|
	vdda-phy-supply = <&pm_v6d_l1>;
 | 
						|
	vdda-phy-max-microamp = <211000>;
 | 
						|
	/*
 | 
						|
	 * Platforms supporting Gear 5 && Rate B require a different
 | 
						|
	 * voltage supply. Check the Power Grid document.
 | 
						|
	 */
 | 
						|
	vdda-phy-min-microvolt = <912000>;
 | 
						|
 | 
						|
	/* VDDA_UFS_0_1P2 */
 | 
						|
	vdda-pll-supply = <&pm_v8_l3>;
 | 
						|
	vdda-pll-max-microamp = <18300>;
 | 
						|
 | 
						|
	/* Phy GDSC for VDD_MX, always on */
 | 
						|
	vdd-phy-gdsc-supply = <&gcc_ufs_mem_phy_gdsc>;
 | 
						|
 | 
						|
	/* Qref power supply, Refer Qref diagram */
 | 
						|
	vdda-qref-supply = <&pm_v8_l1>;
 | 
						|
	vdda-qref-max-microamp = <64500>;
 | 
						|
 | 
						|
	status = "ok";
 | 
						|
};
 | 
						|
 | 
						|
&ufshc_mem {
 | 
						|
	vdd-hba-supply = <&gcc_ufs_phy_gdsc>;
 | 
						|
 | 
						|
	vcc-supply = <&pm_humu_l17>;
 | 
						|
	vcc-max-microamp = <1300000>;
 | 
						|
 | 
						|
	vccq-supply = <&pm_v6c_l1>;
 | 
						|
	vccq-max-microamp = <1200000>;
 | 
						|
 | 
						|
	/* VDD_PX10 is voted for the ufs_reset_n */
 | 
						|
	qcom,vddp-ref-clk-supply = <&pm_v6c_l3>;
 | 
						|
	qcom,vddp-ref-clk-max-microamp = <100>;
 | 
						|
 | 
						|
	qcom,vccq-parent-supply = <&pm_v6c_s1>;
 | 
						|
	qcom,vccq-parent-max-microamp = <210000>;
 | 
						|
 | 
						|
	qcom,vccq-shutdown-supply = <&pm_v6c_l1>;
 | 
						|
	qcom,vccq-shutdown-max-microamp = <1200000>;
 | 
						|
 | 
						|
	reset-gpios = <&tlmm 210 GPIO_ACTIVE_LOW>;
 | 
						|
	resets = <&gcc GCC_UFS_PHY_BCR>;
 | 
						|
	reset-names = "rst";
 | 
						|
 | 
						|
	status = "ok";
 | 
						|
};
 | 
						|
 | 
						|
&pm8550_switch0 {
 | 
						|
	qcom,led-mask = <9>; /* Channels 1 & 4 */
 | 
						|
	qcom,symmetry-en;
 | 
						|
};
 | 
						|
 | 
						|
&pm8550_switch1 {
 | 
						|
	qcom,led-mask = <6>; /* Channels 2 & 3 */
 | 
						|
	qcom,symmetry-en;
 | 
						|
};
 | 
						|
 | 
						|
&pm8550_switch2 {
 | 
						|
	qcom,led-mask = <15>; /* All Channels */
 | 
						|
	qcom,symmetry-en;
 | 
						|
};
 | 
						|
 | 
						|
&pm8550_flash {
 | 
						|
	status = "ok";
 | 
						|
};
 | 
						|
 | 
						|
&eusb2_phy0 {
 | 
						|
	dummy-supply = <&pm8550b_eusb2_repeater>;
 | 
						|
	usb-repeater = <&pm8550b_eusb2_repeater>;
 | 
						|
};
 | 
						|
 | 
						|
&usb0 {
 | 
						|
	usb-role-switch;
 | 
						|
	port {
 | 
						|
		usb_port0: endpoint {
 | 
						|
			remote-endpoint = <&usb_port0_connector>;
 | 
						|
		};
 | 
						|
	};
 | 
						|
};
 | 
						|
 | 
						|
&ucsi {
 | 
						|
	connector {
 | 
						|
		port {
 | 
						|
			usb_port0_connector: endpoint {
 | 
						|
				remote-endpoint = <&usb_port0>;
 | 
						|
			};
 | 
						|
		};
 | 
						|
	};
 | 
						|
};
 | 
						|
 | 
						|
&qupv3_se4_spi {
 | 
						|
	#address-cells = <1>;
 | 
						|
	#size-cells = <0>;
 | 
						|
 | 
						|
	status = "ok";
 | 
						|
	qcom,touch-active = "goodix,gt9916S";
 | 
						|
	qcom,la-vm;
 | 
						|
 | 
						|
	goodix-berlin@0 {
 | 
						|
		compatible = "goodix,gt9916S";
 | 
						|
		reg = <0>;
 | 
						|
		spi-max-frequency = <1000000>;
 | 
						|
		goodix,avdd-name = "avdd";
 | 
						|
		goodix,iovdd-name = "iovdd";
 | 
						|
		avdd-supply = <&L14B>;
 | 
						|
		iovdd-supply = <&L12B>;
 | 
						|
		interrupt-parent = <&tlmm>;
 | 
						|
		interrupts = <162 0x2008>;
 | 
						|
		goodix,reset-gpio = <&tlmm 161 0x00>;
 | 
						|
		goodix,irq-gpio = <&tlmm 162 0x2008>;
 | 
						|
		goodix,irq-flags = <2>;
 | 
						|
		goodix,panel-max-x = <1080>;
 | 
						|
		goodix,panel-max-y = <2400>;
 | 
						|
		goodix,panel-max-w = <255>;
 | 
						|
		goodix,panel-max-p = <4096>;
 | 
						|
		goodix,firmware-name = "goodix_firmware_spi.bin";
 | 
						|
		goodix,config-name = "goodix_cfg_group_spi.bin";
 | 
						|
		goodix,touch-type = "primary";
 | 
						|
		goodix,qts_en;
 | 
						|
		qts,trusted-touch-mode = "vm_mode";
 | 
						|
		qts,touch-environment = "pvm";
 | 
						|
		qts,trusted-touch-type = "primary";
 | 
						|
		qts,trusted-touch-spi-irq = <598>;
 | 
						|
		qts,trusted-touch-io-bases = <0xa90000>;
 | 
						|
		qts,trusted-touch-io-sizes = <0x1000>;
 | 
						|
		qts,trusted-touch-vm-gpio-list = <&tlmm 48 0 &tlmm 49 0 &tlmm 50 0
 | 
						|
						&tlmm 51 0 &tlmm 161 0 &tlmm 162 0x2008>;
 | 
						|
	};
 | 
						|
};
 | 
						|
 | 
						|
&qupv3_se7_spi {
 | 
						|
	#address-cells = <1>;
 | 
						|
	#size-cells = <0>;
 | 
						|
 | 
						|
	status = "ok";
 | 
						|
	qcom,touch-active = "goodix,gt9916S2";
 | 
						|
	qcom,la-vm;
 | 
						|
 | 
						|
	goodix-berlin@0 {
 | 
						|
		compatible = "goodix,gt9916S2";
 | 
						|
		reg = <0>;
 | 
						|
		spi-max-frequency = <1000000>;
 | 
						|
		goodix,avdd-name = "avdd";
 | 
						|
		goodix,iovdd-name = "iovdd";
 | 
						|
		avdd-supply = <&L14B>;
 | 
						|
		iovdd-supply = <&L12B>;
 | 
						|
		interrupt-parent = <&tlmm>;
 | 
						|
		interrupts = <88 0x2008>;
 | 
						|
		goodix,reset-gpio = <&tlmm 91 0x00>;
 | 
						|
		goodix,irq-gpio = <&tlmm 88 0x2008>;
 | 
						|
		goodix,irq-flags = <2>;
 | 
						|
		goodix,panel-max-x = <1080>;
 | 
						|
		goodix,panel-max-y = <2400>;
 | 
						|
		goodix,panel-max-w = <255>;
 | 
						|
		goodix,panel-max-p = <4096>;
 | 
						|
		goodix,firmware-name = "goodix_firmware_spi.bin";
 | 
						|
		goodix,config-name = "goodix_cfg_group_spi.bin";
 | 
						|
		goodix,touch-type = "secondary";
 | 
						|
		goodix,qts_en;
 | 
						|
		qts,trusted-touch-mode = "vm_mode";
 | 
						|
		qts,touch-environment = "pvm";
 | 
						|
		qts,trusted-touch-type = "secondary";
 | 
						|
		qts,trusted-touch-spi-irq = <657>;
 | 
						|
		qts,trusted-touch-io-bases = <0xa90000>;
 | 
						|
		qts,trusted-touch-io-sizes = <0x1000>;
 | 
						|
		qts,trusted-touch-vm-gpio-list = <&tlmm 60 0 &tlmm 61 0 &tlmm 62 0
 | 
						|
						&tlmm 63 0 &tlmm 91 0 &tlmm 88 0x2008>;
 | 
						|
	};
 | 
						|
};
 | 
						|
 | 
						|
®ulator_ocp_notifier {
 | 
						|
	periph-1c1-supply = <&L1B>;
 | 
						|
	periph-1c2-supply = <&L2B>;
 | 
						|
	periph-1c5-supply = <&L5B>;
 | 
						|
	periph-1c6-supply = <&L6B>;
 | 
						|
	periph-1c7-supply = <&L7B>;
 | 
						|
	periph-1c8-supply = <&L8B>;
 | 
						|
	periph-1c9-supply = <&L9B>;
 | 
						|
	periph-1ca-supply = <&L10B>;
 | 
						|
	periph-1cb-supply = <&L11B>;
 | 
						|
	periph-1cc-supply = <&L12B>;
 | 
						|
	periph-1cd-supply = <&L13B>;
 | 
						|
	periph-1ce-supply = <&L14B>;
 | 
						|
	periph-1cf-supply = <&L15B>;
 | 
						|
	periph-1d0-supply = <&L16B>;
 | 
						|
	periph-1d1-supply = <&L17B>;
 | 
						|
	periph-1e4-supply = <&BOB1>;
 | 
						|
	periph-1e6-supply = <&BOB2>;
 | 
						|
	periph-29b-supply = <&S1C>;
 | 
						|
	periph-29e-supply = <&S2C>;
 | 
						|
	periph-2a1-supply = <&S3C>;
 | 
						|
	periph-2a4-supply = <&S4C>;
 | 
						|
	periph-2a7-supply = <&S5C>;
 | 
						|
	periph-2aa-supply = <&S6C>;
 | 
						|
	periph-2c1-supply = <&L1C>;
 | 
						|
	periph-2c2-supply = <&L2C>;
 | 
						|
	periph-2c3-supply = <&L3C>;
 | 
						|
	periph-3a1-supply = <&S3D_LEVEL>;
 | 
						|
	periph-3a4-supply = <&S4D_LEVEL>;
 | 
						|
	periph-3a7-supply = <&S5D_LEVEL>;
 | 
						|
	periph-3c1-supply = <&L1D>;
 | 
						|
	periph-3c2-supply = <&L2D_LEVEL>;
 | 
						|
	periph-3c3-supply = <&L3D>;
 | 
						|
	periph-4c2-supply = <&L2E>;
 | 
						|
	periph-4c3-supply = <&L3E>;
 | 
						|
	periph-69b-supply = <&S1G_LEVEL>;
 | 
						|
	periph-6a1-supply = <&S3G>;
 | 
						|
	periph-6a4-supply = <&S4G_LEVEL>;
 | 
						|
	periph-6a7-supply = <&S5G_LEVEL>;
 | 
						|
	periph-6c1-supply = <&L1G>;
 | 
						|
	periph-6c2-supply = <&L2G>;
 | 
						|
	periph-6c3-supply = <&L3G>;
 | 
						|
	periph-89b-supply = <&S1I_LEVEL>;
 | 
						|
	periph-8a1-supply = <&S3I_LEVEL>;
 | 
						|
	periph-8a4-supply = <&S4I>;
 | 
						|
	periph-8a7-supply = <&S5I>;
 | 
						|
	periph-8aa-supply = <&S6I_LEVEL>;
 | 
						|
	periph-8b0-supply = <&S8I_LEVEL>;
 | 
						|
	periph-8c1-supply = <&L1I>;
 | 
						|
	periph-8c2-supply = <&L2I>;
 | 
						|
	periph-8c3-supply = <&L3I>;
 | 
						|
	periph-ac1-supply = <&L1K>;
 | 
						|
	periph-ac2-supply = <&L2K>;
 | 
						|
	periph-ac3-supply = <&L3K>;
 | 
						|
	periph-ac4-supply = <&L4K>;
 | 
						|
	periph-ac5-supply = <&L5K>;
 | 
						|
	periph-ac6-supply = <&L6K>;
 | 
						|
	periph-ac7-supply = <&L7K>;
 | 
						|
	periph-c40-supply = <&L1M>;
 | 
						|
	periph-c41-supply = <&L2M>;
 | 
						|
	periph-c42-supply = <&L3M>;
 | 
						|
	periph-c43-supply = <&L4M>;
 | 
						|
	periph-c44-supply = <&L5M>;
 | 
						|
	periph-c45-supply = <&L6M>;
 | 
						|
	periph-c46-supply = <&L7M>;
 | 
						|
	periph-d40-supply = <&L1N>;
 | 
						|
	periph-d41-supply = <&L2N>;
 | 
						|
	periph-d42-supply = <&L3N>;
 | 
						|
	periph-d43-supply = <&L4N>;
 | 
						|
	periph-d44-supply = <&L5N>;
 | 
						|
	periph-d45-supply = <&L6N>;
 | 
						|
	periph-d46-supply = <&L7N>;
 | 
						|
};
 |