Skip to content

Commit

Permalink
ARM: dts: cygnus: fix naming of pinctrl node
Browse files Browse the repository at this point in the history
Remove 0x from pinctrl node to match device tree naming convention.

Signed-off-by: Scott Branden <[email protected]>
Reviewed-by: Ray Jui <[email protected]>
Signed-off-by: Florian Fainelli <[email protected]>
  • Loading branch information
sbranden authored and ffainelli committed Oct 19, 2016
1 parent 547f231 commit b350e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm-cygnus.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
};
};

pinctrl: pinctrl@0x0301d0c8 {
pinctrl: pinctrl@0301d0c8 {
compatible = "brcm,cygnus-pinmux";
reg = <0x0301d0c8 0x30>,
<0x0301d24c 0x2c>;
Expand Down

0 comments on commit b350e9d

Please sign in to comment.