dts: gigadevice: gd32vf103: remove redundant soc compatible
The gd,gd32vf103-soc compatible is redundant, drop it. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
e7b9c8c955
commit
a40c4c74da
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
soc {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "gd,gd32vf103-soc", "simple-bus";
|
||||
compatible = "simple-bus";
|
||||
interrupt-parent = <&eclic>;
|
||||
ranges;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue