• Suman Anna's avatar
    mfd: syscon: Use a unique name with regmap_config · e15d7f2b
    Suman Anna authored
    The DT node full name is currently being used in regmap_config
    which in turn is used to create the regmap debugfs directories.
    This name however is not guaranteed to be unique and the regmap
    debugfs registration can fail in the cases where the syscon nodes
    have the same unit-address but are present in different DT node
    hierarchies. Replace this logic using the syscon reg resource
    address instead (inspired from logic used while creating platform
    devices) to ensure a unique name is given for each syscon.
    Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
    Reviewed-by: default avatarArnd Bergmann <arnd@arndb.de>
    Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
    e15d7f2b
syscon.c 7.06 KB