mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
- `risc-v`: rework RichNeese's boards, reduce families, move tweaks to boards - `risc-v`/`starfive`: `CONFIG_MOTORCOMM_PHY=m` for the onboard Ethernet - `risc-v`/`starfive`: use mainline kernel 6.1.y, with StarFive's rebased patches against `v6.1.5` - from https://github.com/starfive-tech/linux/commits/visionfive - contention point: `1022-soc-sifive-ccache-Add-StarFive-JH71x0-support.patch` which I merged half-assed, need review/fixes? - `risc-v`/`starfive`: update kernel config, sans changes - `risc-v`/`starfive`: switch from `grub` to `extlinux` - `risc-v`/`starfive`: new `starfive` family with their (vendor) kernel Co-authored-by: Richard Neese <r.neese@gmail.com>
53 lines
1.7 KiB
Diff
53 lines
1.7 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Emil Renner Berthing <kernel@esmil.dk>
|
|
Date: Sat, 20 Nov 2021 19:29:25 +0100
|
|
Subject: dt-bindings: reset: Add StarFive JH7100 audio reset definitions
|
|
|
|
Add all resets for the StarFive JH7100 audio reset controller.
|
|
|
|
Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
|
|
---
|
|
include/dt-bindings/reset/starfive-jh7100-audio.h | 31 ++++++++++
|
|
1 file changed, 31 insertions(+)
|
|
|
|
diff --git a/include/dt-bindings/reset/starfive-jh7100-audio.h b/include/dt-bindings/reset/starfive-jh7100-audio.h
|
|
new file mode 100644
|
|
index 000000000000..30e3d4cf067a
|
|
--- /dev/null
|
|
+++ b/include/dt-bindings/reset/starfive-jh7100-audio.h
|
|
@@ -0,0 +1,31 @@
|
|
+/* SPDX-License-Identifier: GPL-2.0 OR MIT */
|
|
+/*
|
|
+ * Copyright (C) 2021 Emil Renner Berthing
|
|
+ */
|
|
+
|
|
+#ifndef __DT_BINDINGS_RESET_STARFIVE_JH7100_AUDIO_H__
|
|
+#define __DT_BINDINGS_RESET_STARFIVE_JH7100_AUDIO_H__
|
|
+
|
|
+#define JH7100_AUDRSTN_APB_BUS 0
|
|
+#define JH7100_AUDRSTN_I2SADC_APB 1
|
|
+#define JH7100_AUDRSTN_I2SADC_SRST 2
|
|
+#define JH7100_AUDRSTN_PDM_APB 3
|
|
+#define JH7100_AUDRSTN_I2SVAD_APB 4
|
|
+#define JH7100_AUDRSTN_I2SVAD_SRST 5
|
|
+#define JH7100_AUDRSTN_SPDIF_APB 6
|
|
+#define JH7100_AUDRSTN_PWMDAC_APB 7
|
|
+#define JH7100_AUDRSTN_I2SDAC_APB 8
|
|
+#define JH7100_AUDRSTN_I2SDAC_SRST 9
|
|
+#define JH7100_AUDRSTN_I2S1_APB 10
|
|
+#define JH7100_AUDRSTN_I2S1_SRST 11
|
|
+#define JH7100_AUDRSTN_I2SDAC16K_APB 12
|
|
+#define JH7100_AUDRSTN_I2SDAC16K_SRST 13
|
|
+#define JH7100_AUDRSTN_DMA1P_AHB 14
|
|
+#define JH7100_AUDRSTN_USB_APB 15
|
|
+#define JH7100_AUDRST_USB_AXI 16
|
|
+#define JH7100_AUDRST_USB_PWRUP_RST_N 17
|
|
+#define JH7100_AUDRST_USB_PONRST 18
|
|
+
|
|
+#define JH7100_AUDRSTN_END 19
|
|
+
|
|
+#endif /* __DT_BINDINGS_RESET_STARFIVE_JH7100_AUDIO_H__ */
|
|
--
|
|
Armbian
|
|
|