Skip to content

Commit 3a29339

Browse files
committed
Merge tag 'uniphier-dt-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier into arm/dt
UniPhier ARM SoC DT updates for v5.6 - Add pinmux nodes for I2C ch5, ch6 - Add reset-names to NAND controller node * tag 'uniphier-dt-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier: ARM: dts: uniphier: add reset-names to NAND controller node ARM: dts: uniphier: add pinmux nodes for I2C ch5, ch6 Link: https://lore.kernel.org/r/CAK7LNARYrzv4QU-eXxqYCcC9dziJmx9F02YNZ3mMnF47EfL3fA@mail.gmail.com Signed-off-by: Olof Johansson <[email protected]>
2 parents 9b0b308 + 37f3e00 commit 3a29339

File tree

6 files changed

+20
-5
lines changed

6 files changed

+20
-5
lines changed

arch/arm/boot/dts/uniphier-ld4.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,8 @@
410410
pinctrl-0 = <&pinctrl_nand>;
411411
clock-names = "nand", "nand_x", "ecc";
412412
clocks = <&sys_clk 2>, <&sys_clk 3>, <&sys_clk 3>;
413-
resets = <&sys_rst 2>;
413+
reset-names = "nand", "reg";
414+
resets = <&sys_rst 2>, <&sys_rst 2>;
414415
};
415416
};
416417
};

arch/arm/boot/dts/uniphier-pinctrl.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,16 @@
106106
function = "i2c4";
107107
};
108108

109+
pinctrl_i2c5: i2c5 {
110+
groups = "i2c5";
111+
function = "i2c5";
112+
};
113+
114+
pinctrl_i2c6: i2c6 {
115+
groups = "i2c6";
116+
function = "i2c6";
117+
};
118+
109119
pinctrl_nand: nand {
110120
groups = "nand";
111121
function = "nand";

arch/arm/boot/dts/uniphier-pro4.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,8 @@
600600
pinctrl-0 = <&pinctrl_nand>;
601601
clock-names = "nand", "nand_x", "ecc";
602602
clocks = <&sys_clk 2>, <&sys_clk 3>, <&sys_clk 3>;
603-
resets = <&sys_rst 2>;
603+
reset-names = "nand", "reg";
604+
resets = <&sys_rst 2>, <&sys_rst 2>;
604605
};
605606
};
606607
};

arch/arm/boot/dts/uniphier-pro5.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,8 @@
465465
pinctrl-0 = <&pinctrl_nand>;
466466
clock-names = "nand", "nand_x", "ecc";
467467
clocks = <&sys_clk 2>, <&sys_clk 3>, <&sys_clk 3>;
468-
resets = <&sys_rst 2>;
468+
reset-names = "nand", "reg";
469+
resets = <&sys_rst 2>, <&sys_rst 2>;
469470
};
470471

471472
emmc: sdhc@68400000 {

arch/arm/boot/dts/uniphier-pxs2.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,8 @@
773773
pinctrl-0 = <&pinctrl_nand>;
774774
clock-names = "nand", "nand_x", "ecc";
775775
clocks = <&sys_clk 2>, <&sys_clk 3>, <&sys_clk 3>;
776-
resets = <&sys_rst 2>;
776+
reset-names = "nand", "reg";
777+
resets = <&sys_rst 2>, <&sys_rst 2>;
777778
};
778779
};
779780
};

arch/arm/boot/dts/uniphier-sld8.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,8 @@
414414
pinctrl-0 = <&pinctrl_nand>;
415415
clock-names = "nand", "nand_x", "ecc";
416416
clocks = <&sys_clk 2>, <&sys_clk 3>, <&sys_clk 3>;
417-
resets = <&sys_rst 2>;
417+
reset-names = "nand", "reg";
418+
resets = <&sys_rst 2>, <&sys_rst 2>;
418419
};
419420
};
420421
};

0 commit comments

Comments
 (0)