diff options
author | 2019-01-17 11:02:34 +0100 | |
---|---|---|
committer | 2019-01-17 12:01:49 -0800 | |
commit | 9ab2d15ce1c392602a4ae062746b3d9ab5cf47ec (patch) | |
tree | 5f4c52acc8fa8eadd2602cd46313e1fc079b0465 | |
parent | arm64: dts: meson: s400: fix emmc maximum rate (diff) | |
download | wireguard-linux-9ab2d15ce1c392602a4ae062746b3d9ab5cf47ec.tar.xz wireguard-linux-9ab2d15ce1c392602a4ae062746b3d9ab5cf47ec.zip |
arm64: dts: meson-axg: add efuse device
Add efuse to the AXG family
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi index 781632bd60ed..f044473dc7d0 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"; |