WS cleanup: remove trailing empty lines

Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Wolfgang Denk 2021-09-27 17:42:36 +02:00 committed by Tom Rini
parent 6eecaf5d0f
commit 66356b4c06
167 changed files with 1 additions and 180 deletions

View file

@ -89,4 +89,3 @@ void enable_caches(void)
dcache_enable(); dcache_enable();
#endif #endif
} }

View file

@ -43,4 +43,3 @@ u32 __secure psci_get_context_id(int cpu)
{ {
return psci_context_id[cpu]; return psci_context_id[cpu];
} }

View file

@ -181,5 +181,3 @@ int hi6220_pinmux_config(int peripheral)
return 0; return 0;
} }

View file

@ -76,4 +76,3 @@ HYPERCALL2(sched_op);
HYPERCALL2(event_channel_op); HYPERCALL2(event_channel_op);
HYPERCALL2(hvm_op); HYPERCALL2(hvm_op);
HYPERCALL2(memory_op); HYPERCALL2(memory_op);

View file

@ -921,4 +921,3 @@
#define PIN_PE7__TIOA4 PINMUX_PIN(PIN_PE7, 3, 3) #define PIN_PE7__TIOA4 PINMUX_PIN(PIN_PE7, 3, 3)
#define PIN_PE7__ISC_D11 PINMUX_PIN(PIN_PE7, 5, 2) #define PIN_PE7__ISC_D11 PINMUX_PIN(PIN_PE7, 5, 2)
#define PIN_PE7__G1_TSUCOMP PINMUX_PIN(PIN_PE7, 7, 1) #define PIN_PE7__G1_TSUCOMP PINMUX_PIN(PIN_PE7, 7, 1)

View file

@ -8,4 +8,3 @@
#define _ASM_ARCH_IMXRT_H #define _ASM_ARCH_IMXRT_H
#endif /* _ASM_ARCH_IMXRT_H */ #endif /* _ASM_ARCH_IMXRT_H */

View file

@ -133,4 +133,3 @@ struct f_rockusb {
/* init rockusb device, tell rockusb which device you want to read/write*/ /* init rockusb device, tell rockusb which device you want to read/write*/
void rockusb_dev_init(char *dev_type, int dev_index); void rockusb_dev_init(char *dev_type, int dev_index);
#endif /* _F_ROCKUSB_H_ */ #endif /* _F_ROCKUSB_H_ */

View file

@ -18,4 +18,3 @@
void stm32_flash_latency_cfg(int latency); void stm32_flash_latency_cfg(int latency);
#endif /* _ASM_ARCH_STM32F_H */ #endif /* _ASM_ARCH_STM32F_H */

View file

@ -12,4 +12,3 @@ extern int stv0991_pinmux_config(enum periph_id);
extern int clock_setup(enum periph_clock); extern int clock_setup(enum periph_clock);
#endif #endif

View file

@ -4,4 +4,3 @@
*/ */
extern unsigned long rom_pointer[]; extern unsigned long rom_pointer[];

View file

@ -78,4 +78,3 @@ ENTRY(ccn504_set_aux)
ret ret
ENDPROC(ccn504_set_aux) ENDPROC(ccn504_set_aux)

View file

@ -8,4 +8,3 @@ char *get_cpu_name(void)
{ {
return "SAMA7G5"; return "SAMA7G5";
} }

View file

@ -39,4 +39,3 @@ void configure_ddrcfg_input_buffers(bool open)
else else
writel(0, &sfr->ddrcfg); writel(0, &sfr->ddrcfg);
} }

View file

@ -196,4 +196,3 @@ int bcm2711_notify_vl805_reset(void)
return 0; return 0;
} }

View file

@ -445,4 +445,3 @@ void reset_misc(void)
#endif #endif
#endif #endif
} }

View file

@ -278,4 +278,3 @@ int cpu_eth_init(struct bd_info *bis)
return 0; return 0;
} }
#endif #endif

View file

@ -6,4 +6,3 @@
# */ # */
obj-y += lowlevel_init.o clock.o cpu.o obj-y += lowlevel_init.o clock.o cpu.o

View file

@ -6,4 +6,3 @@
# */ # */
obj-y += lowlevel_init.o clock.o cpu.o obj-y += lowlevel_init.o clock.o cpu.o

View file

@ -229,4 +229,3 @@ int phy_pipe3_power_off(struct omap_pipe3 *phy)
return 0; return 0;
} }

View file

@ -97,4 +97,3 @@ int msm_fixup_memory(void *blob)
return 0; return 0;
} }

View file

@ -12,4 +12,3 @@
#include <asm/arch-tegra/dc.h> #include <asm/arch-tegra/dc.h>
#include <asm/arch-tegra/clk_rst.h> #include <asm/arch-tegra/clk_rst.h>
#include <asm/arch-tegra/timer.h> #include <asm/arch-tegra/timer.h>

View file

@ -60,4 +60,3 @@ int timer_init (void)
return 0; return 0;
} }

View file

@ -4,4 +4,3 @@
extra-y = start.o extra-y = start.o
obj-y = interrupts.o cpu.o speed.o cpu_init.o obj-y = interrupts.o cpu.o speed.o cpu_init.o

View file

@ -114,4 +114,3 @@ typedef struct gpio {
} gpio_t; } gpio_t;
#endif /* __IMMAP_5307__ */ #endif /* __IMMAP_5307__ */

View file

@ -66,4 +66,3 @@
#define MCFSIM_ICR_PRI3 0x03 /* Priority 3 intr */ #define MCFSIM_ICR_PRI3 0x03 /* Priority 3 intr */
#endif /* mcf5307_h */ #endif /* mcf5307_h */

View file

@ -454,4 +454,3 @@ void pll_init(void);
void sdram_init(void); void sdram_init(void);
#endif /* __JZ4780_DRAM_H__ */ #endif /* __JZ4780_DRAM_H__ */

View file

@ -399,4 +399,3 @@ const char *serdes_clock_to_string(u32 clock)
#endif #endif
} }
} }

View file

@ -885,4 +885,3 @@ const char *serdes_clock_to_string(u32 clock)
return "150"; return "150";
} }
} }

View file

@ -104,4 +104,3 @@ _GLOBAL(invalidate_dcache_range)
sync /* wait for dcbi's to get to ram */ sync /* wait for dcbi's to get to ram */
#endif #endif
blr blr

View file

@ -32,4 +32,3 @@ int timer_init(void)
return 0; return 0;
} }

View file

@ -419,4 +419,3 @@
#endif /* _XTENSA_CORE_CONFIGURATION_H */ #endif /* _XTENSA_CORE_CONFIGURATION_H */

View file

@ -117,4 +117,3 @@
#define XCHAL_SA_NUM_ATMPS 2 #define XCHAL_SA_NUM_ATMPS 2
#endif /*_XTENSA_CORE_TIE_ASM_H*/ #endif /*_XTENSA_CORE_TIE_ASM_H*/

View file

@ -126,4 +126,3 @@
#define XCHAL_OP0_FORMAT_LENGTHS 3,3,3,3,3,3,3,3,2,2,2,2,2,2,3,3 #define XCHAL_OP0_FORMAT_LENGTHS 3,3,3,3,3,3,3,3,2,2,2,2,2,2,3,3
#endif /*_XTENSA_CORE_TIE_H*/ #endif /*_XTENSA_CORE_TIE_H*/

View file

@ -450,4 +450,3 @@
#endif /* _XTENSA_CORE_CONFIGURATION_H */ #endif /* _XTENSA_CORE_CONFIGURATION_H */

View file

@ -169,4 +169,3 @@
#define XCHAL_SA_NUM_ATMPS 1 #define XCHAL_SA_NUM_ATMPS 1
#endif /*_XTENSA_CORE_TIE_ASM_H*/ #endif /*_XTENSA_CORE_TIE_ASM_H*/

View file

@ -126,4 +126,3 @@
#define XCHAL_OP0_FORMAT_LENGTHS 3,3,3,3,3,3,3,3,2,2,2,2,2,2,3,3 #define XCHAL_OP0_FORMAT_LENGTHS 3,3,3,3,3,3,3,3,2,2,2,2,2,2,3,3
#endif /*_XTENSA_CORE_TIE_H*/ #endif /*_XTENSA_CORE_TIE_H*/

View file

@ -569,4 +569,3 @@
#endif /* _XTENSA_CORE_CONFIGURATION_H */ #endif /* _XTENSA_CORE_CONFIGURATION_H */

View file

@ -146,4 +146,3 @@
#define XCHAL_SA_NUM_ATMPS 1 #define XCHAL_SA_NUM_ATMPS 1
#endif /*_XTENSA_CORE_TIE_ASM_H*/ #endif /*_XTENSA_CORE_TIE_ASM_H*/

View file

@ -112,4 +112,3 @@
3,3,3,3,3,3,3,3,2,2,2,2,2,2,3,3, 3,3,3,3,3,3,3,3,2,2,2,2,2,2,3,3 3,3,3,3,3,3,3,3,2,2,2,2,2,2,3,3, 3,3,3,3,3,3,3,3,2,2,2,2,2,2,3,3
#endif /*_XTENSA_CORE_TIE_H*/ #endif /*_XTENSA_CORE_TIE_H*/

View file

@ -91,4 +91,3 @@
#define DEBUGCAUSE_ICOUNT_BIT 0 /* ICOUNT would incr. to zero */ #define DEBUGCAUSE_ICOUNT_BIT 0 /* ICOUNT would incr. to zero */
#endif /* _XTENSA_SPECREG_H */ #endif /* _XTENSA_SPECREG_H */

View file

@ -14,4 +14,3 @@ int clear_bss(void)
memset((void *)&__bss_start, 0x00, len); memset((void *)&__bss_start, 0x00, len);
return 0; return 0;
} }

View file

@ -22,4 +22,3 @@ ssize_t smc_dram_size(unsigned int node)
return regs.regs[0]; return regs.regs[0];
} }

View file

@ -46,4 +46,3 @@ const char *read_board_name(void)
{ {
return fdt_get_board_model(); return fdt_get_board_model();
} }

View file

@ -3,4 +3,3 @@
# Copyright (C) 2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> # Copyright (C) 2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
obj-y += armadillo-800eva.o obj-y += armadillo-800eva.o

View file

@ -74,4 +74,3 @@ int dram_init(void)
CONFIG_SYS_SDRAM_SIZE); CONFIG_SYS_SDRAM_SIZE);
return 0; return 0;
} }

View file

@ -36,4 +36,3 @@ Boot
==== ====
Set baseboard DIP switch: Set baseboard DIP switch:
S17: 1100XXXX S17: 1100XXXX

View file

@ -1431,4 +1431,3 @@ struct dram_timing_info dram_timing = {
.ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie), .ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie),
.fsp_table = { 3200, 400, 100, }, .fsp_table = { 3200, 400, 100, },
}; };

View file

@ -116,4 +116,3 @@ Note: This will upload and run the U-Boot image in memory, the SPI will not be
5. Use one of previous descriptions to re-flash the SPI-NOR as required. 5. Use one of previous descriptions to re-flash the SPI-NOR as required.
6. Ensure SW1 is returned to "00" to boot from the fuses once done. 6. Ensure SW1 is returned to "00" to boot from the fuses once done.

View file

@ -122,4 +122,3 @@ variable to make.
Because this problem is easy to fall into and difficult to debug Because this problem is easy to fall into and difficult to debug
if one doesn't expect it, the linker script provides a link-time if one doesn't expect it, the linker script provides a link-time
check and fatal error message if the image size exceeds 128 KB. check and fatal error message if the image size exceeds 128 KB.

View file

@ -133,4 +133,3 @@ void sdram_init(void)
hang(); hang();
} }

View file

@ -1845,4 +1845,3 @@ struct dram_timing_info ucm_dram_timing_01061010 = {
.ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie), .ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie),
.fsp_table = { 2400, 400, 100, }, .fsp_table = { 2400, 400, 100, },
}; };

View file

@ -230,4 +230,3 @@ int zm_enable_wp()
} }
return 0; return 0;
} }

View file

@ -1052,4 +1052,3 @@ struct dram_timing_info dram_timing = {
.ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie), .ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie),
.fsp_table = { 2400, 1066, }, .fsp_table = { 2400, 1066, },
}; };

View file

@ -1054,4 +1054,3 @@ struct dram_timing_info dram_timing = {
.ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie), .ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie),
.fsp_table = { 1600, 1066, }, .fsp_table = { 1600, 1066, },
}; };

View file

@ -213,4 +213,3 @@ DPMAC13 -> PHY4-P0
DPMAC14 -> PHY4-P1 DPMAC14 -> PHY4-P1
DPMAC15 -> PHY4-P2 DPMAC15 -> PHY4-P2
DPMAC16 -> PHY4-P3 DPMAC16 -> PHY4-P3

View file

@ -132,4 +132,3 @@ below:
=> setenv bootargs 'console=ttyS1,115200 root=/dev/ram => setenv bootargs 'console=ttyS1,115200 root=/dev/ram
earlycon=uart8250,mmio,0x21c0600,115200 default_hugepagesz=2m hugepagesz=2m earlycon=uart8250,mmio,0x21c0600,115200 default_hugepagesz=2m hugepagesz=2m
hugepages=16 mem=2048M' hugepages=16 mem=2048M'

View file

@ -30,4 +30,3 @@ int dram_init(void)
gd->ram_size = imx_ddr_size(); gd->ram_size = imx_ddr_size();
return 0; return 0;
} }

View file

@ -45,4 +45,3 @@ void cpld_write(unsigned int reg, u8 value);
#define CPLD_READ(reg) cpld_read(offsetof(struct cpld_data, reg)) #define CPLD_READ(reg) cpld_read(offsetof(struct cpld_data, reg))
#define CPLD_WRITE(reg, value) \ #define CPLD_WRITE(reg, value) \
cpld_write(offsetof(struct cpld_data, reg), value) cpld_write(offsetof(struct cpld_data, reg), value)

View file

@ -8,4 +8,3 @@
obj-y := gw_ventana.o gsc.o eeprom.o common.o obj-y := gw_ventana.o gsc.o eeprom.o common.o
obj-$(CONFIG_SPL_BUILD) += gw_ventana_spl.o obj-$(CONFIG_SPL_BUILD) += gw_ventana_spl.o

View file

@ -69,4 +69,3 @@ int gsc_info(int verbose);
int gsc_boot_wd_disable(void); int gsc_boot_wd_disable(void);
const char *gsc_get_dtb_name(int level, char *buf, int sz); const char *gsc_get_dtb_name(int level, char *buf, int sz);
#endif #endif

View file

@ -39,4 +39,3 @@ int request_gpio_by_name(struct gpio_desc *gpio, const char *gpio_dev_name,
return dm_gpio_request(gpio, gpio_name); return dm_gpio_request(gpio, gpio_name);
} }

View file

@ -53,4 +53,3 @@ void check_time(void)
else else
env_set("rtc_status", "OK"); env_set("rtc_status", "OK");
} }

View file

@ -92,4 +92,3 @@ struct display_info_t const displays[] = {
}; };
size_t display_count = ARRAY_SIZE(displays); size_t display_count = ARRAY_SIZE(displays);

View file

@ -195,4 +195,3 @@ int board_init(void)
return 0; return 0;
} }

View file

@ -290,4 +290,3 @@ int get_scl(void)
return qrio_get_gpio(KM_I2C_DEBLOCK_PORT, return qrio_get_gpio(KM_I2C_DEBLOCK_PORT,
KM_I2C_DEBLOCK_SCL); KM_I2C_DEBLOCK_SCL);
} }

View file

@ -7,4 +7,3 @@
# #
obj-y := imx6logic.o obj-y := imx6logic.o

View file

@ -80,4 +80,3 @@ while starting.
Additional Support Documentation can be found at: Additional Support Documentation can be found at:
https://support.logicpd.com/ https://support.logicpd.com/

View file

@ -1,4 +1,3 @@
# SPDX-License-Identifier: GPL-2.0 # SPDX-License-Identifier: GPL-2.0
obj-y += mt7622_rfb.o obj-y += mt7622_rfb.o

View file

@ -2,4 +2,3 @@
/* /*
* (C) Copyright 2016 Rockchip Electronics Co., Ltd * (C) Copyright 2016 Rockchip Electronics Co., Ltd
*/ */

View file

@ -1,4 +1,3 @@
# SPDX-License-Identifier: (GPL-2.0+ OR MIT) # SPDX-License-Identifier: (GPL-2.0+ OR MIT)
obj-$(CONFIG_SOC_JR2) := jr2.o obj-$(CONFIG_SOC_JR2) := jr2.o

View file

@ -1,4 +1,3 @@
# SPDX-License-Identifier: (GPL-2.0+ OR MIT) # SPDX-License-Identifier: (GPL-2.0+ OR MIT)
obj-$(CONFIG_SOC_OCELOT) := ocelot.o obj-$(CONFIG_SOC_OCELOT) := ocelot.o

View file

@ -289,4 +289,3 @@ int ps7_init(void)
return ret; return ret;
return PS7_INIT_SUCCESS; return PS7_INIT_SUCCESS;
} }

View file

@ -6,4 +6,3 @@
# #
obj-y += durian.o obj-y += durian.o

View file

@ -20,4 +20,3 @@
#define HNF_BASE (unsigned long)(0x3A200000) #define HNF_BASE (unsigned long)(0x3A200000)
#endif /* _FT_DURIAN_H */ #endif /* _FT_DURIAN_H */

View file

@ -113,4 +113,3 @@ int last_stage_init(void)
} }
return ret; return ret;
} }

View file

@ -7,4 +7,3 @@
#include <dm.h> #include <dm.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/arch-rockchip/uart.h> #include <asm/arch-rockchip/uart.h>

View file

@ -2,4 +2,3 @@
/* /*
* (C) Copyright 2016 Rockchip Electronics Co., Ltd * (C) Copyright 2016 Rockchip Electronics Co., Ltd
*/ */

View file

@ -2,4 +2,3 @@
/* /*
* (C) Copyright 2016 Rockchip Electronics Co., Ltd * (C) Copyright 2016 Rockchip Electronics Co., Ltd
*/ */

View file

@ -12,4 +12,3 @@ enum {
}; };
#endif /* _BOARD_SYNOPSYS_AXS10X_H */ #endif /* _BOARD_SYNOPSYS_AXS10X_H */

View file

@ -244,4 +244,3 @@ int board_ehci_hcd_init(int port)
} }
return 0; return 0;
} }

View file

@ -1731,4 +1731,3 @@ struct dram_timing_info dram_timing_1gb = {
.ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie), .ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie),
.fsp_table = { 3200, 667, }, .fsp_table = { 3200, 667, },
}; };

View file

@ -1731,4 +1731,3 @@ struct dram_timing_info dram_timing_2gb = {
.ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie), .ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie),
.fsp_table = { 3200, 667, }, .fsp_table = { 3200, 667, },
}; };

View file

@ -1731,4 +1731,3 @@ struct dram_timing_info dram_timing_3gb = {
.ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie), .ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie),
.fsp_table = { 3200, 667, }, .fsp_table = { 3200, 667, },
}; };

View file

@ -1731,4 +1731,3 @@ struct dram_timing_info dram_timing_4gb = {
.ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie), .ddrphy_pie_num = ARRAY_SIZE(ddr_phy_pie),
.fsp_table = { 3200, 667, }, .fsp_table = { 3200, 667, },
}; };

View file

@ -81,4 +81,3 @@
#define CONFIG_HPS_ALTERAGRP_DBGATCLK 4 #define CONFIG_HPS_ALTERAGRP_DBGATCLK 4
#endif /* _PRELOADER_PLL_CONFIG_H_ */ #endif /* _PRELOADER_PLL_CONFIG_H_ */

View file

@ -195,4 +195,3 @@ void board_cleanup_before_linux(void)
{ {
xen_fini(); xen_fini();
} }

View file

@ -102,4 +102,3 @@ U_BOOT_CMD(versal, 4, 1, do_versal,
"versal sub-system", "versal sub-system",
versal_help_text versal_help_text
) )

View file

@ -12485,7 +12485,3 @@ ps7_init()
//xil_printf ("\n PCW Silicon Version : %d.0", pcw_ver); //xil_printf ("\n PCW Silicon Version : %d.0", pcw_ver);
return PS7_INIT_SUCCESS; return PS7_INIT_SUCCESS;
} }

View file

@ -12725,7 +12725,3 @@ ps7_init()
//xil_printf ("\n PCW Silicon Version : %d.0", pcw_ver); //xil_printf ("\n PCW Silicon Version : %d.0", pcw_ver);
return PS7_INIT_SUCCESS; return PS7_INIT_SUCCESS;
} }

View file

@ -12383,7 +12383,3 @@ ps7_init()
//xil_printf ("\n PCW Silicon Version : %d.0", pcw_ver); //xil_printf ("\n PCW Silicon Version : %d.0", pcw_ver);
return PS7_INIT_SUCCESS; return PS7_INIT_SUCCESS;
} }

View file

@ -12565,4 +12565,3 @@ int ps7_init(void)
return ret; return ret;
return PS7_INIT_SUCCESS; return PS7_INIT_SUCCESS;
} }

View file

@ -27,4 +27,3 @@ U_BOOT_CMD(pvblock, 5, 1, do_pvblock,
"pvblock write addr blk# cnt - read/write `cnt'" "pvblock write addr blk# cnt - read/write `cnt'"
" blocks starting at block `blk#'\n" " blocks starting at block `blk#'\n"
" to/from memory address `addr'"); " to/from memory address `addr'");

View file

@ -49,4 +49,3 @@ static char text[] =
U_BOOT_CMD_WITH_SUBCMDS(scp03, "Secure Channel Protocol 03 control", text, U_BOOT_CMD_WITH_SUBCMDS(scp03, "Secure Channel Protocol 03 control", text,
U_BOOT_SUBCMD_MKENT(enable, 1, 1, do_scp03_enable), U_BOOT_SUBCMD_MKENT(enable, 1, 1, do_scp03_enable),
U_BOOT_SUBCMD_MKENT(provision, 1, 1, do_scp03_provision)); U_BOOT_SUBCMD_MKENT(provision, 1, 1, do_scp03_provision));

View file

@ -69,4 +69,3 @@ U_BOOT_CMD(
" - id Session ID, passed to W7 (defaults to zero)\n" " - id Session ID, passed to W7 (defaults to zero)\n"
); );
#endif #endif

View file

@ -258,4 +258,3 @@ U_BOOT_CMD(
"print string on lcd-framebuffer", "print string on lcd-framebuffer",
" <string>" " <string>"
); );

View file

@ -81,5 +81,3 @@ SPL_LOAD_IMAGE_METHOD("RAM", 0, BOOT_DEVICE_RAM, spl_ram_load_image);
#if CONFIG_IS_ENABLED(DFU) #if CONFIG_IS_ENABLED(DFU)
SPL_LOAD_IMAGE_METHOD("DFU", 0, BOOT_DEVICE_DFU, spl_ram_load_image); SPL_LOAD_IMAGE_METHOD("DFU", 0, BOOT_DEVICE_DFU, spl_ram_load_image);
#endif #endif

View file

@ -59,4 +59,3 @@ PCAP status:
# pcap stop # pcap stop
# tftpput 0xffffffff80100000 $pcapsize 10.0.2.2:capture.pcap # tftpput 0xffffffff80100000 $pcapsize 10.0.2.2:capture.pcap

View file

@ -30,4 +30,3 @@ mmc0@f000a000 {
clock-names = "biu", "ciu"; clock-names = "biu", "ciu";
max-frequency = <25000000>; max-frequency = <25000000>;
}; };

View file

@ -33,4 +33,3 @@ requires no compatible property for probing.
reg = <2>; reg = <2>;
}; };
}; };

View file

@ -34,4 +34,3 @@ onewire_tm: onewire {
compatible = "maxim,ds24xxx"; compatible = "maxim,ds24xxx";
} }
}; };

Some files were not shown because too many files have changed in this diff Show more