Searched +full:imx8mn +full:- +full:isi (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/soc/imx/fsl,imx8mn-disp-blk-ctrl.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: NXP i.MX8MN DISP blk-ctrl10 - Lucas Stach <l.stach@pengutronix.de>13 The i.MX8MN DISP blk-ctrl is a top-level peripheral providing access to20 - const: fsl,imx8mn-disp-blk-ctrl21 - const: syscon26 '#power-domain-cells':[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/imx8mn-clock.h>7 #include <dt-bindings/power/imx8mn-power.h>8 #include <dt-bindings/reset/imx8mq-reset.h>9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/input/input.h>11 #include <dt-bindings/interrupt-controller/arm-gic.h>12 #include <dt-bindings/thermal/thermal.h>14 #include "imx8mn-pinfunc.h"17 interrupt-parent = <&gic>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/usb/pd.h>7 #include "imx8mn.dtsi"11 stdout-path = &uart2;14 gpio-leds {15 compatible = "gpio-leds";16 pinctrl-names = "default";17 pinctrl-0 = <&pinctrl_gpio_led>;22 default-state = "on";26 hdmi-connector {[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/imx8mp-clock.h>7 #include <dt-bindings/power/imx8mp-power.h>8 #include <dt-bindings/reset/imx8mp-reset.h>9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/input/input.h>11 #include <dt-bindings/interconnect/fsl,imx8mp.h>12 #include <dt-bindings/interrupt-controller/arm-gic.h>13 #include <dt-bindings/thermal/thermal.h>15 #include "imx8mp-pinfunc.h"[all …]
1 // SPDX-License-Identifier: GPL-2.0+19 #include <dt-bindings/power/imx8mm-power.h>20 #include <dt-bindings/power/imx8mn-power.h>21 #include <dt-bindings/power/imx8mp-power.h>22 #include <dt-bindings/power/imx8mq-power.h>53 * an if-statement should be used before setting and clearing this88 const struct imx8m_blk_ctrl_domain_data *data = domain->data; in imx8m_blk_ctrl_power_on()89 struct imx8m_blk_ctrl *bc = domain->bc; in imx8m_blk_ctrl_power_on()93 ret = pm_runtime_get_sync(bc->bus_power_dev); in imx8m_blk_ctrl_power_on()95 pm_runtime_put_noidle(bc->bus_power_dev); in imx8m_blk_ctrl_power_on()[all …]