]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: fsl-lx2160a: fix #address-cells for pinctrl-single
authorFrank Li <Frank.Li@nxp.com>
Wed, 26 Jun 2024 20:25:23 +0000 (16:25 -0400)
committerShawn Guo <shawnguo@kernel.org>
Mon, 1 Jul 2024 14:21:44 +0000 (22:21 +0800)
Change #addres-cells to 1 and #size-cells to 0 to align binding doc
requiremement.

Fix below warning:
arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dtb: pinmux@70010012c: #address-cells:0:0: 1 was expected
from schema $id: http://devicetree.org/schemas/pinctrl/pinctrl-single.yaml#

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi

index 83431dd5d287249b7db59529fbd5a3aa8973d4e4..26c7ca31e22e7b8a341a42f2e32561484f6e828a 100644 (file)
                pinmux_i2crv: pinmux@70010012c {
                        compatible = "pinctrl-single";
                        reg = <0x00000007 0x0010012c 0x0 0xc>;
-                       #address-cells = <2>;
-                       #size-cells = <2>;
+                       #address-cells = <1>;
+                       #size-cells = <0>;
                        pinctrl-single,bit-per-mux;
                        pinctrl-single,register-width = <32>;
                        pinctrl-single,function-mask = <0x7>;