From 958e46acc8e900e8569dd467c1af9b8d2d019394 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 09 Dec 2023 08:38:54 +0000 Subject: [PATCH] disable cpu isolcpus --- kernel/Documentation/devicetree/bindings/net/qca,qca7000.txt | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/kernel/Documentation/devicetree/bindings/net/qca,qca7000.txt b/kernel/Documentation/devicetree/bindings/net/qca,qca7000.txt index e4a8a51..8f5ae0b 100644 --- a/kernel/Documentation/devicetree/bindings/net/qca,qca7000.txt +++ b/kernel/Documentation/devicetree/bindings/net/qca,qca7000.txt @@ -23,13 +23,15 @@ Numbers smaller than 1000000 or greater than 16000000 are invalid. Missing the property will set the SPI frequency to 8000000 Hertz. -- local-mac-address : see ./ethernet.txt - qca,legacy-mode : Set the SPI data transfer of the QCA7000 to legacy mode. In this mode the SPI master must toggle the chip select between each data word. In burst mode these gaps aren't necessary, which is faster. This setting depends on how the QCA7000 is setup via GPIO pin strapping. If the property is missing the driver defaults to burst mode. + +The MAC address will be determined using the optional properties +defined in ethernet.txt. SPI Example: @@ -66,7 +68,7 @@ Optional properties: - local-mac-address : see ./ethernet.txt - current-speed : current baud rate of QCA7000 which defaults to 115200 - if absent, see also ../serial/slave-device.txt + if absent, see also ../serial/serial.yaml UART Example: -- Gitblit v1.6.2