aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Caione <carlo@endlessm.com>2016-08-27 09:43:48 -0400
committerKevin Hilman <khilman@baylibre.com>2016-09-01 18:27:11 -0400
commitbfe59f92d30613398997f235dbae623583d61b38 (patch)
tree36dd893b466bcda5cf70c6ef54be9c1ce63d4883
parent56e9c4a6c1208210ef541bedaa9d6531f6e279ee (diff)
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>
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi18
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 98e37bb1aee3..762f3681a49c 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
@@ -108,6 +108,24 @@
108 }; 108 };
109 }; 109 };
110 110
111 efuse: efuse {
112 compatible = "amlogic,meson-gxbb-efuse";
113 #address-cells = <1>;
114 #size-cells = <1>;
115
116 sn: sn@14 {
117 reg = <0x14 0x10>;
118 };
119
120 eth_mac: eth_mac@34 {
121 reg = <0x34 0x10>;
122 };
123
124 bid: bid@46 {
125 reg = <0x46 0x30>;
126 };
127 };
128
111 timer { 129 timer {
112 compatible = "arm,armv8-timer"; 130 compatible = "arm,armv8-timer";
113 interrupts = <GIC_PPI 13 131 interrupts = <GIC_PPI 13