diff mbox

[v2,3/3] dts: arm64: Add EFUSE device node

Message ID 1447930014-19579-4-git-send-email-andrew-ct.chen@mediatek.com (mailing list archive)
State New, archived
Headers show

Commit Message

andrew-ct chen Nov. 19, 2015, 10:46 a.m. UTC
Add Mediatek MT8173 EFUSE device node

Signed-off-by: Andrew-CT Chen <andrew-ct.chen@mediatek.com>
---
 arch/arm64/boot/dts/mediatek/mt8173.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Matthias Brugger Feb. 10, 2016, 5:48 p.m. UTC | #1
On 19/11/15 11:46, Andrew-CT Chen wrote:
> Add Mediatek MT8173 EFUSE device node
>
> Signed-off-by: Andrew-CT Chen <andrew-ct.chen@mediatek.com>
> ---

Applied, thanks.
diff mbox

Patch

diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
index 4dd5f93..d67e23b 100644
--- a/arch/arm64/boot/dts/mediatek/mt8173.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
@@ -267,6 +267,11 @@ 
 			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>;