From: Stanislav Jakubek <stano.jakubek@gmail.com>
To: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Florian Fainelli <f.fainelli@gmail.com>,
Ray Jui <rjui@broadcom.com>,
Scott Branden <sbranden@broadcom.com>
Cc: bcm-kernel-feedback-list@broadcom.com,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: [PATCH 1/6] ARM: dts: bcm-mobile: change "" includes to <> where applicable
Date: Fri, 26 May 2023 21:28:45 +0200 [thread overview]
Message-ID: <04aa10d644eb183f6c0c5b944e527e36d56e2110.1685127525.git.stano.jakubek@gmail.com> (raw)
In-Reply-To: <cover.1685127525.git.stano.jakubek@gmail.com>
While at it, also sort the includes alphabetically.
Signed-off-by: Stanislav Jakubek <stano.jakubek@gmail.com>
---
arch/arm/boot/dts/bcm11351.dtsi | 3 +--
arch/arm/boot/dts/bcm21664.dtsi | 3 +--
arch/arm/boot/dts/bcm23550.dtsi | 5 ++---
3 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi
index c30ff1b02e03..f395e95e0177 100644
--- a/arch/arm/boot/dts/bcm11351.dtsi
+++ b/arch/arm/boot/dts/bcm11351.dtsi
@@ -1,11 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
// Copyright (C) 2012-2013 Broadcom Corporation
+#include <dt-bindings/clock/bcm281xx.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/interrupt-controller/irq.h>
-#include "dt-bindings/clock/bcm281xx.h"
-
/ {
#address-cells = <1>;
#size-cells = <1>;
diff --git a/arch/arm/boot/dts/bcm21664.dtsi b/arch/arm/boot/dts/bcm21664.dtsi
index 4e96656dc36a..2a426125f9fe 100644
--- a/arch/arm/boot/dts/bcm21664.dtsi
+++ b/arch/arm/boot/dts/bcm21664.dtsi
@@ -1,11 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
// Copyright (C) 2014 Broadcom Corporation
+#include <dt-bindings/clock/bcm21664.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/interrupt-controller/irq.h>
-#include "dt-bindings/clock/bcm21664.h"
-
/ {
#address-cells = <1>;
#size-cells = <1>;
diff --git a/arch/arm/boot/dts/bcm23550.dtsi b/arch/arm/boot/dts/bcm23550.dtsi
index e1a5f1b40ef5..424c818d7a1b 100644
--- a/arch/arm/boot/dts/bcm23550.dtsi
+++ b/arch/arm/boot/dts/bcm23550.dtsi
@@ -30,12 +30,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+/* BCM23550 and BCM21664 have almost identical clocks */
+#include <dt-bindings/clock/bcm21664.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/interrupt-controller/irq.h>
-/* BCM23550 and BCM21664 have almost identical clocks */
-#include "dt-bindings/clock/bcm21664.h"
-
/ {
#address-cells = <1>;
#size-cells = <1>;
--
2.25.1
next prev parent reply other threads:[~2023-05-26 19:28 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-26 19:28 [PATCH 0/6] ARM: dts: bcm-mobile: DT cleanup Stanislav Jakubek
2023-05-26 19:28 ` Stanislav Jakubek [this message]
2023-06-08 22:07 ` [PATCH 1/6] ARM: dts: bcm-mobile: change "" includes to <> where applicable Florian Fainelli
2023-05-26 19:29 ` [PATCH 2/6] ARM: dts: bcm21664/23550: use CCU compatibles directly Stanislav Jakubek
2023-06-08 22:09 ` Florian Fainelli
2023-06-08 22:09 ` Florian Fainelli
2023-05-26 19:29 ` [PATCH 3/6] ARM: dts: bcm-mobile: move status properties to the end of nodes Stanislav Jakubek
2023-06-08 22:09 ` Florian Fainelli
2023-05-26 19:30 ` [PATCH 4/6] ARM: dts: bcm11351/21664: add UART, I2C node labels Stanislav Jakubek
2023-06-08 22:10 ` Florian Fainelli
2023-05-26 19:30 ` [PATCH 5/6] ARM: dts: bcm21664-garnet: use " Stanislav Jakubek
2023-06-08 22:10 ` Florian Fainelli
2023-05-26 19:30 ` [PATCH 6/6] ARM: dts: bcm28155-ap: " Stanislav Jakubek
2023-05-27 13:37 ` kernel test robot
2023-06-08 22:11 ` Florian Fainelli
2023-06-08 22:31 ` Florian Fainelli
2023-06-18 14:59 ` Stanislav Jakubek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=04aa10d644eb183f6c0c5b944e527e36d56e2110.1685127525.git.stano.jakubek@gmail.com \
--to=stano.jakubek@gmail.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=f.fainelli@gmail.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rjui@broadcom.com \
--cc=robh+dt@kernel.org \
--cc=sbranden@broadcom.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).