aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2023-01-12 11:18:05 +0000
committerAndre Przywara <andre.przywara@arm.com>2023-03-05 23:33:13 +0000
commit6621cc85f72e478c67801fb4a02fda73a736eebc (patch)
treed5096882536cbc7686e3d21d4116c34d2a51ca77 /include
parent33fb2d130e28982b488c2a54978031835ed2aa71 (diff)
downloadu-boot-6621cc85f72e478c67801fb4a02fda73a736eebc.zip
u-boot-6621cc85f72e478c67801fb4a02fda73a736eebc.tar.gz
u-boot-6621cc85f72e478c67801fb4a02fda73a736eebc.tar.bz2
sunxi: dts: arm: update devicetree files from Linux v6.2-rc2
Sync the devicetree files from the Linux kernel repo, v6.2-rc2. This is covering the 32-bit SoCs, from arch/arm/boot/dts. This enables some new devices for the F1C100s family, though this is of little relevance to U-Boot itself. The H3 gains the "phys" property for the first USB controller, which prevents an error message when U-Boot's USB stack comes up, and allows using this port in host mode. As before, this omits the non-backwards compatible changes to the R_INTC controller, to remain compatible with older kernels. Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/clock/suniv-ccu-f1c100s.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/suniv-ccu-f1c100s.h b/include/dt-bindings/clock/suniv-ccu-f1c100s.h
index f5ac155..d757076 100644
--- a/include/dt-bindings/clock/suniv-ccu-f1c100s.h
+++ b/include/dt-bindings/clock/suniv-ccu-f1c100s.h
@@ -67,4 +67,6 @@
#define CLK_CODEC 65
#define CLK_AVS 66
+#define CLK_IR 67
+
#endif