diff options
author | Carlo Caione <carlo@endlessm.com> | 2016-08-27 15:43:48 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2016-09-01 15:27:11 -0700 |
commit | bfe59f92d30613398997f235dbae623583d61b38 (patch) | |
tree | 36dd893b466bcda5cf70c6ef54be9c1ce63d4883 /arch/arm64/boot | |
parent | 56e9c4a6c1208210ef541bedaa9d6531f6e279ee (diff) | |
download | op-kernel-dev-bfe59f92d30613398997f235dbae623583d61b38.zip op-kernel-dev-bfe59f92d30613398997f235dbae623583d61b38.tar.gz |
ARM64: dts: amlogic: gxbb: Enable NVMEM
Add the NVMEM device node in the DTSI.
Signed-off-by: Carlo Caione <carlo@endlessm.com>
[khilman: dropped driver cleanup hunk]
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index 98e37bb..762f368 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi @@ -108,6 +108,24 @@ }; }; + efuse: efuse { + compatible = "amlogic,meson-gxbb-efuse"; + #address-cells = <1>; + #size-cells = <1>; + + sn: sn@14 { + reg = <0x14 0x10>; + }; + + eth_mac: eth_mac@34 { + reg = <0x34 0x10>; + }; + + bid: bid@46 { + reg = <0x46 0x30>; + }; + }; + timer { compatible = "arm,armv8-timer"; interrupts = <GIC_PPI 13 |