]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: rockchip: remove upstreamed props for Radxa ROCK 3A
authorFUKAUMI Naoki <naoki@radxa.com>
Tue, 6 Aug 2024 01:18:42 +0000 (10:18 +0900)
committerKever Yang <kever.yang@rock-chips.com>
Mon, 12 Aug 2024 07:44:04 +0000 (15:44 +0800)
"sfc" node was already upstreamed. remove unnecessary properties from
u-boot.dtsi.

Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3568-rock-3a-u-boot.dtsi

index 9078b9a67a282b83cf78324ca6c681e8022f36a1..0da3d9c56b83260653ae0cd1a720d3f2dfb7f494 100644 (file)
 };
 
 &sfc {
-       #address-cells = <1>;
-       #size-cells = <0>;
-       status = "okay";
-
        flash@0 {
-               compatible = "jedec,spi-nor";
-               reg = <0>;
                bootph-pre-ram;
                bootph-some-ram;
-               spi-max-frequency = <24000000>;
-               spi-rx-bus-width = <4>;
-               spi-tx-bus-width = <1>;
        };
 };