From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Sat, 14 May 2016 16:45:23 +0200 Subject: [RFC PATCH 2/3] dt-bindings: reset: Add bindings for the Meson GXBB Reset Controller In-Reply-To: <1463148012-25988-3-git-send-email-narmstrong@baylibre.com> (Neil Armstrong's message of "Fri, 13 May 2016 16:00:11 +0200") References: <1463148012-25988-1-git-send-email-narmstrong@baylibre.com> <1463148012-25988-3-git-send-email-narmstrong@baylibre.com> Message-ID: To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org Neil Armstrong writes: > Add DT bindings for the Meson GXBB SoC Reset Controller documentation and the > associated include file. > > Signed-off-by: Neil Armstrong [...] > +#define RESET_Ethernet 19 nit: all the others are all uppercase. This should be as well for consistency. Kevin