mirror of https://gitee.com/openkylin/linux.git
Samsung DTS ARM64 changes for v4.16, part 2
1. Fix DTC warnings around unit addresses. 2. Add SPDX license identifiers. -----BEGIN PGP SIGNATURE----- iQItBAABCAAXBQJaUfQ1EBxrcnprQGtlcm5lbC5vcmcACgkQwTdm5oaLg9fhKw/7 BB2jZEyfLVQcJ3msRgiDDckjGxgvjpuJS8iVZtQZvDYd68uGZATof3lrrVOGdTmJ jhiTRri0845jlfXLb+tsuDlAa7TUMcR6pBn3vT5s3vg/JZl2+V0nRw0cR0pdInKZ ZfteQ/HaS9fijljppMCNh19pFQbd+QQWZNWO4WDbb1yEtRcpgqA3ENNcPEKINUHK 7FaOr4v17C3eXvffhuChsXL2Ppv6cA04ZkG9IkV4zX+0a0IB4dhlSPqukTzwUoBf /frTVubV52/gQmZife+Hslds3cFJcXdM6r9SpAaxd2HzXXaaXZCimJq/DLqqYGIv XZpUMFDLJ+yHrGEuTBLs8zQaGRs/zx4c9UnqVAGW3hX5+Dl84wYNIJLwMnlRwcFX 7EXiQZKc6kzYigCaEy8bMDL6EfBW5jRm6WCpaBCKAJ+d5NnXZNzRmeUE3GAUnhCH OLmyNv4PYuUFe45lK6Z0e28Xf16KDz9X6yPXpCzXGnZEh/hC/RYYGQvcSYargupy brz4+eZmtVRMKU85/swTKMAdTngS4PKI6Pqm5GofJhbNvrAVym5Z9XT9+fwugtJr KumQNHyiXfBoUh2Uvc5iX7XFiCxP8P19yRXvqHEPK6t8RUDh0H3whsMS6GPFS3jZ vA2kJf89fNSmpkIs7OBxcBc2627PmaXPqb2u8U7VEW0= =QZgq -----END PGP SIGNATURE----- Merge tag 'samsung-dt64-4.16-2' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/dt Samsung DTS ARM64 changes for v4.16, part 2 1. Fix DTC warnings around unit addresses. 2. Add SPDX license identifiers. * tag 'samsung-dt64-4.16-2' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux: arm64: dts: exynos: Add SPDX license identifiers arm64: dts: exynos: Fix typo in MSCL clock controller unit address of Exynos5433 arm64: dts: exynos: Use lower case hex addresses in node unit addresses Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
commit
712070d148
|
@ -1,12 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Samsung's Exynos5433 SoC Memory interface and AMBA bus device tree source
|
* Samsung's Exynos5433 SoC Memory interface and AMBA bus device tree source
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016 Samsung Electronics Co., Ltd.
|
* Copyright (c) 2016 Samsung Electronics Co., Ltd.
|
||||||
* Chanwoo Choi <cw00.choi@samsung.com>
|
* Chanwoo Choi <cw00.choi@samsung.com>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
&soc {
|
&soc {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Samsung's Exynos5433 SoC pin-mux and pin-config device tree source
|
* Samsung's Exynos5433 SoC pin-mux and pin-config device tree source
|
||||||
*
|
*
|
||||||
|
@ -6,10 +7,6 @@
|
||||||
*
|
*
|
||||||
* Samsung's Exynos5433 SoC pin-mux and pin-config options are listed as device
|
* Samsung's Exynos5433 SoC pin-mux and pin-config options are listed as device
|
||||||
* tree nodes are listed in this file.
|
* tree nodes are listed in this file.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <dt-bindings/pinctrl/samsung.h>
|
#include <dt-bindings/pinctrl/samsung.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* SAMSUNG Exynos5433 TM2 board device tree source
|
* SAMSUNG Exynos5433 TM2 board device tree source
|
||||||
*
|
*
|
||||||
|
@ -5,10 +6,6 @@
|
||||||
*
|
*
|
||||||
* Common device tree source file for Samsung's TM2 and TM2E boards
|
* Common device tree source file for Samsung's TM2 and TM2E boards
|
||||||
* which are based on Samsung Exynos5433 SoC.
|
* which are based on Samsung Exynos5433 SoC.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* SAMSUNG Exynos5433 TM2 board device tree source
|
* SAMSUNG Exynos5433 TM2 board device tree source
|
||||||
*
|
*
|
||||||
|
@ -5,10 +6,6 @@
|
||||||
*
|
*
|
||||||
* Device tree source file for Samsung's TM2 board which is based on
|
* Device tree source file for Samsung's TM2 board which is based on
|
||||||
* Samsung Exynos5433 SoC.
|
* Samsung Exynos5433 SoC.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "exynos5433-tm2-common.dtsi"
|
#include "exynos5433-tm2-common.dtsi"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* SAMSUNG Exynos5433 TM2E board device tree source
|
* SAMSUNG Exynos5433 TM2E board device tree source
|
||||||
*
|
*
|
||||||
|
@ -5,10 +6,6 @@
|
||||||
*
|
*
|
||||||
* Device tree source file for Samsung's TM2E(TM2 EDGE) board which is based on
|
* Device tree source file for Samsung's TM2E(TM2 EDGE) board which is based on
|
||||||
* Samsung Exynos5433 SoC.
|
* Samsung Exynos5433 SoC.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "exynos5433-tm2-common.dtsi"
|
#include "exynos5433-tm2-common.dtsi"
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Device tree sources for Exynos5433 TMU sensor configuration
|
* Device tree sources for Exynos5433 TMU sensor configuration
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016 Jonghwa Lee <jonghwa3.lee@samsung.com>
|
* Copyright (c) 2016 Jonghwa Lee <jonghwa3.lee@samsung.com>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <dt-bindings/thermal/thermal_exynos.h>
|
#include <dt-bindings/thermal/thermal_exynos.h>
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Device tree sources for Exynos5433 TMU sensor configuration
|
* Device tree sources for Exynos5433 TMU sensor configuration
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016 Chanwoo Choi <cw00.choi@samsung.com>
|
* Copyright (c) 2016 Chanwoo Choi <cw00.choi@samsung.com>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <dt-bindings/thermal/thermal_exynos.h>
|
#include <dt-bindings/thermal/thermal_exynos.h>
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Device tree sources for Exynos5433 thermal zone
|
* Device tree sources for Exynos5433 thermal zone
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016 Chanwoo Choi <cw00.choi@samsung.com>
|
* Copyright (c) 2016 Chanwoo Choi <cw00.choi@samsung.com>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <dt-bindings/thermal/thermal.h>
|
#include <dt-bindings/thermal/thermal.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Samsung's Exynos5433 SoC device tree source
|
* Samsung's Exynos5433 SoC device tree source
|
||||||
*
|
*
|
||||||
|
@ -10,10 +11,6 @@
|
||||||
* Note: This file does not include device nodes for all the controllers in
|
* Note: This file does not include device nodes for all the controllers in
|
||||||
* Exynos5433 SoC. As device tree coverage for Exynos5433 increases,
|
* Exynos5433 SoC. As device tree coverage for Exynos5433 increases,
|
||||||
* additional nodes can be added to this file.
|
* additional nodes can be added to this file.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <dt-bindings/clock/exynos5433.h>
|
#include <dt-bindings/clock/exynos5433.h>
|
||||||
|
@ -468,7 +465,7 @@ cmu_atlas: clock-controller@11800000 {
|
||||||
clocks = <&xxti>, <&cmu_mif CLK_SCLK_BUS_PLL_ATLAS>;
|
clocks = <&xxti>, <&cmu_mif CLK_SCLK_BUS_PLL_ATLAS>;
|
||||||
};
|
};
|
||||||
|
|
||||||
cmu_mscl: clock-controller@105d0000 {
|
cmu_mscl: clock-controller@150d0000 {
|
||||||
compatible = "samsung,exynos5433-cmu-mscl";
|
compatible = "samsung,exynos5433-cmu-mscl";
|
||||||
reg = <0x150d0000 0x1000>;
|
reg = <0x150d0000 0x1000>;
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
|
@ -994,7 +991,7 @@ syscon_cam1: syscon@145f0000 {
|
||||||
reg = <0x145f0000 0x1038>;
|
reg = <0x145f0000 0x1038>;
|
||||||
};
|
};
|
||||||
|
|
||||||
gsc_0: video-scaler@13C00000 {
|
gsc_0: video-scaler@13c00000 {
|
||||||
compatible = "samsung,exynos5433-gsc";
|
compatible = "samsung,exynos5433-gsc";
|
||||||
reg = <0x13c00000 0x1000>;
|
reg = <0x13c00000 0x1000>;
|
||||||
interrupts = <GIC_SPI 297 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 297 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
@ -1008,7 +1005,7 @@ gsc_0: video-scaler@13C00000 {
|
||||||
power-domains = <&pd_gscl>;
|
power-domains = <&pd_gscl>;
|
||||||
};
|
};
|
||||||
|
|
||||||
gsc_1: video-scaler@13C10000 {
|
gsc_1: video-scaler@13c10000 {
|
||||||
compatible = "samsung,exynos5433-gsc";
|
compatible = "samsung,exynos5433-gsc";
|
||||||
reg = <0x13c10000 0x1000>;
|
reg = <0x13c10000 0x1000>;
|
||||||
interrupts = <GIC_SPI 298 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 298 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
@ -1022,7 +1019,7 @@ gsc_1: video-scaler@13C10000 {
|
||||||
power-domains = <&pd_gscl>;
|
power-domains = <&pd_gscl>;
|
||||||
};
|
};
|
||||||
|
|
||||||
gsc_2: video-scaler@13C20000 {
|
gsc_2: video-scaler@13c20000 {
|
||||||
compatible = "samsung,exynos5433-gsc";
|
compatible = "samsung,exynos5433-gsc";
|
||||||
reg = <0x13c20000 0x1000>;
|
reg = <0x13c20000 0x1000>;
|
||||||
interrupts = <GIC_SPI 299 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 299 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
@ -1049,7 +1046,7 @@ jpeg: codec@15020000 {
|
||||||
power-domains = <&pd_mscl>;
|
power-domains = <&pd_mscl>;
|
||||||
};
|
};
|
||||||
|
|
||||||
mfc: codec@152E0000 {
|
mfc: codec@152e0000 {
|
||||||
compatible = "samsung,exynos5433-mfc";
|
compatible = "samsung,exynos5433-mfc";
|
||||||
reg = <0x152E0000 0x10000>;
|
reg = <0x152E0000 0x10000>;
|
||||||
interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
|
|
@ -1,13 +1,10 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* SAMSUNG Exynos7 Espresso board device tree source
|
* SAMSUNG Exynos7 Espresso board device tree source
|
||||||
*
|
*
|
||||||
* Copyright (c) 2014 Samsung Electronics Co., Ltd.
|
* Copyright (c) 2014 Samsung Electronics Co., Ltd.
|
||||||
* http://www.samsung.com
|
* http://www.samsung.com
|
||||||
*
|
*/
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
#include "exynos7.dtsi"
|
#include "exynos7.dtsi"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Samsung's Exynos7 SoC pin-mux and pin-config device tree source
|
* Samsung's Exynos7 SoC pin-mux and pin-config device tree source
|
||||||
*
|
*
|
||||||
|
@ -6,11 +7,7 @@
|
||||||
*
|
*
|
||||||
* Samsung's Exynos7 SoC pin-mux and pin-config options are listed as
|
* Samsung's Exynos7 SoC pin-mux and pin-config options are listed as
|
||||||
* device tree nodes in this file.
|
* device tree nodes in this file.
|
||||||
*
|
*/
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <dt-bindings/pinctrl/samsung.h>
|
#include <dt-bindings/pinctrl/samsung.h>
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Device tree sources for Exynos7 TMU sensor configuration
|
* Device tree sources for Exynos7 TMU sensor configuration
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016 Samsung Electronics Co., Ltd.
|
* Copyright (c) 2016 Samsung Electronics Co., Ltd.
|
||||||
* http://www.samsung.com
|
* http://www.samsung.com
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <dt-bindings/thermal/thermal_exynos.h>
|
#include <dt-bindings/thermal/thermal_exynos.h>
|
||||||
|
|
|
@ -1,13 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Device tree sources for default Exynos7 thermal zone definition
|
* Device tree sources for default Exynos7 thermal zone definition
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016 Samsung Electronics Co., Ltd.
|
* Copyright (c) 2016 Samsung Electronics Co., Ltd.
|
||||||
* http://www.samsung.com
|
* http://www.samsung.com
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
trips {
|
trips {
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* SAMSUNG EXYNOS7 SoC device tree source
|
* SAMSUNG EXYNOS7 SoC device tree source
|
||||||
*
|
*
|
||||||
* Copyright (c) 2014 Samsung Electronics Co., Ltd.
|
* Copyright (c) 2014 Samsung Electronics Co., Ltd.
|
||||||
* http://www.samsung.com
|
* http://www.samsung.com
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <dt-bindings/clock/exynos7-clk.h>
|
#include <dt-bindings/clock/exynos7-clk.h>
|
||||||
|
@ -103,7 +100,7 @@ amba {
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
ranges;
|
ranges;
|
||||||
|
|
||||||
pdma0: pdma@10E10000 {
|
pdma0: pdma@10e10000 {
|
||||||
compatible = "arm,pl330", "arm,primecell";
|
compatible = "arm,pl330", "arm,primecell";
|
||||||
reg = <0x10E10000 0x1000>;
|
reg = <0x10E10000 0x1000>;
|
||||||
interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
@ -114,7 +111,7 @@ pdma0: pdma@10E10000 {
|
||||||
#dma-requests = <32>;
|
#dma-requests = <32>;
|
||||||
};
|
};
|
||||||
|
|
||||||
pdma1: pdma@10EB0000 {
|
pdma1: pdma@10eb0000 {
|
||||||
compatible = "arm,pl330", "arm,primecell";
|
compatible = "arm,pl330", "arm,primecell";
|
||||||
reg = <0x10EB0000 0x1000>;
|
reg = <0x10EB0000 0x1000>;
|
||||||
interrupts = <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
|
Loading…
Reference in New Issue