diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2020-02-13 15:26:29 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2020-04-28 21:50:20 +0200 |
commit | e07fec6062865ae4fbc096223fbceac039b18acf (patch) | |
tree | b7a6883f561aeab2f0c2623aec2d9910f3490898 /arch/arm/mach-integrator/impd1.h | |
parent | ccea5e8a5918110a45c5f1c42ccd56affa0febcb (diff) |
ARM: integrator: Retire LM and IM-PD1 boardfile code
We now support probing and populating logical modules and
the IM-PD1 example module in particular directly from the
device tree using the LM bus driver.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-integrator/impd1.h')
-rw-r--r-- | arch/arm/mach-integrator/impd1.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/mach-integrator/impd1.h b/arch/arm/mach-integrator/impd1.h deleted file mode 100644 index 36124d34c8f7..000000000000 --- a/arch/arm/mach-integrator/impd1.h +++ /dev/null @@ -1,15 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#define IMPD1_LEDS 0x0c -#define IMPD1_INT 0x10 -#define IMPD1_SW 0x14 -#define IMPD1_CTRL 0x18 - -#define IMPD1_CTRL_DISP_LCD (0 << 0) -#define IMPD1_CTRL_DISP_VGA (1 << 0) -#define IMPD1_CTRL_DISP_LCD1 (2 << 0) -#define IMPD1_CTRL_DISP_ENABLE (1 << 2) -#define IMPD1_CTRL_DISP_MASK (7 << 0) - -struct device; - -void impd1_tweak_control(struct device *dev, u32 mask, u32 val); |