dts: arm64: Add EFUSE device node
authorandrew-ct.chen@mediatek.com <andrew-ct.chen@mediatek.com>
Thu, 19 Nov 2015 10:46:54 +0000 (18:46 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Thu, 11 Feb 2016 10:26:18 +0000 (11:26 +0100)
Add Mediatek MT8173 EFUSE device node

Signed-off-by: Andrew-CT Chen <andrew-ct.chen@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt8173.dtsi

index 7e27c1c677001c94476123ba12a70fc3d43efe19..f4bd3c9182ad3b4f441281304bdafae2f7822193 100644 (file)
                        reg = <0 0x10200620 0 0x20>;
                };
 
+               efuse: efuse@10206000 {
+                       compatible = "mediatek,mt8173-efuse";
+                       reg = <0 0x10206000 0 0x1000>;
+               };
+
                apmixedsys: clock-controller@10209000 {
                        compatible = "mediatek,mt8173-apmixedsys";
                        reg = <0 0x10209000 0 0x1000>;
This page took 0.024972 seconds and 5 git commands to generate.