mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-22 06:41:17 +00:00
f02f6aaa8d
Currently, ipq807x only covers Qualcomm IPQ807x SoC-s. However, Qualcomm also has IPQ60xx and IPQ50xx SoC-s under the AX WiSoC-s and they share a lot of stuff with IPQ807x, especially IPQ60xx so to avoid duplicating kernel patches and everything lets make a common target with per SoC subtargets. Start doing that by renaming ipq807x to qualcommax so that dependencies on ipq807x target can be updated. Signed-off-by: Robert Marko <robimarko@gmail.com>
83 lines
2.9 KiB
Diff
83 lines
2.9 KiB
Diff
From 1b1c1423ca3e740984aa883512a72c4ea08fbe28 Mon Sep 17 00:00:00 2001
|
|
From: Konrad Dybcio <konrad.dybcio@linaro.org>
|
|
Date: Mon, 7 Nov 2022 15:55:17 +0100
|
|
Subject: [PATCH] arm64: dts: qcom: ipq8074-*: Fix up comments
|
|
|
|
Make sure all multiline C-style commends begin with just '/*' with
|
|
the comment text starting on a new line.
|
|
|
|
Also, fix up some whitespace within comments.
|
|
|
|
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
|
|
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
|
|
Link: https://lore.kernel.org/r/20221107145522.6706-8-konrad.dybcio@linaro.org
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq8074-hk01.dts | 3 ++-
|
|
arch/arm64/boot/dts/qcom/ipq8074-hk10-c1.dts | 3 ++-
|
|
arch/arm64/boot/dts/qcom/ipq8074-hk10-c2.dts | 3 ++-
|
|
arch/arm64/boot/dts/qcom/ipq8074.dtsi | 12 ++++++------
|
|
4 files changed, 12 insertions(+), 9 deletions(-)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts
|
|
@@ -1,6 +1,7 @@
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
|
/dts-v1/;
|
|
-/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
|
|
+/*
|
|
+ * Copyright (c) 2017, The Linux Foundation. All rights reserved.
|
|
*/
|
|
#include "ipq8074.dtsi"
|
|
#include "pmp8074.dtsi"
|
|
--- a/arch/arm64/boot/dts/qcom/ipq8074-hk10-c1.dts
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq8074-hk10-c1.dts
|
|
@@ -1,5 +1,6 @@
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
|
-/* Copyright (c) 2020 The Linux Foundation. All rights reserved.
|
|
+/*
|
|
+ * Copyright (c) 2020 The Linux Foundation. All rights reserved.
|
|
*/
|
|
/dts-v1/;
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq8074-hk10-c2.dts
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq8074-hk10-c2.dts
|
|
@@ -1,6 +1,7 @@
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
|
/dts-v1/;
|
|
-/* Copyright (c) 2020 The Linux Foundation. All rights reserved.
|
|
+/*
|
|
+ * Copyright (c) 2020 The Linux Foundation. All rights reserved.
|
|
*/
|
|
#include "ipq8074-hk10.dtsi"
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
|
@@ -129,10 +129,10 @@
|
|
status = "disabled";
|
|
|
|
usb1_ssphy: phy@58200 {
|
|
- reg = <0x00058200 0x130>, /* Tx */
|
|
+ reg = <0x00058200 0x130>, /* Tx */
|
|
<0x00058400 0x200>, /* Rx */
|
|
- <0x00058800 0x1f8>, /* PCS */
|
|
- <0x00058600 0x044>; /* PCS misc*/
|
|
+ <0x00058800 0x1f8>, /* PCS */
|
|
+ <0x00058600 0x044>; /* PCS misc */
|
|
#phy-cells = <0>;
|
|
#clock-cells = <0>;
|
|
clocks = <&gcc GCC_USB1_PIPE_CLK>;
|
|
@@ -172,10 +172,10 @@
|
|
status = "disabled";
|
|
|
|
usb0_ssphy: phy@78200 {
|
|
- reg = <0x00078200 0x130>, /* Tx */
|
|
+ reg = <0x00078200 0x130>, /* Tx */
|
|
<0x00078400 0x200>, /* Rx */
|
|
- <0x00078800 0x1f8>, /* PCS */
|
|
- <0x00078600 0x044>; /* PCS misc*/
|
|
+ <0x00078800 0x1f8>, /* PCS */
|
|
+ <0x00078600 0x044>; /* PCS misc */
|
|
#phy-cells = <0>;
|
|
#clock-cells = <0>;
|
|
clocks = <&gcc GCC_USB0_PIPE_CLK>;
|