arm64: dts: meson-axg: add efuse device
authorJerome Brunet <jbrunet@baylibre.com>
Thu, 17 Jan 2019 10:02:34 +0000 (11:02 +0100)
committerKevin 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

index 781632b..f044473 100644 (file)
                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";