[PATCH 7/8] arm: dts: rk3576.dtsi: Add gpio aliases
David Jander
david at protonic.nl
Sun Aug 10 23:40:25 PDT 2025
These are needed for the GPIO driver to probe.
Signed-off-by: David Jander <david at protonic.nl>
---
arch/arm/dts/rk3576.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/dts/rk3576.dtsi b/arch/arm/dts/rk3576.dtsi
index cf7c69b3b5..e4b63784d9 100644
--- a/arch/arm/dts/rk3576.dtsi
+++ b/arch/arm/dts/rk3576.dtsi
@@ -1,6 +1,14 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/ {
+ aliases {
+ gpio0 = &gpio0;
+ gpio1 = &gpio1;
+ gpio2 = &gpio2;
+ gpio3 = &gpio3;
+ gpio4 = &gpio4;
+ };
+
dmc: memory-controller {
compatible = "rockchip,rk3576-dmc";
rockchip,pmu = <&pmu1_grf>;
--
2.47.2
More information about the barebox
mailing list