Skip to content

Commit

Permalink
staging: mt7621-dts: use standard 'syscon' string
Browse files Browse the repository at this point in the history
Both 'memc' and 'sysc' nodes are not using 'syscon'
as a node string which is the standard one to be used.
Update both of them.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20210505132154.8263-3-sergio.paracuellos@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Sergio Paracuellos authored and Greg Kroah-Hartman committed May 10, 2021
1 parent b619c32 commit 0e7babd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/mt7621-dts/mt7621.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
#address-cells = <1>;
#size-cells = <1>;

sysc: sysc@0 {
sysc: syscon@0 {
compatible = "mediatek,mt7621-sysc", "syscon";
reg = <0x0 0x100>;
#clock-cells = <1>;
Expand Down Expand Up @@ -122,7 +122,7 @@
status = "disabled";
};

memc: memc@5000 {
memc: syscon@5000 {
compatible = "mediatek,mt7621-memc", "syscon";
reg = <0x5000 0x1000>;
};
Expand Down

0 comments on commit 0e7babd

Please sign in to comment.