
Rationale: Reduces attack surface on kernel devs opening the links for MITM as HTTPS traffic is much harder to manipulate. Deterministic algorithm: For each file: If not .svg: For each line: If doesn't contain `\bxmlns\b`: For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`: If neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`: If both the HTTP and HTTPS versions return 200 OK and serve the same content: Replace HTTP with HTTPS. Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de> Signed-off-by: Tony Lindgren <tony@atomide.com>
47 lines
814 B
Plaintext
47 lines
814 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/
|
|
*/
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
#include "am5748.dtsi"
|
|
#include "dra7-mmc-iodelay.dtsi"
|
|
#include "dra76x-mmc-iodelay.dtsi"
|
|
#include "am572x-idk-common.dtsi"
|
|
|
|
/ {
|
|
model = "TI AM5748 IDK";
|
|
compatible = "ti,am5748-idk", "ti,am5748", "ti,dra762", "ti,dra7";
|
|
};
|
|
|
|
&qspi {
|
|
spi-max-frequency = <96000000>;
|
|
m25p80@0 {
|
|
spi-max-frequency = <96000000>;
|
|
};
|
|
};
|
|
|
|
&mmc1 {
|
|
pinctrl-names = "default", "hs";
|
|
pinctrl-0 = <&mmc1_pins_default_no_clk_pu>;
|
|
pinctrl-1 = <&mmc1_pins_hs>;
|
|
};
|
|
|
|
&mmc2 {
|
|
pinctrl-names = "default", "hs", "ddr_3_3v";
|
|
pinctrl-0 = <&mmc2_pins_default>;
|
|
pinctrl-1 = <&mmc2_pins_default>;
|
|
pinctrl-2 = <&mmc2_pins_default>;
|
|
};
|
|
|
|
&mac {
|
|
status = "okay";
|
|
dual_emac;
|
|
};
|
|
|
|
&m_can0 {
|
|
status = "disabled";
|
|
};
|