diff options
| author | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-03-18 07:00:41 -0400 |
|---|---|---|
| committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-03-25 06:10:50 -0400 |
| commit | fa44328f4eb0b762a1fcb148809068e9646e7156 (patch) | |
| tree | c2fa8a97001f5b094a4ef9fd5ccd5288c68b5941 | |
| parent | 07de90945caf5e46a5276ea2edbad4b26e99a6cb (diff) | |
ARM: dts: sun8i: a33: Reintroduce default pinctrl muxing
Commit d02752149759 ("ARM: dts: sun8i-a23-a33: Move NAND controller device
node to sort by address") moved the NAND controller node around, but
dropped the default muxing in the process.
Reintroduce it.
Fixes: d02752149759 ("ARM: dts: sun8i-a23-a33: Move NAND controller device node to sort by address")
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
| -rw-r--r-- | arch/arm/boot/dts/sun8i-a23-a33.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-a23-a33.dtsi b/arch/arm/boot/dts/sun8i-a23-a33.dtsi index 43fe215e83ea..14a7d0288b45 100644 --- a/arch/arm/boot/dts/sun8i-a23-a33.dtsi +++ b/arch/arm/boot/dts/sun8i-a23-a33.dtsi | |||
| @@ -169,6 +169,8 @@ | |||
| 169 | clock-names = "ahb", "mod"; | 169 | clock-names = "ahb", "mod"; |
| 170 | resets = <&ccu RST_BUS_NAND>; | 170 | resets = <&ccu RST_BUS_NAND>; |
| 171 | reset-names = "ahb"; | 171 | reset-names = "ahb"; |
| 172 | pinctrl-names = "default"; | ||
| 173 | pinctrl-0 = <&nand_pins &nand_pins_cs0 &nand_pins_rb0>; | ||
| 172 | status = "disabled"; | 174 | status = "disabled"; |
| 173 | #address-cells = <1>; | 175 | #address-cells = <1>; |
| 174 | #size-cells = <0>; | 176 | #size-cells = <0>; |
