mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
ARM: dts: qcom: minor whitespace cleanup around '='
The DTS code coding style expects exactly one space before and after '=' sign. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230702185051.43867-2-krzysztof.kozlowski@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
594ccb8d24
commit
c4cf1cc5af
|
|
@ -416,10 +416,10 @@ restart@4ab000 {
|
|||
|
||||
pcie0: pci@40000000 {
|
||||
compatible = "qcom,pcie-ipq4019";
|
||||
reg = <0x40000000 0xf1d
|
||||
0x40000f20 0xa8
|
||||
0x80000 0x2000
|
||||
0x40100000 0x1000>;
|
||||
reg = <0x40000000 0xf1d>,
|
||||
<0x40000f20 0xa8>,
|
||||
<0x80000 0x2000>,
|
||||
<0x40100000 0x1000>;
|
||||
reg-names = "dbi", "elbi", "parf", "config";
|
||||
device_type = "pci";
|
||||
linux,pci-domain = <0>;
|
||||
|
|
@ -543,9 +543,9 @@ wifi0: wifi@a000000 {
|
|||
<GIC_SPI 46 IRQ_TYPE_EDGE_RISING>,
|
||||
<GIC_SPI 47 IRQ_TYPE_EDGE_RISING>,
|
||||
<GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "msi0", "msi1", "msi2", "msi3",
|
||||
"msi4", "msi5", "msi6", "msi7",
|
||||
"msi8", "msi9", "msi10", "msi11",
|
||||
interrupt-names = "msi0", "msi1", "msi2", "msi3",
|
||||
"msi4", "msi5", "msi6", "msi7",
|
||||
"msi8", "msi9", "msi10", "msi11",
|
||||
"msi12", "msi13", "msi14", "msi15",
|
||||
"legacy";
|
||||
status = "disabled";
|
||||
|
|
@ -585,9 +585,9 @@ wifi1: wifi@a800000 {
|
|||
<GIC_SPI 62 IRQ_TYPE_EDGE_RISING>,
|
||||
<GIC_SPI 63 IRQ_TYPE_EDGE_RISING>,
|
||||
<GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "msi0", "msi1", "msi2", "msi3",
|
||||
"msi4", "msi5", "msi6", "msi7",
|
||||
"msi8", "msi9", "msi10", "msi11",
|
||||
interrupt-names = "msi0", "msi1", "msi2", "msi3",
|
||||
"msi4", "msi5", "msi6", "msi7",
|
||||
"msi8", "msi9", "msi10", "msi11",
|
||||
"msi12", "msi13", "msi14", "msi15",
|
||||
"legacy";
|
||||
status = "disabled";
|
||||
|
|
|
|||
|
|
@ -414,7 +414,7 @@ cmd-data-pins {
|
|||
|
||||
wcnss_pin_a: wcnss-pin-active-state {
|
||||
wlan-pins {
|
||||
pins = "gpio36", "gpio37", "gpio38", "gpio39", "gpio40";
|
||||
pins = "gpio36", "gpio37", "gpio38", "gpio39", "gpio40";
|
||||
function = "wlan";
|
||||
|
||||
drive-strength = <6>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user