mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
nuvoton: First batch of ARM devicetree changes for 7.3
This time around we have a couple of cleanups from Tomer that make way for improvements in the bindings. -----BEGIN PGP SIGNATURE----- iJIEABYKADoWIQSoUT1x3bOSX/nAa8ajM9GZTrjhpgUCanFyrBwcYW5kcmV3QGNv ZGVjb25zdHJ1Y3QuY29tLmF1AAoJEKMz0ZlOuOGmUpYA/RIAIMzFmJ7AAIGeVq6i Obc906cAt8/t5yazfSno0yT9AQCiNUJCJD28vD1PMglfSGyu+cvhjMI/va/SE021 8s9cDA== =kqlH -----END PGP SIGNATURE----- Merge tag 'nuvoton-arm-7.3-devicetree-0' of https://git.kernel.org/pub/scm/linux/kernel/git/bmc/linux into soc/dt nuvoton: First batch of ARM devicetree changes for 7.3 This time around we have a couple of cleanups from Tomer that make way for improvements in the bindings. * tag 'nuvoton-arm-7.3-devicetree-0' of https://git.kernel.org/pub/scm/linux/kernel/git/bmc/linux: arm: dts: nuvoton: npcm7xx: Drop redundant FIU clock-names arm: dts: nuvoton: npcm7xx: Drop bogus FIU memory reg-names Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
This commit is contained in:
commit
ef59e07114
|
|
@ -191,9 +191,8 @@ fiu0: spi@fb000000 {
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0xfb000000 0x1000>;
|
||||
reg-names = "control", "memory";
|
||||
reg-names = "control";
|
||||
clocks = <&clk NPCM7XX_CLK_SPI0>;
|
||||
clock-names = "clk_spi0";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
@ -202,9 +201,8 @@ fiu3: spi@c0000000 {
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0xc0000000 0x1000>;
|
||||
reg-names = "control", "memory";
|
||||
reg-names = "control";
|
||||
clocks = <&clk NPCM7XX_CLK_SPI3>;
|
||||
clock-names = "clk_spi3";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&spi3_pins>;
|
||||
status = "disabled";
|
||||
|
|
@ -215,9 +213,8 @@ fiux: spi@fb001000 {
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0xfb001000 0x1000>;
|
||||
reg-names = "control", "memory";
|
||||
reg-names = "control";
|
||||
clocks = <&clk NPCM7XX_CLK_SPIX>;
|
||||
clock-names = "clk_spix";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user