Loading drivers/clk/qcom/gcc-bengal.c +2 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2019, The Linux Foundation. All rights reserved. * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved. */ #define pr_fmt(fmt) "clk: %s: " fmt, __func__ Loading Loading @@ -3766,6 +3766,7 @@ static struct clk_regmap *gcc_bengal_clocks[] = { static const struct qcom_reset_map gcc_bengal_resets[] = { [GCC_QUSB2PHY_PRIM_BCR] = { 0x1c000 }, [GCC_QUSB2PHY_SEC_BCR] = { 0x1c004 }, [GCC_SDCC1_BCR] = { 0x38000 }, [GCC_UFS_PHY_BCR] = { 0x45000 }, [GCC_USB30_PRIM_BCR] = { 0x1a000 }, [GCC_USB_PHY_CFG_AHB2PHY_BCR] = { 0x1d000 }, Loading include/dt-bindings/clock/qcom,gcc-bengal.h +3 −2 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2019, The Linux Foundation. All rights reserved. * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved. */ #ifndef _DT_BINDINGS_CLK_QCOM_GCC_BENGAL_H Loading Loading @@ -175,7 +175,8 @@ /* GCC resets */ #define GCC_QUSB2PHY_PRIM_BCR 0 #define GCC_QUSB2PHY_SEC_BCR 2 #define GCC_QUSB2PHY_SEC_BCR 1 #define GCC_SDCC1_BCR 2 #define GCC_UFS_PHY_BCR 3 #define GCC_USB30_PRIM_BCR 4 #define GCC_USB_PHY_CFG_AHB2PHY_BCR 5 Loading Loading
drivers/clk/qcom/gcc-bengal.c +2 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2019, The Linux Foundation. All rights reserved. * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved. */ #define pr_fmt(fmt) "clk: %s: " fmt, __func__ Loading Loading @@ -3766,6 +3766,7 @@ static struct clk_regmap *gcc_bengal_clocks[] = { static const struct qcom_reset_map gcc_bengal_resets[] = { [GCC_QUSB2PHY_PRIM_BCR] = { 0x1c000 }, [GCC_QUSB2PHY_SEC_BCR] = { 0x1c004 }, [GCC_SDCC1_BCR] = { 0x38000 }, [GCC_UFS_PHY_BCR] = { 0x45000 }, [GCC_USB30_PRIM_BCR] = { 0x1a000 }, [GCC_USB_PHY_CFG_AHB2PHY_BCR] = { 0x1d000 }, Loading
include/dt-bindings/clock/qcom,gcc-bengal.h +3 −2 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2019, The Linux Foundation. All rights reserved. * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved. */ #ifndef _DT_BINDINGS_CLK_QCOM_GCC_BENGAL_H Loading Loading @@ -175,7 +175,8 @@ /* GCC resets */ #define GCC_QUSB2PHY_PRIM_BCR 0 #define GCC_QUSB2PHY_SEC_BCR 2 #define GCC_QUSB2PHY_SEC_BCR 1 #define GCC_SDCC1_BCR 2 #define GCC_UFS_PHY_BCR 3 #define GCC_USB30_PRIM_BCR 4 #define GCC_USB_PHY_CFG_AHB2PHY_BCR 5 Loading