Loading arch/arm64/boot/dts/qcom/pm855.dtsi +27 −1 Original line number Diff line number Diff line Loading @@ -11,8 +11,10 @@ * GNU General Public License for more details. */ #include <dt-bindings/spmi/spmi.h> #include <dt-bindings/input/input.h> #include <dt-bindings/input/qcom,qpnp-power-on.h> #include <dt-bindings/interrupt-controller/irq.h> #include <dt-bindings/spmi/spmi.h> &spmi_bus { qcom,pm855@0 { Loading @@ -29,6 +31,30 @@ qcom,temperature-threshold-set = <1>; }; qcom,power-on@800 { compatible = "qcom,qpnp-power-on"; reg = <0x800 0x100>; interrupts = <0x0 0x8 0x0 IRQ_TYPE_NONE>, <0x0 0x8 0x1 IRQ_TYPE_NONE>; interrupt-names = "kpdpwr", "resin"; qcom,pon-dbc-delay = <15625>; qcom,kpdpwr-sw-debounce; qcom,system-reset; qcom,store-hard-reset-reason; qcom,pon_1 { qcom,pon-type = <PON_POWER_ON_TYPE_KPDPWR>; qcom,pull-up = <1>; linux,code = <KEY_POWER>; }; qcom,pon_2 { qcom,pon-type = <PON_POWER_ON_TYPE_RESIN>; qcom,pull-up = <1>; linux,code = <KEY_VOLUMEDOWN>; }; }; pm855_clkdiv: clock-controller@5b00 { compatible = "qcom,spmi-clkdiv"; reg = <0x5b00 0x200>; Loading arch/arm64/boot/dts/qcom/pm855b.dtsi +5 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,11 @@ #address-cells = <2>; #size-cells = <0>; qcom,power-on@800 { compatible = "qcom,qpnp-power-on"; reg = <0x800 0x100>; }; pm855b_tz: qcom,temp-alarm@2400 { compatible = "qcom,spmi-temp-alarm"; reg = <0x2400 0x100>; Loading arch/arm64/boot/dts/qcom/pm855l.dtsi +5 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,11 @@ reg = <0x100 0x100>; }; qcom,power-on@800 { compatible = "qcom,qpnp-power-on"; reg = <0x800 0x100>; }; pm855l_tz: qcom,temp-alarm@2400 { compatible = "qcom,spmi-temp-alarm"; reg = <0x2400 0x100>; Loading Loading
arch/arm64/boot/dts/qcom/pm855.dtsi +27 −1 Original line number Diff line number Diff line Loading @@ -11,8 +11,10 @@ * GNU General Public License for more details. */ #include <dt-bindings/spmi/spmi.h> #include <dt-bindings/input/input.h> #include <dt-bindings/input/qcom,qpnp-power-on.h> #include <dt-bindings/interrupt-controller/irq.h> #include <dt-bindings/spmi/spmi.h> &spmi_bus { qcom,pm855@0 { Loading @@ -29,6 +31,30 @@ qcom,temperature-threshold-set = <1>; }; qcom,power-on@800 { compatible = "qcom,qpnp-power-on"; reg = <0x800 0x100>; interrupts = <0x0 0x8 0x0 IRQ_TYPE_NONE>, <0x0 0x8 0x1 IRQ_TYPE_NONE>; interrupt-names = "kpdpwr", "resin"; qcom,pon-dbc-delay = <15625>; qcom,kpdpwr-sw-debounce; qcom,system-reset; qcom,store-hard-reset-reason; qcom,pon_1 { qcom,pon-type = <PON_POWER_ON_TYPE_KPDPWR>; qcom,pull-up = <1>; linux,code = <KEY_POWER>; }; qcom,pon_2 { qcom,pon-type = <PON_POWER_ON_TYPE_RESIN>; qcom,pull-up = <1>; linux,code = <KEY_VOLUMEDOWN>; }; }; pm855_clkdiv: clock-controller@5b00 { compatible = "qcom,spmi-clkdiv"; reg = <0x5b00 0x200>; Loading
arch/arm64/boot/dts/qcom/pm855b.dtsi +5 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,11 @@ #address-cells = <2>; #size-cells = <0>; qcom,power-on@800 { compatible = "qcom,qpnp-power-on"; reg = <0x800 0x100>; }; pm855b_tz: qcom,temp-alarm@2400 { compatible = "qcom,spmi-temp-alarm"; reg = <0x2400 0x100>; Loading
arch/arm64/boot/dts/qcom/pm855l.dtsi +5 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,11 @@ reg = <0x100 0x100>; }; qcom,power-on@800 { compatible = "qcom,qpnp-power-on"; reg = <0x800 0x100>; }; pm855l_tz: qcom,temp-alarm@2400 { compatible = "qcom,spmi-temp-alarm"; reg = <0x2400 0x100>; Loading