Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

nvmem: meson-efuse: bindings: Add secure-monitor phandle

Add a new property to link the nvmem driver to the secure-monitor. The
nvmem driver needs to access the secure-monitor to be able to access the
fuses.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>

authored by

Carlo Caione and committed by
Kevin Hilman
47b3c53a beb91681

+6
+6
Documentation/devicetree/bindings/nvmem/amlogic-efuse.txt
··· 4 4 - compatible: should be "amlogic,meson-gxbb-efuse" 5 5 - clocks: phandle to the efuse peripheral clock provided by the 6 6 clock controller. 7 + - secure-monitor: phandle to the secure-monitor node 7 8 8 9 = Data cells = 9 10 Are child nodes of eFuse, bindings of which as described in ··· 17 16 clocks = <&clkc CLKID_EFUSE>; 18 17 #address-cells = <1>; 19 18 #size-cells = <1>; 19 + secure-monitor = <&sm>; 20 20 21 21 sn: sn@14 { 22 22 reg = <0x14 0x10>; ··· 30 28 bid: bid@46 { 31 29 reg = <0x46 0x30>; 32 30 }; 31 + }; 32 + 33 + sm: secure-monitor { 34 + compatible = "amlogic,meson-gxbb-sm"; 33 35 }; 34 36 35 37 = Data consumers =