Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

reset: dt-bindings: meson: update arb bindings for sm1

SM1 SoC family adds two new audio FIFOs with the related arb reset lines

Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

authored by

Jerome Brunet and committed by
Philipp Zabel
c2016cc6 54ecb8f7

+4 -1
+2 -1
Documentation/devicetree/bindings/reset/amlogic,meson-axg-audio-arb.txt
··· 4 4 disables the access of Audio FIFOs to DDR on AXG based SoC. 5 5 6 6 Required properties: 7 - - compatible: 'amlogic,meson-axg-audio-arb' 7 + - compatible: 'amlogic,meson-axg-audio-arb' or 8 + 'amlogic,meson-sm1-audio-arb' 8 9 - reg: physical base address of the controller and length of memory 9 10 mapped region. 10 11 - clocks: phandle to the fifo peripheral clock provided by the audio
+2
include/dt-bindings/reset/amlogic,meson-axg-audio-arb.h
··· 13 13 #define AXG_ARB_FRDDR_A 3 14 14 #define AXG_ARB_FRDDR_B 4 15 15 #define AXG_ARB_FRDDR_C 5 16 + #define AXG_ARB_TODDR_D 6 17 + #define AXG_ARB_FRDDR_D 7 16 18 17 19 #endif /* _DT_BINDINGS_AMLOGIC_MESON_AXG_AUDIO_ARB_H */