mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 22:16:03 +01:00
The change from pinctrl to pio was missing in mt7986-u-boot.dtsi and will cause build failure. Now fix it. Fixes: f1775996ba9 (mediatek: mt7986: move gpio-controller up and rename pinctrl to pio) Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
34 lines
314 B
Plaintext
34 lines
314 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (c) 2022 MediaTek Inc.
|
|
* Author: Sam Shih <sam.shih@mediatek.com>
|
|
*/
|
|
|
|
&topckgen {
|
|
bootph-all;
|
|
};
|
|
|
|
&pericfg {
|
|
bootph-all;
|
|
};
|
|
|
|
&apmixedsys {
|
|
bootph-all;
|
|
};
|
|
|
|
&timer0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&uart0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&snand {
|
|
bootph-all;
|
|
};
|
|
|
|
&pio {
|
|
bootph-all;
|
|
};
|