projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec01fb6
)
arm64: dts: meson-axg: add efuse device
author
Jerome Brunet
<jbrunet@baylibre.com>
Thu, 17 Jan 2019 10:02:34 +0000
(11:02 +0100)
committer
Kevin Hilman
<khilman@baylibre.com>
Thu, 17 Jan 2019 20:01:49 +0000
(12:01 -0800)
Add efuse to the AXG family
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-axg.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
index
781632b
..
f044473
100644
(file)
--- 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";