mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 11:58:21 +07:00
c884d8ac7f
Another round of SPDX updates for 5.2-rc6 Here is what I am guessing is going to be the last "big" SPDX update for 5.2. It contains all of the remaining GPLv2 and GPLv2+ updates that were "easy" to determine by pattern matching. The ones after this are going to be a bit more difficult and the people on the spdx list will be discussing them on a case-by-case basis now. Another 5000+ files are fixed up, so our overall totals are: Files checked: 64545 Files with SPDX: 45529 Compared to the 5.1 kernel which was: Files checked: 63848 Files with SPDX: 22576 This is a huge improvement. Also, we deleted another 20000 lines of boilerplate license crud, always nice to see in a diffstat. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> -----BEGIN PGP SIGNATURE----- iG0EABECAC0WIQT0tgzFv3jCIUoxPcsxR9QN2y37KQUCXQyQYA8cZ3JlZ0Brcm9h aC5jb20ACgkQMUfUDdst+ymnGQCghETUBotn1p3hTjY56VEs6dGzpHMAnRT0m+lv kbsjBGEJpLbMRB2krnaU =RMcT -----END PGP SIGNATURE----- Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx Pull still more SPDX updates from Greg KH: "Another round of SPDX updates for 5.2-rc6 Here is what I am guessing is going to be the last "big" SPDX update for 5.2. It contains all of the remaining GPLv2 and GPLv2+ updates that were "easy" to determine by pattern matching. The ones after this are going to be a bit more difficult and the people on the spdx list will be discussing them on a case-by-case basis now. Another 5000+ files are fixed up, so our overall totals are: Files checked: 64545 Files with SPDX: 45529 Compared to the 5.1 kernel which was: Files checked: 63848 Files with SPDX: 22576 This is a huge improvement. Also, we deleted another 20000 lines of boilerplate license crud, always nice to see in a diffstat" * tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx: (65 commits) treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 507 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 506 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 504 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 503 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 502 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 501 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 498 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 496 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 495 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 491 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 490 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 489 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 488 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 487 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 486 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 485 ...
89 lines
2.1 KiB
Plaintext
89 lines
2.1 KiB
Plaintext
// SPDX-License-Identifier: GPL-2.0-only
|
|
/*
|
|
* Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
|
|
*/
|
|
|
|
#include "dra74x.dtsi"
|
|
|
|
/ {
|
|
compatible = "ti,dra762", "ti,dra7";
|
|
|
|
ocp {
|
|
target-module@42c01900 {
|
|
compatible = "ti,sysc-dra7-mcan", "ti,sysc";
|
|
ranges = <0x0 0x42c00000 0x2000>;
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
reg = <0x42c01900 0x4>,
|
|
<0x42c01904 0x4>,
|
|
<0x42c01908 0x4>;
|
|
reg-names = "rev", "sysc", "syss";
|
|
ti,sysc-mask = <(SYSC_OMAP4_SOFTRESET |
|
|
SYSC_DRA7_MCAN_ENAWAKEUP)>;
|
|
ti,syss-mask = <1>;
|
|
clocks = <&wkupaon_clkctrl DRA7_WKUPAON_ADC_CLKCTRL 0>;
|
|
clock-names = "fck";
|
|
|
|
m_can0: mcan@1a00 {
|
|
compatible = "bosch,m_can";
|
|
reg = <0x1a00 0x4000>, <0x0 0x18FC>;
|
|
reg-names = "m_can", "message_ram";
|
|
interrupt-parent = <&gic>;
|
|
interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>,
|
|
<GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
|
|
interrupt-names = "int0", "int1";
|
|
clocks = <&mcan_clk>, <&l3_iclk_div>;
|
|
clock-names = "cclk", "hclk";
|
|
bosch,mram-cfg = <0x0 0 0 32 0 0 1 1>;
|
|
};
|
|
};
|
|
};
|
|
|
|
};
|
|
|
|
/* MCAN interrupts are hard-wired to irqs 67, 68 */
|
|
&crossbar_mpu {
|
|
ti,irqs-skip = <10 67 68 133 139 140>;
|
|
};
|
|
|
|
&scm_conf_clocks {
|
|
dpll_gmac_h14x2_ctrl_ck: dpll_gmac_h14x2_ctrl_ck@3fc {
|
|
#clock-cells = <0>;
|
|
compatible = "ti,divider-clock";
|
|
clocks = <&dpll_gmac_x2_ck>;
|
|
ti,max-div = <63>;
|
|
reg = <0x03fc>;
|
|
ti,bit-shift=<20>;
|
|
ti,latch-bit=<26>;
|
|
assigned-clocks = <&dpll_gmac_h14x2_ctrl_ck>;
|
|
assigned-clock-rates = <80000000>;
|
|
};
|
|
|
|
dpll_gmac_h14x2_ctrl_mux_ck: dpll_gmac_h14x2_ctrl_mux_ck@3fc {
|
|
#clock-cells = <0>;
|
|
compatible = "ti,mux-clock";
|
|
clocks = <&dpll_gmac_ck>, <&dpll_gmac_h14x2_ctrl_ck>;
|
|
reg = <0x3fc>;
|
|
ti,bit-shift = <29>;
|
|
ti,latch-bit=<26>;
|
|
assigned-clocks = <&dpll_gmac_h14x2_ctrl_mux_ck>;
|
|
assigned-clock-parents = <&dpll_gmac_h14x2_ctrl_ck>;
|
|
};
|
|
|
|
mcan_clk: mcan_clk@3fc {
|
|
#clock-cells = <0>;
|
|
compatible = "ti,gate-clock";
|
|
clocks = <&dpll_gmac_h14x2_ctrl_mux_ck>;
|
|
ti,bit-shift = <27>;
|
|
reg = <0x3fc>;
|
|
};
|
|
};
|
|
|
|
&rtctarget {
|
|
status = "disabled";
|
|
};
|
|
|
|
&usb4_tm {
|
|
status = "disabled";
|
|
};
|