Hi Elaine, you should also add the RK805 to the device tree bindings documentation in Documentation/devicetree/bindings/mfd/rk808.txt Regards, Wadim Am 09.03.2017 um 09:49 schrieb Elaine Zhang: > Elaine Zhang (4): > mfd: rk808: fix up the chip id get failed > linux: mfd: rk808: add rk805 regs addr and ID > regulator: rk808: Add regulator driver for RK805 > mfd: rk808: Add RK805 support > > drivers/clk/Kconfig | 4 +- > drivers/mfd/Kconfig | 4 +- > drivers/mfd/rk808.c | 130 ++++++++++++++++++++++++++++++++++-- > drivers/regulator/Kconfig | 4 +- > drivers/regulator/rk808-regulator.c | 66 ++++++++++++++++++ > drivers/rtc/Kconfig | 4 +- > include/linux/mfd/rk808.h | 92 +++++++++++++++++++++++++ > 7 files changed, 290 insertions(+), 14 deletions(-) >