diff --git a/qcom/pm5100.dtsi b/qcom/pm5100.dtsi index 3d303c4c..d492a3c1 100644 --- a/qcom/pm5100.dtsi +++ b/qcom/pm5100.dtsi @@ -24,7 +24,7 @@ #size-cells = <0>; pon_hlos@1300 { - /* compatible = "qcom,qpnp-power-on"; */ + compatible = "qcom,qpnp-power-on"; reg = <0x1300>; interrupts = <0x0 0x13 0x7 IRQ_TYPE_EDGE_BOTH>, <0x0 0x13 0x6 IRQ_TYPE_EDGE_BOTH>; @@ -42,7 +42,7 @@ }; pm5100_charger: qcom,qpnp-smblite { - /* compatible = "qcom,qpnp-pm5100-smblite"; */ + compatible = "qcom,qpnp-pm5100-smblite"; #address-cells = <1>; #size-cells = <1>; #cooling-cells = <2>; @@ -240,7 +240,7 @@ }; pm5100_gpios: pinctrl@8800 { - /* compatible = "qcom,pm5100-gpio"; */ + compatible = "qcom,pm5100-gpio"; reg = <0x8800>; gpio-controller; #gpio-cells = <2>; @@ -249,7 +249,7 @@ }; pm5100_rtc: rtc@6400 { - /* compatible = "qcom,pm5100-rtc"; */ + compatible = "qcom,pm5100-rtc"; reg = <0x6400>, <0x6500>; reg-names = "rtc", "alarm"; interrupts = <0x0 0x65 0x1 IRQ_TYPE_EDGE_RISING>; @@ -344,7 +344,7 @@ pm5100_qbg: qpnp,qbg@4f00 { status = "disabled"; - /* compatible = "qcom,qbg"; */ + compatible = "qcom,qbg"; #address-cells = <1>; reg = <0x4f00>; interrupt-names = "qbg-sdam", "qbg-vbatt-empty";