mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
ARM: dts: imx: rename iomuxc to pinmux
Rename node name iomuxc to pinmux. Fix below CHECK_DTBS warnings:
arch/arm/boot/dts/nxp/imx/imx1-apf9328.dtb: iomuxc@21c000 (fsl,imx1-iomuxc): $nodename:0: 'iomuxc@21c000' does not match '^(pinctrl|pinmux)(@[0-9a-f]+)?$'
from schema $id: http://devicetree.org/schemas/pinctrl/fsl,imx27-iomuxc.yaml
Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
parent
d04bb16582
commit
81469ef61c
|
|
@ -202,7 +202,7 @@ clks: ccm@21b000 {
|
|||
#clock-cells = <1>;
|
||||
};
|
||||
|
||||
iomuxc: iomuxc@21c000 {
|
||||
iomuxc: pinmux@21c000 {
|
||||
compatible = "fsl,imx1-iomuxc";
|
||||
reg = <0x0021c000 0x1000>;
|
||||
#address-cells = <1>;
|
||||
|
|
|
|||
|
|
@ -195,7 +195,7 @@ kpp: kpp@43fa8000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
iomuxc: iomuxc@43fac000 {
|
||||
iomuxc: pinmux@43fac000 {
|
||||
compatible = "fsl,imx25-iomuxc";
|
||||
reg = <0x43fac000 0x4000>;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -289,7 +289,7 @@ sdhci2: mmc@10014000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
iomuxc: iomuxc@10015000 {
|
||||
iomuxc: pinmux@10015000 {
|
||||
compatible = "fsl,imx27-iomuxc";
|
||||
reg = <0x10015000 0x600>;
|
||||
#address-cells = <1>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user