diff mbox series

arm64: dts: meson-axg: add efuse device

Message ID 20190117100234.30989-1-jbrunet@baylibre.com
State Accepted
Commit 9ab2d15ce1c392602a4ae062746b3d9ab5cf47ec
Headers show
Series arm64: dts: meson-axg: add efuse device | expand

Commit Message

Jerome Brunet Jan. 17, 2019, 10:02 a.m. UTC
Add efuse to the AXG family

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>

---
 arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

-- 
2.20.1

Comments

Kevin Hilman Jan. 17, 2019, 8:03 p.m. UTC | #1
Jerome Brunet <jbrunet@baylibre.com> writes:

> Add efuse to the AXG family

>

> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>


Queued for v5.1,

Thanks,

Kevin
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
index ae336cb34e29..0e0abb1a03e2 100644
--- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
@@ -111,6 +111,14 @@ 
 		compatible = "amlogic,meson-gxbb-sm";
 	};
 
+	efuse: efuse {
+		compatible = "amlogic,meson-gxbb-efuse";
+		clocks = <&clkc CLKID_EFUSE>;
+		#address-cells = <1>;
+		#size-cells = <1>;
+		read-only;
+	};
+
 	psci {
 		compatible = "arm,psci-1.0";
 		method = "smc";