Searched +full:snvs +full:- +full:poweroff (Results 1 – 8 of 8) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.02 # Copyright (C) 2008-2011 Freescale Semiconductor Inc.4 ---5 $id: http://devicetree.org/schemas/crypto/fsl,sec-v4.0-mon.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Freescale Secure Non-Volatile Storage (SNVS)11 - '"Horia Geantă" <[email protected]>'12 - Pankaj Gupta <[email protected]>13 - Gaurav Jain <[email protected]>16 Node defines address range and the associated interrupt for the SNVS function.[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)4 * Copyright 2017-2018 NXP.8 #include <dt-bindings/clock/imx6sll-clock.h>9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include "imx6sll-pinfunc.h"14 #address-cells = <1>;15 #size-cells = <1>;46 #address-cells = <1>;47 #size-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.05 #include <dt-bindings/clock/imx6ul-clock.h>6 #include <dt-bindings/gpio/gpio.h>7 #include <dt-bindings/input/input.h>8 #include <dt-bindings/interrupt-controller/arm-gic.h>9 #include "imx6ul-pinfunc.h"12 #address-cells = <1>;13 #size-cells = <1>;16 * pre-existing /chosen node to be available to insert the57 #address-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+6 #include <dt-bindings/clock/imx6qdl-clock.h>7 #include <dt-bindings/input/input.h>8 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #address-cells = <1>;12 #size-cells = <1>;15 * pre-existing /chosen node to be available to insert the58 compatible = "fixed-clock";59 #clock-cells = <0>;60 clock-frequency = <32768>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT6 #include <dt-bindings/clock/imx7d-clock.h>7 #include <dt-bindings/power/imx7-power.h>8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/input/input.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/reset/imx7-reset.h>12 #include "imx7d-pinfunc.h"15 #address-cells = <1>;16 #size-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.05 #include <dt-bindings/interrupt-controller/irq.h>6 #include "imx6sl-pinfunc.h"7 #include <dt-bindings/clock/imx6sl-clock.h>10 #address-cells = <1>;11 #size-cells = <1>;14 * pre-existing /chosen node to be available to insert the50 #address-cells = <1>;51 #size-cells = <0>;54 compatible = "arm,cortex-a9";[all …]
1 // SPDX-License-Identifier: GPL-2.05 #include <dt-bindings/clock/imx6sx-clock.h>6 #include <dt-bindings/gpio/gpio.h>7 #include <dt-bindings/input/input.h>8 #include <dt-bindings/interrupt-controller/arm-gic.h>9 #include "imx6sx-pinfunc.h"12 #address-cells = <1>;13 #size-cells = <1>;16 * pre-existing /chosen node to be available to insert the60 #address-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 // bd71837-regulator.c ROHM BD71837MWV/BD71847MWV regulator driver10 #include <linux/mfd/rohm-bd718x7.h>51 * controlled by software - or by PMIC internal HW state machine. Whether52 * regulator should be under SW or HW control can be defined from device-tree.103 * Note for next hacker - these PMICs have a register where the HW state can be104 * read. If assuming RUN appears to be false in your use-case - you can123 ret = regmap_read(rdev->regmap, rdev->desc->enable_reg, &val); in bd71837_get_buck34_enable_hwctrl()138 * guarantee minimum of 1ms sleep - it shouldn't matter if we in voltage_change_done()143 ret = regmap_clear_bits(rdev->regmap, BD718XX_REG_MVRFLTMASK2, in voltage_change_done()[all …]