mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-22 11:22:32 +00:00
Add driver for the StarFive JH7110 system clock controller and register an auxiliary device for system reset controller which is named as "rst-sys". Tested-by: Tommaso Merciai <tomm.merciai@gmail.com> Reviewed-by: Emil Renner Berthing <emil.renner.berthing@canonical.com> Signed-off-by: Emil Renner Berthing <kernel@esmil.dk> Co-developed-by: Hal Feng <hal.feng@starfivetech.com> Signed-off-by: Hal Feng <hal.feng@starfivetech.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
12 lines
268 B
C
12 lines
268 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __CLK_STARFIVE_JH7110_H
|
|
#define __CLK_STARFIVE_JH7110_H
|
|
|
|
#include "clk-starfive-jh71x0.h"
|
|
|
|
int jh7110_reset_controller_register(struct jh71x0_clk_priv *priv,
|
|
const char *adev_name,
|
|
u32 adev_id);
|
|
|
|
#endif
|