mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
ARM: dts: ipq4019: Fix pinctrl node name
This patch fixes the pinctrl node addresses to be the correct format. Signed-off-by: Varadarajan Narayanan <varada@codeaurora.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
parent
e099febc8e
commit
ba4ca27ba9
|
|
@ -40,7 +40,7 @@ timer {
|
|||
clock-frequency = <48000000>;
|
||||
};
|
||||
|
||||
pinctrl@0x01000000 {
|
||||
pinctrl@1000000 {
|
||||
serial_pins: serial_pinmux {
|
||||
mux {
|
||||
pins = "gpio60", "gpio61";
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ gcc: clock-controller@1800000 {
|
|||
reg = <0x1800000 0x60000>;
|
||||
};
|
||||
|
||||
tlmm: pinctrl@0x01000000 {
|
||||
tlmm: pinctrl@1000000 {
|
||||
compatible = "qcom,ipq4019-pinctrl";
|
||||
reg = <0x01000000 0x300000>;
|
||||
gpio-controller;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user