diff options
author | Samuel Holland <samuel@sholland.org> | 2022-04-27 15:31:20 -0500 |
---|---|---|
committer | Andre Przywara <andre.przywara@arm.com> | 2022-05-23 00:37:50 +0100 |
commit | 9a50489c6075d1076a7f9af846f6391a27353b27 (patch) | |
tree | 1f3706494b21e74ba392b8ae8857526bb3b91357 /include/dt-bindings/clock/sun8i-h3-ccu.h | |
parent | 6f00b97d7e5760d92566317dde6c4b9224790827 (diff) | |
download | u-boot-9a50489c6075d1076a7f9af846f6391a27353b27.tar.gz |
dt-bindings: sunxi: Update clock/reset binding headers
Some devicetree updates make use of newly-exposed clocks and resets.
To support that, copy the binding headers from the Linux v5.18-rc1 tag.
Signed-off-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'include/dt-bindings/clock/sun8i-h3-ccu.h')
-rw-r--r-- | include/dt-bindings/clock/sun8i-h3-ccu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/sun8i-h3-ccu.h b/include/dt-bindings/clock/sun8i-h3-ccu.h index 30d2d15373a..5d4ada2c22e 100644 --- a/include/dt-bindings/clock/sun8i-h3-ccu.h +++ b/include/dt-bindings/clock/sun8i-h3-ccu.h @@ -126,7 +126,7 @@ #define CLK_USB_OHCI1 93 #define CLK_USB_OHCI2 94 #define CLK_USB_OHCI3 95 - +#define CLK_DRAM 96 #define CLK_DRAM_VE 97 #define CLK_DRAM_CSI 98 #define CLK_DRAM_DEINTERLACE 99 |