diff options
| author | Jerome Brunet <[email protected]> | 2019-01-17 11:02:34 +0100 |
|---|---|---|
| committer | Kevin Hilman <[email protected]> | 2019-01-17 12:01:49 -0800 |
| commit | 9ab2d15ce1c392602a4ae062746b3d9ab5cf47ec (patch) | |
| tree | 5f4c52acc8fa8eadd2602cd46313e1fc079b0465 | |
| parent | ec01fb69ac8034ad6e839b31f9df167a110f868b (diff) | |
arm64: dts: meson-axg: add efuse device
Add efuse to the AXG family
Signed-off-by: Jerome Brunet <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
| -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"; |