diff options
| author | Samuel Holland <samuel@sholland.org> | 2020-10-24 10:21:55 -0500 |
|---|---|---|
| committer | Andre Przywara <andre.przywara@arm.com> | 2020-11-17 00:42:20 +0000 |
| commit | e210ec0181ee5255ad3b2485a1b7bb7a9e50d55d (patch) | |
| tree | f120e9b2b4763dcf1daa445695ceefc7d776def7 /include/dt-bindings/reset | |
| parent | 20f3ee31c396aac6b227d6203c5875ed140f9423 (diff) | |
| download | u-boot-e210ec0181ee5255ad3b2485a1b7bb7a9e50d55d.tar.gz u-boot-e210ec0181ee5255ad3b2485a1b7bb7a9e50d55d.tar.xz u-boot-e210ec0181ee5255ad3b2485a1b7bb7a9e50d55d.zip | |
sunxi: DT: A64: update device tree files
Import updated device trees from Linux tag v5.9. This picks up new
hardware (PinePhone, PineTab); and it drops the U-Boot specific DTSI
files for the Pinebook and the Teres-I, since the ANX6345 bridge is
now supported upstream.
A couple of headers needed updates for recently-added hardware support.
Acked-by: Maxime Ripard <mripard@kernel.org>
Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'include/dt-bindings/reset')
| -rw-r--r-- | include/dt-bindings/reset/sun8i-de2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/reset/sun8i-de2.h b/include/dt-bindings/reset/sun8i-de2.h index 9526017432..1c36a6ac86 100644 --- a/include/dt-bindings/reset/sun8i-de2.h +++ b/include/dt-bindings/reset/sun8i-de2.h @@ -10,5 +10,6 @@ #define RST_MIXER0 0 #define RST_MIXER1 1 #define RST_WB 2 +#define RST_ROT 3 #endif /* _DT_BINDINGS_RESET_SUN8I_DE2_H_ */ |
