mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
arm64: dts: mt8192: Add efuse node
Add efuse node for mt8192 SoC Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Reviewed-by: Nícolas F. R. A. Prado <nfraprado@collabora.com> Link: https://lore.kernel.org/r/20220318144534.17996-12-allen-kh.cheng@mediatek.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
parent
27f0eb16b0
commit
4d50a433d0
|
|
@ -736,6 +736,21 @@ audsys: clock-controller@11210000 {
|
|||
#clock-cells = <1>;
|
||||
};
|
||||
|
||||
efuse: efuse@11c10000 {
|
||||
compatible = "mediatek,efuse";
|
||||
reg = <0 0x11c10000 0 0x1000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
lvts_e_data1: data1@1c0 {
|
||||
reg = <0x1c0 0x58>;
|
||||
};
|
||||
|
||||
svs_calibration: calib@580 {
|
||||
reg = <0x580 0x68>;
|
||||
};
|
||||
};
|
||||
|
||||
i2c3: i2c@11cb0000 {
|
||||
compatible = "mediatek,mt8192-i2c";
|
||||
reg = <0 0x11cb0000 0 0x1000>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user