Skip to content
Snippets Groups Projects
Commit 004d4d66 authored by Sander Vanheule's avatar Sander Vanheule Committed by Daniel Golle
Browse files

realtek: fix node addresses for RTL839x


The address in some node names doesn't match the actual offset specified
in the DT node. Update the names to fix this.

While fixing the node names, also drop the unused node labels.

Fixes: 0a7565e5 ("realtek: Update rtl839x.dtsi for realtek,rtl-intc, new gpio controller remove RTL8231 node")
Signed-off-by: default avatarSander Vanheule <sander@svanheule.net>
parent 1ca08100
No related branches found
No related tags found
No related merge requests found
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
status = "disabled"; status = "disabled";
}; };
gpio0: gpio-controller@b3500 { gpio0: gpio-controller@3500 {
compatible = "realtek,rtl8390-gpio", "realtek,otto-gpio"; compatible = "realtek,rtl8390-gpio", "realtek,otto-gpio";
reg = <0x3500 0x20>; reg = <0x3500 0x20>;
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
}; };
pinmux: pinmux@1b001000 { pinmux@1b000004 {
compatible = "pinctrl-single"; compatible = "pinctrl-single";
reg = <0x1b000004 0x4>; reg = <0x1b000004 0x4>;
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
}; };
/* LED_GLB_CTRL */ /* LED_GLB_CTRL */
pinmux_led: pinmux@1b00a000 { pinmux@1b0000e4 {
compatible = "pinctrl-single"; compatible = "pinctrl-single";
reg = <0x1b0000e4 0x4>; reg = <0x1b0000e4 0x4>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment