Skip to content

Commit 082c6a2

Browse files
iuncuimwens
authored andcommitted
arm64: dts: allwinner: A523: Add SID controller node
The SID controller should be compatible with A64 and others SoC with 0x200 offset. Signed-off-by: Mikhail Kalashnikov <[email protected]> Reviewed-by: Chen-Yu Tsai <[email protected]> Link: https://patch.msgid.link/[email protected] [[email protected]: Fixed position of SID device node] Signed-off-by: Chen-Yu Tsai <[email protected]>
1 parent 8f128f3 commit 082c6a2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,14 @@
379379
ranges;
380380
};
381381

382+
sid: efuse@3006000 {
383+
compatible = "allwinner,sun55i-a523-sid",
384+
"allwinner,sun50i-a64-sid";
385+
reg = <0x03006000 0x1000>;
386+
#address-cells = <1>;
387+
#size-cells = <1>;
388+
};
389+
382390
gic: interrupt-controller@3400000 {
383391
compatible = "arm,gic-v3";
384392
#address-cells = <1>;

0 commit comments

Comments
 (0)