devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] rockchip: Add efuse support for RK3368 SoCs
@ 2017-09-04  8:51 Romain Perier
  2017-09-04  8:51 ` [PATCH v2 1/4] clk: rockchip: add clock id for PCLK_EFUSE256 of " Romain Perier
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Romain Perier @ 2017-09-04  8:51 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, linux-clk-u79uwXL29TY76Z2rM5mHXA,
	Heiko Stuebner, Srinivas Kandagatla
  Cc: philipp.tomsich-SN7IsUiht6C/RdPyistoZJqQE7yCjDx5,
	klaus.goger-SN7IsUiht6C/RdPyistoZJqQE7yCjDx5,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Rob Herring, Ian Campbell,
	Pawel Moll, Mark Rutland, Kumar Gala,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Romain Perier

This set of patches exports the right clocks, add required functions
and data, and definition for enabling and supporting eFuse on RK3368
SoCs.

Note: On my geekbox rk3368, I was unable to flash a working upstream ATF
or upstream uboot (missing support for LPDDR3 init and timping). I cannot
test the driver without the secure mode for this efuse on my hardware.So
I am asking for testing. I think that it should work like on rk3288

Changes in v2:
- Removed ARM SMC calls for efuse, we need to do as upstream ATF and
  uboot mainline do, so no secure-regs for efuse

Romain Perier (4):
  clk: rockchip: add clock id for PCLK_EFUSE256 of RK3368 SoCs
  clk: rockchip: export clock pclk_efuse_256 for RK3368 SoCs
  nvmem: rockchip: add support for RK3368
  arm64: dts: rockchip: add efuse for RK3368 SoCs

 Documentation/devicetree/bindings/nvmem/rockchip-efuse.txt |  1 +
 arch/arm64/boot/dts/rockchip/rk3368.dtsi                   | 14 ++++++++++++++
 drivers/clk/rockchip/clk-rk3368.c                          |  2 +-
 drivers/nvmem/rockchip-efuse.c                             |  4 ++++
 include/dt-bindings/clock/rk3368-cru.h                     |  1 +
 5 files changed, 21 insertions(+), 1 deletion(-)

-- 
2.11.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-10-24 13:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-04  8:51 [PATCH v2 0/4] rockchip: Add efuse support for RK3368 SoCs Romain Perier
2017-09-04  8:51 ` [PATCH v2 1/4] clk: rockchip: add clock id for PCLK_EFUSE256 of " Romain Perier
2017-10-14 19:27   ` Heiko Stuebner
2017-09-04  8:51 ` [PATCH v2 2/4] clk: rockchip: export clock pclk_efuse_256 for " Romain Perier
2017-10-14 21:29   ` Heiko Stuebner
     [not found] ` <20170904085119.25981-1-romain.perier-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
2017-09-04  8:51   ` [PATCH v2 3/4] nvmem: rockchip: add support for RK3368 Romain Perier
     [not found]     ` <20170904085119.25981-4-romain.perier-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
2017-10-14 21:31       ` Heiko Stuebner
2017-10-16  9:09         ` Srinivas Kandagatla
2017-09-04  8:51   ` [PATCH v2 4/4] arm64: dts: rockchip: add efuse for RK3368 SoCs Romain Perier
     [not found]     ` <20170904085119.25981-5-romain.perier-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
2017-10-24 13:37       ` Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).