Commit 17a376c0 authored by Baolin Wang's avatar Baolin Wang Committed by Olof Johansson

arm64: dts: sprd: Add SC27XX eFuse device

This patch adds the eFuse device node for Spreadtrum SC27XX PMICs.
The SC27XX eFuse contains 32 blocks and each block's data width is
16 bits.
Signed-off-by: default avatarBaolin Wang <baolin.wang@linaro.org>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent f94cd003
......@@ -57,6 +57,14 @@ pmic_eic: gpio@300 {
#interrupt-cells = <2>;
};
efuse@380 {
compatible = "sprd,sc27xx-efuse", "sprd,sc2731-efuse";
reg = <0x380>;
#address-cells = <1>;
#size-cells = <1>;
hwlocks = <&hwlock 12>;
};
vibrator@ec8 {
compatible = "sprd,sc27xx-vibrator", "sprd,sc2731-vibrator";
reg = <0xec8>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment