summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-layerscape/include/mach/lowlevel.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-03-04 14:48:50 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-03-13 10:35:13 +0100
commit91cad66628c1af4693c1a5553a72f825bd4d63d6 (patch)
tree868738368c3e9d77f196e2146814f00910bd3c26 /arch/arm/mach-layerscape/include/mach/lowlevel.h
parente3d7b77adf0345d2f600151b9e1d114e5c2c919f (diff)
downloadbarebox-91cad66628c1af4693c1a5553a72f825bd4d63d6.tar.gz
barebox-91cad66628c1af4693c1a5553a72f825bd4d63d6.tar.xz
ARM: Add basic Layerscape support
This adds basic Layerscape support: - Makefile/Kconfig - Register maps - errata workarounds Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-layerscape/include/mach/lowlevel.h')
-rw-r--r--arch/arm/mach-layerscape/include/mach/lowlevel.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-layerscape/include/mach/lowlevel.h b/arch/arm/mach-layerscape/include/mach/lowlevel.h
new file mode 100644
index 0000000000..0f5f0f3aad
--- /dev/null
+++ b/arch/arm/mach-layerscape/include/mach/lowlevel.h
@@ -0,0 +1,7 @@
+#ifndef __MACH_LOWLEVEL_H
+#define __MACH_LOWLEVEL_H
+
+void ls1046a_init_lowlevel(void);
+void ls1046a_init_l2_latency(void);
+
+#endif /* __MACH_LOWLEVEL_H */