diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-03-18 12:00:41 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-03-25 11:10:50 +0100 |
commit | fa44328f4eb0b762a1fcb148809068e9646e7156 (patch) | |
tree | c2fa8a97001f5b094a4ef9fd5ccd5288c68b5941 /arch/arm/boot | |
parent | arm64: dts: allwinner: a64: Rename hpvcc-supply to cpvdd-supply (diff) | |
download | linux-fa44328f4eb0b762a1fcb148809068e9646e7156.tar.xz linux-fa44328f4eb0b762a1fcb148809068e9646e7156.zip |
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>
Diffstat (limited to 'arch/arm/boot')
-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 @@ clock-names = "ahb", "mod"; resets = <&ccu RST_BUS_NAND>; reset-names = "ahb"; + pinctrl-names = "default"; + pinctrl-0 = <&nand_pins &nand_pins_cs0 &nand_pins_rb0>; status = "disabled"; #address-cells = <1>; #size-cells = <0>; |