提交 7a15cf2a 编写于 作者: R Romain Perier 提交者: Greg Kroah-Hartman

nvmem: rockchip: add support for RK3368

This adds the necessary function for handling support on RK3368 SoCs
Signed-off-by: NRomain Perier <romain.perier@collabora.com>
Acked-by: NRob Herring <robh@kernel.org>
Signed-off-by: NSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 33d426a9
...@@ -6,6 +6,7 @@ Required properties: ...@@ -6,6 +6,7 @@ Required properties:
- "rockchip,rk3188-efuse" - for RK3188 SoCs. - "rockchip,rk3188-efuse" - for RK3188 SoCs.
- "rockchip,rk3228-efuse" - for RK3228 SoCs. - "rockchip,rk3228-efuse" - for RK3228 SoCs.
- "rockchip,rk3288-efuse" - for RK3288 SoCs. - "rockchip,rk3288-efuse" - for RK3288 SoCs.
- "rockchip,rk3368-efuse" - for RK3368 SoCs.
- "rockchip,rk3399-efuse" - for RK3399 SoCs. - "rockchip,rk3399-efuse" - for RK3399 SoCs.
- reg: Should contain the registers location and exact eFuse size - reg: Should contain the registers location and exact eFuse size
- clocks: Should be the clock id of eFuse - clocks: Should be the clock id of eFuse
......
...@@ -177,6 +177,10 @@ static const struct of_device_id rockchip_efuse_match[] = { ...@@ -177,6 +177,10 @@ static const struct of_device_id rockchip_efuse_match[] = {
.compatible = "rockchip,rk3288-efuse", .compatible = "rockchip,rk3288-efuse",
.data = (void *)&rockchip_rk3288_efuse_read, .data = (void *)&rockchip_rk3288_efuse_read,
}, },
{
.compatible = "rockchip,rk3368-efuse",
.data = (void *)&rockchip_rk3288_efuse_read,
},
{ {
.compatible = "rockchip,rk3399-efuse", .compatible = "rockchip,rk3399-efuse",
.data = (void *)&rockchip_rk3399_efuse_read, .data = (void *)&rockchip_rk3399_efuse_read,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册