From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ryan Chen Date: Mon, 31 Aug 2020 14:03:02 +0800 Subject: [PATCH v2 0/3] Rename ASPEED SoC clock name In-Reply-To: <20200828073301.27866-1-ryan_chen@aspeedtech.com> References: <20200828073301.27866-1-ryan_chen@aspeedtech.com> Message-ID: <20200831060305.20963-1-ryan_chen@aspeedtech.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This patch series refactor the exiting ASPEED clock name define sync with Linux kernel. And also add SPDX-License V2 : modify patch 2/3 title form "aspeed:clock:" -> "clock:aspeed:" description Ryan Chen (3): cosmetic: aspeed: ast2500: Rename clock header clock:aspeed: Sync with Linux kernel clock header define cosmetic: aspeed: Modify for SPDX-License arch/arm/dts/ast2500-u-boot.dtsi | 23 ++++++----- arch/arm/mach-aspeed/ast2500/sdram_ast2500.c | 2 +- drivers/clk/aspeed/clk_ast2500.c | 40 +++++++++---------- include/dt-bindings/clock/aspeed-clock.h | 42 ++++++++++++++++++++ include/dt-bindings/clock/ast2500-scu.h | 30 -------------- 5 files changed, 74 insertions(+), 63 deletions(-) create mode 100644 include/dt-bindings/clock/aspeed-clock.h delete mode 100644 include/dt-bindings/clock/ast2500-scu.h -- 2.17.1