diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2017-10-03 01:28:04 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-10-29 17:00:38 +0100 |
commit | 2cb51a8ddd69dbd9e6b3d19dfdacd4ebfdd166a8 (patch) | |
tree | 04ed7d2480c38bf8db9f43cc2befc09ae1071b3c /arch/arm/boot/dts/meson8b.dtsi | |
parent | ARM: dts: meson8b: enable gpio interrupt controller (diff) | |
download | linux-2cb51a8ddd69dbd9e6b3d19dfdacd4ebfdd166a8.tar.xz linux-2cb51a8ddd69dbd9e6b3d19dfdacd4ebfdd166a8.zip |
ARM: dts: meson: add the efuse node
Meson6, Meson8 and Meson8b use a similar IP block which has access to
512 bytes of efuse data.
During SoC manufacturing some calibration settings for the CVBS
connector and the internal temperature sensor are written to this efuse.
On some boards it additionally stores for example the MAC addresses.
The efuse is enabled on Meson8 and Meson8b but kept disabled on Meson6
since we do not have a clock driver there (which is required to read
data from the efuse).
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts/meson8b.dtsi')
-rw-r--r-- | arch/arm/boot/dts/meson8b.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi index c12646ecef2b..7ecce8890d21 100644 --- a/arch/arm/boot/dts/meson8b.dtsi +++ b/arch/arm/boot/dts/meson8b.dtsi @@ -195,6 +195,13 @@ }; }; + +&efuse { + compatible = "amlogic,meson8b-efuse"; + clocks = <&clkc CLKID_EFUSE>; + clock-names = "core"; +}; + ðmac { clocks = <&clkc CLKID_ETH>; clock-names = "stmmaceth"; |