Add a DT node for eFuse. Signed-off-by: Andreas Färber <afaerber@xxxxxxx> --- v2: New arch/arm/boot/dts/rtd1195.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/rtd1195.dtsi b/arch/arm/boot/dts/rtd1195.dtsi index 5ad0e81c37af..2ae08f6da9e8 100644 --- a/arch/arm/boot/dts/rtd1195.dtsi +++ b/arch/arm/boot/dts/rtd1195.dtsi @@ -119,6 +119,14 @@ iso: syscon@7000 { ranges = <0x0 0x7000 0x1000>; }; + efuse: efuse@17000 { + compatible = "realtek,rtd1195-efuse"; + reg = <0x17000 0x400>; + read-only; + #address-cells = <1>; + #size-cells = <1>; + }; + sb2: syscon@1a000 { compatible = "syscon", "simple-mfd"; reg = <0x1a000 0x1000>; -- 2.26.2