Commit 016a4d6b authored by Kevin Hilman's avatar Kevin Hilman
Browse files

Merge branch 'reset/meson-sm1-bindings' of...

Merge branch 'reset/meson-sm1-bindings' of git://git.pengutronix.de/git/pza/linux into v5.5/dt64-redo

* 'reset/meson-sm1-bindings' of git://git.pengutronix.de/git/pza/linux:
  reset: dt-bindings: meson: update arb bindings for sm1
parents 15767cfd c2016cc6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4,7 +4,8 @@ The Amlogic Audio ARB is a simple device which enables or
disables the access of Audio FIFOs to DDR on AXG based SoC.

Required properties:
- compatible: 'amlogic,meson-axg-audio-arb'
- compatible: 'amlogic,meson-axg-audio-arb' or
	      'amlogic,meson-sm1-audio-arb'
- reg: physical base address of the controller and length of memory
       mapped region.
- clocks: phandle to the fifo peripheral clock provided by the audio
+2 −0
Original line number Diff line number Diff line
@@ -13,5 +13,7 @@
#define AXG_ARB_FRDDR_A	3
#define AXG_ARB_FRDDR_B	4
#define AXG_ARB_FRDDR_C	5
#define AXG_ARB_TODDR_D	6
#define AXG_ARB_FRDDR_D	7

#endif /* _DT_BINDINGS_AMLOGIC_MESON_AXG_AUDIO_ARB_H */