summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomer Maimon <tmaimon77@gmail.com>2021-01-13 23:00:02 +0300
committerJoel Stanley <joel@jms.id.au>2021-11-01 09:42:43 +0300
commit310db6a7f7d860918dc6d1e3727a87be660694f4 (patch)
treeda1d5e2538251250d4661b7375da5f91d2a8d121
parent8c25468a884815ad4b2c9bf60f77a89d44f95a34 (diff)
downloadlinux-310db6a7f7d860918dc6d1e3727a87be660694f4.tar.xz
ARM: dts: npcm750: Add fuse regmap support node
OpenBMC-Staging-Count: 4 Signed-off-by: Tomer Maimon <tmaimon77@gmail.com> Reviewed-by: Joel Stanley <joel@jms.id.au> Link: https://lore.kernel.org/r/20210113200010.71845-5-tmaimon77@gmail.com Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r--arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi b/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
index 3af782b127c5..fa4f9c8cfe66 100644
--- a/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
+++ b/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
@@ -71,6 +71,11 @@
interrupt-parent = <&gic>;
ranges = <0x0 0xf0000000 0x00900000>;
+ fuse: fuse@18a000 {
+ compatible = "nuvoton,npcm750-fuse", "syscon", "simple-mfd";
+ reg = <0x18a000 0x1000>;
+ };
+
scu: scu@3fe000 {
compatible = "arm,cortex-a9-scu";
reg = <0x3fe000 0x1000>;