vdd-gfx-supply = <&vdd_gfx>;
 };
 
+&pm8994_resin {
+       status = "okay";
+       linux,code = <KEY_VOLUMEDOWN>;
+};
+
 &tlmm {
        gpio-line-names =
                "[SPI0_DOUT]", /* GPIO_0, BLSP1_SPI_MOSI, LSEC pin 14 */
        };
 };
 
-&spmi_bus {
-       pmic@0 {
-               pon@800 {
-                       resin {
-                               compatible = "qcom,pm8941-resin";
-                               interrupts = <0x0 0x8 1 IRQ_TYPE_EDGE_BOTH>;
-                               debounce = <15625>;
-                               bias-pull-up;
-                               linux,code = <KEY_VOLUMEDOWN>;
-                       };
-               };
-       };
-};
-
 &ufsphy {
        status = "okay";
 
 
 
                pm8994_pon: pon@800 {
                        compatible = "qcom,pm8916-pon";
-
                        reg = <0x800>;
                        mode-bootloader = <0x2>;
                        mode-recovery = <0x1>;
                                linux,code = <KEY_POWER>;
                        };
 
+                       pm8994_resin: resin {
+                               compatible = "qcom,pm8941-resin";
+                               interrupts = <0x0 0x8 1 IRQ_TYPE_EDGE_BOTH>;
+                               debounce = <15625>;
+                               bias-pull-up;
+                               status = "disabled";
+                       };
                };
 
                pm8994_temp: temp-alarm@2400 {